Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prep for v0.3.0 #114

Merged
merged 1 commit into from
Nov 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v0.3.0

This release introduces an initial metadata explorer widget and improvements to the
Reader widgets.

### New Features
* Saving Reader widget selections to yt-napari JSON ([#108](https://github.com/data-exp-lab/yt-napari/pull/108), @TomasPetro)
* Metadata explorer widget: check fields available in a dataset

## v0.2.1

Bugfix release.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ task update_schema_docs
It will simply copy over the existing on-disk schema files to the documentation. If you run with a version:

```commandline
task update_schema_docs vX.X.X
task update_schema_docs -v vX.X.X
```
It will write a schema file for the current pydantic model, overwriting any on-disk schema files for
the provided version.
Expand Down
Loading