History

0.5.4

Bug Fixes

Full Changelog: https://github.com/yt-project/yt_idv/compare/v0.5.3…v0.5.4

0.5.3

Bug fix release to support numpy >= 2.3.0

Infrastructure Improvements and Bug Fixes

0.5.2

Bug fix release to fix block outlines for spherical datasets

Infrastructure Improvements and Bug Fixes

Full Changelog: https://github.com/yt-project/yt_idv/compare/v0.5.1…v0.5.2

0.5.1

This release fixes a Cython installation error for v0.5.0.

Infrastructure Improvements and Bug Fixes

Full Changelog: https://github.com/yt-project/yt_idv/compare/v0.5.0…v0.5.1

0.5.0

Spherical Coordinates! With this release, yt_idv can now volume render yt datasets defined in spherical coordinates. To use it, just try to load a 3D spherical dataset (gridded AMR and uniform grids only at present) and let us know if it breaks! For an overview of how it works, see the docs here or try out the new example scripts: spherical_unigrid_rendering.py and spherical_amr_rendering_with_refinement. Changes in 159, stay tuned for a paper…

More colormaps! In 154 and 155, many more colormaps were added to the colormap dropdown, including all of the colormaps from cmyt.

New Features

Infrastructure Improvements and Bug Fixes

Full Changelog: https://github.com/yt-project/yt_idv/compare/v0.4.1…v0.5.0

0.4.1

Bug fix release to fix slicing issue, some test improvements.

Full Changelog: https://github.com/yt-project/yt_idv/compare/v0.4.0…v0.4.1

0.4.0

This release provides full support for numpy 2 and a number of other changes related to deprecations and maintenance.

Full Changelog: https://github.com/yt-project/yt_idv/compare/v0.3.1…v0.4.0

0.3.1

  • add a display_name attribute by @chrishavlin in 62

  • preprocessor directives by @matthewturk in 70

  • Set unitary scale for the block collection by @matthewturk in 79

  • ds_tex objects by @matthewturk in 47

  • isocontour improvements by @chrishavlin in 43

  • installation note for wayland on linux by @chrishavlin in 82

  • updates to documentation by @chrishavlin in 85

Full Changelog: https://github.com/yt-project/yt_idv/compare/v0.3.0…v0.3.1

0.3.0

  • minimum yt version is now 4.1

  • Added isocontour shader by @sochowski in 40

  • Block-rendering based slicing by @matthewturk in 13

  • Curve plotting by @chrishavlin in 26

  • Pop-up help by @chrishavlin in 44

  • allow uniform arrays by @matthewturk in 38

  • Make windows resizable by @matthewturk in 57

Full Changelog: v0.2.3-v0.3.0

0.2.3

  • Fixes to manifest, restoring pypi functionality.

0.2.2

  • bug fixes and improvements: full change history to come in upcoming minor release.

0.2.0

  • Add grid positions annotation

  • Add OSMesa rendering context for off-screen rendering

  • Add geometry shader support

  • Add tests and a handful of new examples

  • Fix rendering meshes

  • Regularize uniform names across shaders

0.1.0

  • First release on PyPI.