Skip to content

Releases: yt-project/cmyt

v1.1.1

16 Jul 17:14
101a906
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.4...v1.1.1

v1.0.4

29 Dec 13:11
671b80b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.0.4

v1.0.3

30 Nov 10:24
63dd8df
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.3

v1.0.2

11 Nov 15:27
6a649d5
Compare
Choose a tag to compare

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

02 Nov 09:08
6ebcabe
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

01 Nov 20:23
efd485f
Compare
Choose a tag to compare

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

Full Changelog: v0.2.2...v1.0.0

v0.2.1

06 Oct 09:59
07705b7
Compare
Choose a tag to compare

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

Full Changelog: v0.2.0...v0.2.1

Second beta release

26 Aug 10:42
ce9c100
Compare
Choose a tag to compare

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

16 Jul 16:11
f2c397b
Compare
Choose a tag to compare

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.