- sample data now available!
- covering grid support (#120)
- replace np.random.random with new Generator api (#130)
This release upgrades required dependencies:
- napari >= 0.4.19
- pydantic>2.0
This release introduces an initial metadata explorer widget and improvements to the Reader widgets.
- Saving Reader widget selections to yt-napari JSON (#108, @TomasPetro)
- Metadata explorer widget: check fields available in a dataset
Bugfix release.
- fix slice scaling for width!=height
This release includes some non-backwards compatible changes to the schema. Old json files will need to be updated to use with yt-napari >= v0.2.0
- timeseries loading: a new widget, yt-napari timeseries slicer, is available from the napari gui and json files can also specify timeseries selections. Additionally, there is a new
yt_napari.timeseries
module for jupyter notebook interaction.
Breaking schema updates:
- the top level
data
attribute has been renameddatasets
to distinguish between loading selections from a single timestep and the newtimeseries
selection
This release includes some non-backwards compatible changes to the schema. Old
json files will need to be updated. The main change is that with the addition of
adding 2D slices, the region selection from v0.0.1 has been nested within a
SelectionObject
level.
- can now load 2D slices
- widget reader redesign: add multiple selections!
- yt dataset cacheing to speed up subsequent loads
- improved logging
- test infrastructure updates
- improved development maintenance scripts