yt 4.1.2
Summary
This is the second bugfix release in the yt 4.1.x series. It contains fixes to bugs discovered since the 4.1.1 release.
There are no new features or deprecations in this version, all users are encouraged to upgrade.
Python versions supported via our main distribution channels
Python version | PyPI | conda-forge |
---|---|---|
CPython 3.7 | ✅ | ❌ |
CPython 3.8 | ✅ | ✅ |
CPython 3.9 | ✅ | ✅ |
CPython 3.10 | ✅ | ✅ |
CPython 3.11 | ✅ | ✅ |
notes
- CPython 3.7 has been dropped by conda-forge itself
- update December 14, 2022: This release is now also available on conda-forge for CPython 3.11
How to upgrade
To upgrade from PyPI, run
python -m pip install --upgrade yt
or, with conda
conda update --channel conda-forge yt
🐛 Bug fixes
#4176 Make a MPL failure non-fatal for set_norm with old version of MPL, by @neutrinoceros
#4198 Automatically find EWAH files with increased index_order2, by @jzuhone
#4216 Fix compatibility between eps_writer and yt 4.1, by @neutrinoceros
#4211 Fix double counting of H nuclei in the Arepo frontend, by @jzuhone
#4221 Fix security issue (CVE-2007-4559), by @TrellixVulnTeam
🧩 Build and testing
#4186 Migrate OSX CI from osxfuse to macfuse, by @neutrinoceros
#4189 Resolve compatibility with pytest 7.2, by @neutrinoceros (issue #4188)
#4200 Fix a missing type declaration in Cython file, by @neutrinoceros
#4191 Add missing __init__.py
files in Cholla and Chimera test folders, by @neutrinoceros (issue #4190 by @olebole)
#4206 Add libm to build for some Cython files, by @matthewturk (issue #4204 by @papoteur-mga)
Full Changelog: yt-4.1.1...yt-4.1.2