Cmyt

Latest version: v2.0.0

Safety actively analyzes 623608 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

2.0.0

What's Changed

This release is technically breaking (hence the major version bump), though it is not expected to affect users in practice. Namely, the private module `cmyt.utils` was renamed `cmyt._utils` to better reflect that it is not public API.

Python 3.9-3.12 is supported

* Bump actions/checkout from 3 to 4 in /.github/workflows by dependabot in https://github.com/yt-project/cmyt/pull/147
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/yt-project/cmyt/pull/148
* TST: move tests to Python 3.12 (stable) by neutrinoceros in https://github.com/yt-project/cmyt/pull/146
* MNT: rename private module to clarify that it's not part of public API by neutrinoceros in https://github.com/yt-project/cmyt/pull/150
* DEPR: cycle out deprecated function from private module by neutrinoceros in https://github.com/yt-project/cmyt/pull/151
* REL: prep release 2.0.0 by neutrinoceros in https://github.com/yt-project/cmyt/pull/152


**Full Changelog**: https://github.com/yt-project/cmyt/compare/v1.4.0...v2.0.0

1.4.0

What's Changed
Compared to version 1.3.1, this version adds support for Python 3.12 and drops support for Python 3.8
There are no new features or fixes in this version.


* Bump mypy from 1.4.1 to 1.5.1 in /requirements by dependabot in https://github.com/yt-project/cmyt/pull/136
* Bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10 in /.github/workflows by dependabot in https://github.com/yt-project/cmyt/pull/137
* DEP: drop support for CPython 3.8 by neutrinoceros in https://github.com/yt-project/cmyt/pull/138
* DOC: remove 'python requires' badge by neutrinoceros in https://github.com/yt-project/cmyt/pull/140
* MNT: switch to faster black pre-commit hook by neutrinoceros in https://github.com/yt-project/cmyt/pull/141
* MNT: upgrade black (23.9.0 -> 23.9.1) for faster builds by neutrinoceros in https://github.com/yt-project/cmyt/pull/142
* MNT: update mypy configuration (do not ignore all missing modules) by neutrinoceros in https://github.com/yt-project/cmyt/pull/143
* TST: add CPython 3.12 to test matrix by neutrinoceros in https://github.com/yt-project/cmyt/pull/144
* REL: bump version to 1.4.0 by neutrinoceros in https://github.com/yt-project/cmyt/pull/145

**Full Changelog**: https://github.com/yt-project/cmyt/compare/v1.3.1...v1.4.0

1.3.1

What's Changed
* Bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7 in /.github/workflows by dependabot in https://github.com/yt-project/cmyt/pull/128
* Bump mypy from 1.3.0 to 1.4.1 in /requirements by dependabot in https://github.com/yt-project/cmyt/pull/129
* TYP: typecheck with Python 3.11 too by neutrinoceros in https://github.com/yt-project/cmyt/pull/131
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/yt-project/cmyt/pull/132
* Bump pypa/gh-action-pypi-publish from 1.8.7 to 1.8.8 in /.github/workflows by dependabot in https://github.com/yt-project/cmyt/pull/133
* TYP: fix typechecking compatibility with matplotlib 3.8 by neutrinoceros in https://github.com/yt-project/cmyt/pull/134
* REL: prep release 1.3.1 by neutrinoceros in https://github.com/yt-project/cmyt/pull/135


**Full Changelog**: https://github.com/yt-project/cmyt/compare/v1.3.0...v1.3.1

1.3.0

What's Changed
* TST: use numpy and matplotlib nightlies in bleeding-edge CI by neutrinoceros in https://github.com/yt-project/cmyt/pull/123
* DEP: drop dependency on more_itertools by neutrinoceros in https://github.com/yt-project/cmyt/pull/124
* DEP: make colorspacious a test-only dependency by neutrinoceros in https://github.com/yt-project/cmyt/pull/125
* DEP: drop support for matplotlib<3.5 by neutrinoceros in https://github.com/yt-project/cmyt/pull/122
* BLD: use dynamic version metadata by neutrinoceros in https://github.com/yt-project/cmyt/pull/126
* REL: bump version to 1.3.0 by neutrinoceros in https://github.com/yt-project/cmyt/pull/127


**Full Changelog**: https://github.com/yt-project/cmyt/compare/v1.2.1...v1.3.0

1.2.1

What's Changed
* Bump pypa/gh-action-pypi-publish from 1.8.4 to 1.8.5 in /.github/workflows by dependabot in https://github.com/yt-project/cmyt/pull/115
* Bump mypy from 1.1.1 to 1.2.0 in /requirements by dependabot in https://github.com/yt-project/cmyt/pull/117
* Bump numpy from 1.24.2 to 1.24.3 in /requirements by dependabot in https://github.com/yt-project/cmyt/pull/116
* STY: activate flake8-comprehensions and flake8-2020 (ruff) by neutrinoceros in https://github.com/yt-project/cmyt/pull/118
* Bump mypy from 1.2.0 to 1.3.0 in /requirements by dependabot in https://github.com/yt-project/cmyt/pull/119
* Bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6 in /.github/workflows by dependabot in https://github.com/yt-project/cmyt/pull/120
* PERF: reduce startup overhead by neutrinoceros in https://github.com/yt-project/cmyt/pull/121


**Full Changelog**: https://github.com/yt-project/cmyt/compare/v1.2.0...v1.2.1

1.2.0

What's Changed

* DOC: avoid using 'python3' shell alias in installation instructions by neutrinoceros in https://github.com/yt-project/cmyt/pull/106
* Adding colormap apricity by matthewturk in https://github.com/yt-project/cmyt/pull/94

New Contributors
* matthewturk made their first contribution in https://github.com/yt-project/cmyt/pull/94

**Full Changelog**: https://github.com/yt-project/cmyt/compare/v1.1.3...v1.2.0

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.