You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,12 @@
1
1
# Release notes
2
2
3
-
## Changes from 3.12.2 to 3.12.3
3
+
## Changes from 3.12.2 to 4.0.0-b1
4
4
5
-
XXX version-specific blurb XXX
5
+
- PEP 427 compatibility changes to ensure C-blosc2 files and binaries are stored under blosc2/ subdirectories in shipped Python wheels
6
+
- Introduce miniexpr for hyper-fast multithreaded element-wise computations and reductions (on macOS and Linux). This justifies the major version number bump.
7
+
- Indexing with None for LazyExpr now matches Numpy behaviour (i.e. newaxis)
8
+
- Improvements to open and generally handle Treestore objects and b2z, .b2d, .b2e files. Thanks @bossbeagle1509!
9
+
- Minor changes to support new blosc2-openzl plugin
0 commit comments