Releases: scikit-tda/ripser.py
v0.6.14
What's Changed
- Another attempt at fixing the mac os wheel builds by @catanzaromj in #213
Full Changelog: v0.6.13...v0.6.14
NOTE: The previous release never pushed anything to pypi. For completness, here is the changelog of v0.6.13 which includes actual code changes
v0.6.13 Changelog
This release does not include any code changes. Rather, it bumps up several github action versions, includes wheels for python 3.14, updates compilation flags for macos builds (hopefully fixing a problem several users reported), and provides more rigorous testing for macos builds to fix those types of issues in the future.
- Bump pypa/cibuildwheel from 2.23.0 to 2.23.1 by https://github.com/dependabot[bot] in #193
- 191-add-wheel-tests by @catanzaromj in #192
- Bump pypa/cibuildwheel from 2.23.1 to 2.23.2 by https://github.com/dependabot[bot] in #194
- Bump pypa/cibuildwheel from 2.23.2 to 2.23.3 by https://github.com/dependabot[bot] in #195
- Fix runners and update code-cov usage by @catanzaromj in #204
- Update code cov by @catanzaromj in #210
- use same version for download and upload artifact by @catanzaromj in #212
v0.6.13
What's Changed
This release does not include any code changes. Rather, it bumps up several github action versions, includes wheels for python 3.14, updates compilation flags for macos builds (hopefully fixing a problem several users reported), and provides more rigorous testing for macos builds to fix those types of issues in the future.
- Bump pypa/cibuildwheel from 2.23.0 to 2.23.1 by @dependabot[bot] in #193
- 191-add-wheel-tests by @catanzaromj in #192
- Bump pypa/cibuildwheel from 2.23.1 to 2.23.2 by @dependabot[bot] in #194
- Bump pypa/cibuildwheel from 2.23.2 to 2.23.3 by @dependabot[bot] in #195
- Fix runners and update code-cov usage by @catanzaromj in #204
- Update code cov by @catanzaromj in #210
- use same version for download and upload artifact by @catanzaromj in #212
Full Changelog: v0.6.12...v0.6.13
v0.6.12
v0.6.11
What's Changed
- Fixing AttributeError in drawLineColored function by @Luftalian in #152
- Fix cocycle notebook by @catanzaromj in #173
- Include python 3.13 in wheels by @catanzaromj in #187
New Contributors
- @Luftalian made their first contribution in #152
Full Changelog: v0.6.10...v0.6.11
v0.6.10
The 0.6.9 release does not include the python ripser module. Hopefully this release corrects that.
v0.6.9
What's Changed
- Bump pypa/cibuildwheel from 2.18.1 to 2.19.1 by @dependabot in #164
- Update build process by @catanzaromj in #166
- Convert to pyproject style by @catanzaromj in #167
Full Changelog: v0.6.8...v0.6.9
Update CI actions
This release does not modify the code but updates the release procedure for building wheels and updating to PyPI.
Update CD release action
Attempting to fix the CD build failing.
Updating Python Versions
No software updates have been made, but I updated the matrix of supported python versions to 3.9, 3.10, 3.11, 3.12