0.17.0
What's Changed
- Skip fewer array API tests by @tomwhite in #547
- Rechunk where dict has missing axes by @tomwhite in #546
- Adds logging [INFO] to
TimelineVisualizationCallback
andHistoryCallback
by @norlandrhagen in #548 - More lenient dtype support by @tomwhite in #550
- Cast inputs to Cubed arrays in
apply_ufunc
by @tomwhite in #551 - Fix bug where
newaxis
with full slices doesn't add new axes by @tomwhite in #559 - Memray integration by @tomwhite in #558
- Add chunkmem to VirtualFullArray, which was missed in #447 by @tomwhite in #560
- Fix Array API Tests by @tomwhite in #562
- Memray callback by @tomwhite in #561
- Introduce FinalizedPlan by @tomwhite in #563
- Materialize arrays optimizer bugfix by @tomwhite in #564
- Align tqdm progress bars by @tomwhite in #567
- Coerce args to
map_blocks
to arrays by @tomwhite in #566 - Fail during planning if map_blocks drop_axis is for a chunked dimension by @tomwhite in #569
- Fix Rich progress bar flickering by limiting refreshes by @tomwhite in #571
- Allow Zarr compression to be set for intermediate files by @tomwhite in #572
Full Changelog: 0.16.0...0.17.0