Skip to content

yt 4.1.4

Compare
Choose a tag to compare
@neutrinoceros neutrinoceros released this 21 Jan 10:07
· 1783 commits to main since this release
8a6dca3

Summary

This is the fourth bugfix release in the yt 4.1.x series. It contains fixes to bugs discovered since the 4.1.3 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

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

#4264 Fix calling PlotContainer.set_font to set font color, by @neutrinoceros (issue #4263)
#4281 Fix a regression in yt.load where '$HOME' and '~' path weren't expanded, by @neutrinoceros (issue #4280)
#4285 (partial) Fix issue #4286 SDF frontend breaks load() if target file lacks read permission, by @Xarthisius
#4297 (FLASH) Fix domain edges padding in reduced dimensions, by @neutrinoceros (issue #4296 by @jslavain)
#4265 (partial) Delay expensive imports, by @neutrinoceros

Documentation

#4261 Cleanup calls to private methods _setup_plots in cookbook , by @neutrinoceros

🧩 Build and testing

#4290 Upgrade setup-python GHA, by @Xarthisius

Full Changelog: yt-4.1.3...yt-4.1.4