Skip to content

Commit ab3335e

Browse files
authored
Merge pull request #569 from bashtage/refresh
Refresh files and fix packaging warnings
2 parents 39816fa + 7640068 commit ab3335e

17 files changed

+27
-71
lines changed

examples/asset-pricing_examples.ipynb

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,7 @@
5151
{
5252
"cell_type": "code",
5353
"execution_count": null,
54-
"metadata": {
55-
"collapsed": true,
56-
"jupyter": {
57-
"outputs_hidden": true
58-
}
59-
},
54+
"metadata": {},
6055
"outputs": [],
6156
"source": [
6257
"data.iloc[:, 6:] = data.iloc[:, 6:].values - data[[\"RF\"]].values"
@@ -417,7 +412,7 @@
417412
"name": "python",
418413
"nbconvert_exporter": "python",
419414
"pygments_lexer": "ipython3",
420-
"version": "3.10.11"
415+
"version": "3.12.0"
421416
},
422417
"pycharm": {
423418
"stem_cell": {

examples/asset-pricing_formulas.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"name": "python",
140140
"nbconvert_exporter": "python",
141141
"pygments_lexer": "ipython3",
142-
"version": "3.10.11"
142+
"version": "3.12.0"
143143
},
144144
"pycharm": {
145145
"stem_cell": {

examples/iv_absorbing-regression.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
"name": "python",
152152
"nbconvert_exporter": "python",
153153
"pygments_lexer": "ipython3",
154-
"version": "3.10.11"
154+
"version": "3.12.0"
155155
},
156156
"pycharm": {
157157
"stem_cell": {

examples/iv_advanced-examples.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@
572572
"name": "python",
573573
"nbconvert_exporter": "python",
574574
"pygments_lexer": "ipython3",
575-
"version": "3.10.11"
575+
"version": "3.12.0"
576576
},
577577
"nbsphinx": {
578578
"allow_errors": true

examples/iv_basic-examples.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,7 @@
802802
"name": "python",
803803
"nbconvert_exporter": "python",
804804
"pygments_lexer": "ipython3",
805-
"version": "3.10.11"
805+
"version": "3.12.0"
806806
},
807807
"pycharm": {
808808
"stem_cell": {

examples/iv_using-formulas.ipynb

Lines changed: 7 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,7 @@
6969
{
7070
"cell_type": "code",
7171
"execution_count": null,
72-
"metadata": {
73-
"collapsed": true,
74-
"jupyter": {
75-
"outputs_hidden": true
76-
}
77-
},
72+
"metadata": {},
7873
"outputs": [],
7974
"source": [
8075
"import numpy as np\n",
@@ -98,12 +93,7 @@
9893
{
9994
"cell_type": "code",
10095
"execution_count": null,
101-
"metadata": {
102-
"collapsed": true,
103-
"jupyter": {
104-
"outputs_hidden": true
105-
}
106-
},
96+
"metadata": {},
10797
"outputs": [],
10898
"source": [
10999
"formula = (\n",
@@ -115,12 +105,7 @@
115105
{
116106
"cell_type": "code",
117107
"execution_count": null,
118-
"metadata": {
119-
"collapsed": true,
120-
"jupyter": {
121-
"outputs_hidden": true
122-
}
123-
},
108+
"metadata": {},
124109
"outputs": [],
125110
"source": [
126111
"iv_res = mod.fit(cov_type=\"robust\")\n",
@@ -139,12 +124,7 @@
139124
{
140125
"cell_type": "code",
141126
"execution_count": null,
142-
"metadata": {
143-
"collapsed": true,
144-
"jupyter": {
145-
"outputs_hidden": true
146-
}
147-
},
127+
"metadata": {},
148128
"outputs": [],
149129
"source": [
150130
"formula = (\n",
@@ -166,12 +146,7 @@
166146
{
167147
"cell_type": "code",
168148
"execution_count": null,
169-
"metadata": {
170-
"collapsed": true,
171-
"jupyter": {
172-
"outputs_hidden": true
173-
}
174-
},
149+
"metadata": {},
175150
"outputs": [],
176151
"source": [
177152
"formula = \"ldrugexp ~ 1 + totchr + female + age + linc + blhisp + hi_empunion\"\n",
@@ -192,12 +167,7 @@
192167
{
193168
"cell_type": "code",
194169
"execution_count": null,
195-
"metadata": {
196-
"collapsed": true,
197-
"jupyter": {
198-
"outputs_hidden": true
199-
}
200-
},
170+
"metadata": {},
201171
"outputs": [],
202172
"source": [
203173
"from linearmodels.iv import compare\n",
@@ -222,7 +192,7 @@
222192
"name": "python",
223193
"nbconvert_exporter": "python",
224194
"pygments_lexer": "ipython3",
225-
"version": "3.10.11"
195+
"version": "3.12.0"
226196
},
227197
"pycharm": {
228198
"stem_cell": {

examples/panel_data-formats.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
"name": "python",
225225
"nbconvert_exporter": "python",
226226
"pygments_lexer": "ipython3",
227-
"version": "3.10.11"
227+
"version": "3.12.0"
228228
},
229229
"pycharm": {
230230
"stem_cell": {

examples/panel_examples.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@
427427
"name": "python",
428428
"nbconvert_exporter": "python",
429429
"pygments_lexer": "ipython3",
430-
"version": "3.10.11"
430+
"version": "3.12.0"
431431
},
432432
"pycharm": {
433433
"stem_cell": {

examples/panel_using-formulas.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
"name": "python",
183183
"nbconvert_exporter": "python",
184184
"pygments_lexer": "ipython3",
185-
"version": "3.10.11"
185+
"version": "3.12.0"
186186
},
187187
"pycharm": {
188188
"stem_cell": {

examples/system_examples.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@
780780
"name": "python",
781781
"nbconvert_exporter": "python",
782782
"pygments_lexer": "ipython3",
783-
"version": "3.10.11"
783+
"version": "3.12.0"
784784
},
785785
"pycharm": {
786786
"stem_cell": {

0 commit comments

Comments
 (0)