Releases: yt-project/cmyt
v1.1.1
What's Changed
- TYP: add py.typed marker file to improve downstream type-checking by @neutrinoceros in #67
- TST: upgrade image testing/reporting CI by @neutrinoceros in #70
- TST: start testing on Python 3.11 by @neutrinoceros in #73
- MNT: drop support for Python 3.6 and 3.7 by @neutrinoceros in #76
- MNT: cleanup now unnecessary version checks for matplotlib by @neutrinoceros in #77
- ENH: optimize import time by @neutrinoceros in #74
Full Changelog: v1.0.4...v1.1.1
v1.0.4
What's Changed
- TYP: add missing type annotations by @neutrinoceros in #63
Full Changelog: v1.0.3...v1.0.4
v1.0.3
What's Changed
- ENH: future proofing for matplotlib 3.6 and beyond by @neutrinoceros in #37
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- ENH: only parse sys.version_info with if/else blocks by @neutrinoceros in #57
- TYP: fix incompatible type with mypy + numpy, upgrade pre-commit hooks by @neutrinoceros in #58
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- ENH: add support for Python 3.10 by @neutrinoceros in #47
- MNT: drop unneeded dependency on
typing_extensions
for Python >= 3.8 by @neutrinoceros in #54
Full Changelog: v1.0.0...v1.0.1
v1.0.0
This is a symbolic release. It is almost identical to 0.2.2, but the version number is bumped to 1.0.0 to signal that cmyt is now considered stable and production-ready
What's Changed
- ENH: simplify a condition by @neutrinoceros in #51
- REL: cmyt 1.0 by @neutrinoceros in #52
Full Changelog: v0.2.2...v1.0.0
v0.2.1
This release improves existing code with some future proofing for Python 3.12 and improve type hints consistency for Python < 3.8
It is identical to v0.2.0 as far as usage is concerned.
What's Changed
- ENH: migrate from isort to reorder-python-imports for import sorting by @neutrinoceros in #44
- ENH: future proofing by @neutrinoceros in #49
Full Changelog: v0.2.0...v0.2.1
Second beta release
cmyt.utils.create_cmap_overview
gains a with_grayscale
argument.
This version is identical to v0.1.1 as far as the public api is concerned.
v0.1.1 : First beta release
This is the first publicly available release of cmyt.
It is considered in beta while its integration with the main yt code base is being checked.