Skip to content

Releases: yt-project/yt_idv

Release v0.5.3

23 Jun 20:27
4956929
Compare
Choose a tag to compare

Bug fix release to support numpy >= 2.3.0

Changes

Infrastructure Improvements and Bug Fixes

v0.5.2

04 Jun 18:25
423ba3e
Compare
Choose a tag to compare

This release includes changes from an intermediate release (0.5.1) and the current release (0.5.2)

0.5.2

Bug fix release to fix block outlines for spherical datasets

Changes

Infrastructure Improvements and Bug Fixes

  • BUG: fix relative import errors for block outlines for spherical datasets and add new tests by @chrishavlin in #198

Full Changelog: v0.5.1...v0.5.2

0.5.1

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

Changes

Infrastructure Improvements and Bug Fixes

  • BUG: fix manifest for pxd files, nest cython utils, add build from sdist in GHA by @chrishavlin in #196

Full Changelog: v0.5.0...v0.5.1

Release v0.5.0

30 May 21:07
3cc42a4
Compare
Choose a tag to compare

0.5.0

Highlights

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...

image

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

Changes

New Features

Infrastructure Improvements and Bug Fixes

Full Changelog: v0.4.1...v0.5.0

Release v0.4.1

27 Jun 20:40
9bc6d06
Compare
Choose a tag to compare

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

What's Changed

  • add test for curves, fix traitlets deprecation warnings, update github action versions by @chrishavlin in #128
  • BUG: Fix slice rendering by @chrishavlin in #131

Full Changelog: v0.4.0...v0.4.1

Release v0.4.0

27 Jun 18:10
27a6047
Compare
Choose a tag to compare

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

Changes in this release

New Contributors

Full Changelog: v0.3.1...v0.4.0

Release v0.3.1

16 Jun 21:56
f3ffc9f
Compare
Choose a tag to compare

Changes in this Release

Full Changelog: v0.3.0...v0.3.1

Release v0.3.0

12 Apr 17:39
1b2b478
Compare
Choose a tag to compare

Changes in this Release

Full Changelog: v0.2.3...v0.3.0

v0.2.3

06 Oct 15:19
4747bf9
Compare
Choose a tag to compare

Fixes to manifest, restoring pypi functionality.

Release v0.2.2

05 Oct 18:23
081891d
Compare
Choose a tag to compare

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

v0.2.0

17 Dec 16:46
Compare
Choose a tag to compare

History

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.