Only API change: added a deserialize_plotly
option to read()
to allow reading the Plotly JSON string.
What's Changed
- Bump pytest from 8.3.1 to 8.3.2 in /.github/dependabot by @dependabot in #297
- Document how to create new releases by @JamesWrigley in #298
- Bump xarray from 2024.6.0 to 2024.7.0 in /.github/dependabot by @dependabot in #300
- (Re)process runs from the GUI by @takluyver in #285
- Check context file without blocking GUI thread by @takluyver in #291
- Defer some imports in damnit.api by @takluyver in #281
- Fix reprocessing from the GUI when the context dir is not the CWD by @takluyver in #302
- Evaluate the context file in the database directory when validating by @JamesWrigley in #301
- Add back log message on successful variable computation by @takluyver in #303
- Bump matplotlib from 3.9.1 to 3.9.1.post1 in /.github/dependabot by @dependabot in #309
- FIX: allow plotting variable with Cell's custom summary value by @tmichela in #306
- Fix: xarray plot cbar range limit by @tmichela in #312
- Bump matplotlib from 3.9.1.post1 to 3.9.2 in /.github/dependabot by @dependabot in #314
- Bump numpy from 2.0.1 to 2.1.0 in /.github/dependabot by @dependabot in #317
- Update default Python for context file to 202402 environment by @takluyver in #315
- Fix passing through --var options to cluster job by @takluyver in #320
- Refactor GUI plotting code by @takluyver in #316
- Bump ipython from 8.26.0 to 8.27.0 in /.github/dependabot by @dependabot in #326
- Document how to install the API by @JamesWrigley in #327
- Add support for optionally returning the Plotly JSON string by @JamesWrigley in #328
Full Changelog: 0.1.3...0.1.4