Releases: alubbock/thunor
Releases · alubbock/thunor
v0.3.0
v0.2.2
v0.2.1
v0.2
This release adds NumPy v2 support and various style, build system, and documentation improvements.
What's Changed
- docs: update README.md with supported python vers by @alubbock in #23
- ci: release using dedicated github action by @alubbock in #24
- ci: re-add build stage to pypi release by @alubbock in #25
- style: implement pyproject.toml, flake8 suggestions by @alubbock in #26
- fix: docs build by @alubbock in #27
- chore: Configure Renovate by @renovate in #28
- chore(deps): update actions/checkout action to v4 by @renovate in #30
- chore(deps): update actions/setup-python action to v5 by @renovate in #32
- fix: numpy v2 compatibility fixes by @alubbock in #38
- build: restructure requirements by @alubbock in #40
- build: remove sphinx version pin by @alubbock in #41
- build: move more test req's into setup.py by @alubbock in #42
- docs: readme updates by @alubbock in #43
New Contributors
Full Changelog: v0.1.31...v0.2
v0.1.31
Python dependency updates and compatibility fixes with updated libraries. Thunor Core is now tested on Python 3.10, 3.11, and 3.12.
What's Changed
- chore(deps): update requirements.txt in requirements.txt by @alubbock in #16
- fix: readthedocs requirements and config by @alubbock in #17
- chore(deps): bump deps, fix deprecation warnings by @alubbock in #18
- fix: another deprecation warning by @alubbock in #19
- fix: anova check for one group by @alubbock in #20
- fix: anova single group check (again) by @alubbock in #21
- fix: anova check (again) by @alubbock in #22
Full Changelog: v0.1.30...v0.1.31