Skip to content

Commit 5cdc1e1

Browse files
author
Nathaniel Saul
authored
Merge pull request #81 from scikit-tda/fix/manifest-license
Fix/manifest license
2 parents 45c0ed9 + 9e85548 commit 5cdc1e1

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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.
@@ -28,7 +37,7 @@
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.

DEPLOY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Follow these steps when deploying a new version to Pypi
44

55
1. 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`
77
3. Run the following commands to upload the new version to pypi
88

99
```
@@ -18,7 +18,7 @@ twine upload dist/*
1818
```
1919

2020
4. 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

MANIFEST.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1+
include *.txt
2+
include *.md
13
include ripser/pyRips.pxd
24
include ripser/ripser.cpp
35
include ripser/pyRipser.pyx
4-
include README.md

ripser/_version.py

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

0 commit comments

Comments
 (0)