File tree Expand file tree Collapse file tree 4 files changed +5
-9
lines changed
Expand file tree Collapse file tree 4 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 1- Announcing Python-Blosc2 3.12.1
1+ Announcing Python-Blosc2 3.12.2
22===============================
33
4- This is a patch release where we have aimed to close a security loophole:
5-
6- ✅ Hotfix for security - disallow ``import `` in (saved) ``LazyUDF `` objects
7-
8- ✅ Automate WASM wheel upload via YAML file
4+ This is a patch release where we hotfix the WASM wheel upload to a separate repo to avoid history bloat.
95
106You can think of Python-Blosc2 3.x as an extension of NumPy/numexpr that:
117
Original file line number Diff line number Diff line change 22
33## Changes from 3.12.1 to 3.12.2
44
5- XXX version-specific blurb XXX
5+ * Hotfix to change WASM wheel hosting to separate repo
66
77## Changes from 3.12.0 to 3.12.1
88
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ dependencies = [
4141 " py-cpuinfo; platform_machine != 'wasm32'" ,
4242 " requests" ,
4343]
44- version = " 3.12.2.dev0 "
44+ version = " 3.12.2"
4545[project .entry-points ."array_api" ]
4646blosc2 = " blosc2"
4747
Original file line number Diff line number Diff line change 1- __version__ = "3.12.2.dev0 "
1+ __version__ = "3.12.2"
22__array_api_version__ = "2024.12"
You can’t perform that action at this time.
0 commit comments