File tree Expand file tree Collapse file tree 4 files changed +15
-5
lines changed Expand file tree Collapse file tree 4 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 1+ # 0.4.0:
2+ - Added license to distributed packages.
3+
4+ # 0.3.2:
5+ - Added support for greedy permutations.
6+ - Outsourced plotting to persim.
7+ - Outsourced data construction in examples to tadasets.
8+ - Revamped documentation.
9+
110# 0.3.0:
211 - Completed JOSS review, thanks @lmcinnes and @arokem!!
312 - Documentation details updated.
2837# 0.2.0:
2938 - Bug fixes (int rounding error for small magnitude threshold)
3039
31- # 0.1.7:
40+ # 0.1.7:
3241 - Generation of cocycles.
3342 - Handle inf in C code and in plotting.
3443 - Many new options for plotting diagrams.
Original file line number Diff line number Diff line change 33Follow these steps when deploying a new version to Pypi
44
551 . Remove ` .dev ` tag from version number in ` setup.py `
6- 2 . Add release notes for the new version in ` RELEASE.txt `
6+ 2 . Add release notes for the new version in ` CHANGELOG.md `
773 . Run the following commands to upload the new version to pypi
88
99```
@@ -18,7 +18,7 @@ twine upload dist/*
1818```
1919
20204 . Check [ pypi.python.org] ( pypi.python.org ) that the new version is present.
21- 5 . Increment version number and give ` .dev ` tag.
21+ 5 . Increment version number and give ` .dev ` tag.
2222
2323
2424# Notes
Original file line number Diff line number Diff line change 1+ include *.txt
2+ include *.md
13include ripser/pyRips.pxd
24include ripser/ripser.cpp
35include ripser/pyRipser.pyx
4- include README.md
Original file line number Diff line number Diff line change 1- __version__ = "0.3.2 "
1+ __version__ = "0.4.0 "
You can’t perform that action at this time.
0 commit comments