We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee1d55d commit 613d211Copy full SHA for 613d211
3 files changed
RELEASE_NOTES.md
@@ -1,5 +1,9 @@
1
# Release notes
2
3
+## Changes from 4.0.0-b1 to 4.0.0-b2
4
+
5
+XXX version-specific blurb XXX
6
7
## Changes from 3.12.2 to 4.0.0-b1
8
9
- PEP 427 compatibility changes to ensure C-blosc2 files and binaries are stored under blosc2/ subdirectories in shipped Python wheels
pyproject.toml
@@ -41,7 +41,7 @@ dependencies = [
41
"py-cpuinfo; platform_machine != 'wasm32'",
42
"requests",
43
]
44
-version = "4.0.0-b1"
+version = "4.0.0-b2.dev0"
45
[project.entry-points."array_api"]
46
blosc2 = "blosc2"
47
src/blosc2/version.py
@@ -1,2 +1,2 @@
-__version__ = "4.0.0-b1"
+__version__ = "4.0.0-b2.dev0"
__array_api_version__ = "2024.12"
0 commit comments