Skip to content

Commit a44f6eb

Browse files
authored
Broken machine learning notebook (#78)
* Fix broken notebook * Remove empty cells, fix header * Bump version
1 parent 71187b2 commit a44f6eb

File tree

5 files changed

+22
-75
lines changed

5 files changed

+22
-75
lines changed

RELEASE.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
0.3.5
2+
- Fix broken notebook, Issue #77 (https://github.com/scikit-tda/persim/issues/77).
3+
14
0.3.4
25
- Fix bug of Issue #70 (https://github.com/scikit-tda/persim/issues/70).
36

docs/notebooks/Classification with persistence images.ipynb

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -350,13 +350,6 @@
350350
"inverse_image = np.copy(lr.coef_).reshape(pimgr.resolution)\n",
351351
"pimgr.plot_image(inverse_image)"
352352
]
353-
},
354-
{
355-
"cell_type": "code",
356-
"execution_count": null,
357-
"metadata": {},
358-
"outputs": [],
359-
"source": []
360353
}
361354
],
362355
"metadata": {
@@ -375,7 +368,7 @@
375368
"name": "python",
376369
"nbconvert_exporter": "python",
377370
"pygments_lexer": "ipython3",
378-
"version": "3.8.5"
371+
"version": "3.9.1"
379372
}
380373
},
381374
"nbformat": 4,

docs/notebooks/Differentiation with Persistence Landscapes.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"id": "bulgarian-conviction",
66
"metadata": {},
77
"source": [
8-
"## Distinguishing spheres using persistence landscapes"
8+
"# Distinguishing spheres using persistence landscapes"
99
]
1010
},
1111
{
@@ -357,7 +357,7 @@
357357
],
358358
"metadata": {
359359
"kernelspec": {
360-
"display_name": "Python 3 (ipykernel)",
360+
"display_name": "Python 3",
361361
"language": "python",
362362
"name": "python3"
363363
},
@@ -371,7 +371,7 @@
371371
"name": "python",
372372
"nbconvert_exporter": "python",
373373
"pygments_lexer": "ipython3",
374-
"version": "3.12.0"
374+
"version": "3.9.1"
375375
}
376376
},
377377
"nbformat": 4,

docs/notebooks/Persistence Landscapes and Machine Learning.ipynb

Lines changed: 14 additions & 63 deletions
Large diffs are not rendered by default.

persim/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.4"
1+
__version__ = "0.3.5"

0 commit comments

Comments
 (0)