Highlights
- Cubed now has a live dashboard!
- A major bug in rechunking has been fixed
What's Changed
- Live dashboard implemented using anywidget and Cytoscape.js by @tomwhite in #850
- Only import anywidget templates when needed to avoid dependecy issue by @tomwhite in #851
- Support regions in
store_icechunkby @tomwhite in #853 - Live widgets for task memory usage and timeline by @tomwhite in #852
num_tasksis wrong whenregionis specified by @tomwhite in #854- Fix to allow cubed to work without diagnostics by @tomwhite in #856
- Bug fix for region slices that have start or stop = None by @tomwhite in #857
- Include web resources in package by @tomwhite in #860
- Improve flexibility of code for finding variable names by @tomwhite in #862
- Add
raise_if_computesfor testing by @tomwhite in #864 - Improve
import cubedtime by @tomwhite in #866 - Fix lazy open bug by @TomNicholas in #858
- Ignore Beam deprecation warning in tests by @tomwhite in #868
- Move mypy configuration to pyproject.toml by @tomwhite in #869
- Optimize
storeandto_zarrwhen target store isNoneby @tomwhite in #871 - More type hints by @tomwhite in #872
- Multistage rechunking for regular chunk grids by @tomwhite in #867
Full Changelog: 0.24.0...0.25.0
