Releases: data-exp-lab/yt_aspect
Releases · data-exp-lab/yt_aspect
Release v0.2.1
Maintenance release.
Release v0.2.0
summary
This release bumps the minimum yt version to 4.2 to so that yt_aspect can use the new entrypoints method for registering frontends.
- use yt entrypoints by @chrishavlin in #18
Full Changelog: v0.1.1...v0.2.0
Release v0.1.1
Changes in this Release
- adds a dedicated PVTU frontend
- null element detection with
yt.load('file.pvtu', detect_null_elements=True)
Release v0.1.0
This release:
- fixes the installation issues
- separates the pvtu and ASPECT functionality into two frontends
- adds CI testing