File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- Announcing Python-Blosc2 4.1.1
1+ Announcing Python-Blosc2 4.1.2
22===============================
33
4- This is patch release which fixes a bug for `` miniexpr `` on ubuntu with ARM64 .
4+ This is patch release which updates the `` c-blosc2 `` version to fix some memory leaks .
55
66You can think of Python-Blosc2 4.x as an extension of NumPy/numexpr that:
77
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ else()
119119 include (FetchContent )
120120 FetchContent_Declare (blosc2
121121 GIT_REPOSITORY https://github.com/Blosc/c-blosc2
122- GIT_TAG d442b1b61287b5d5993b700b738597a060d0d7af
122+ GIT_TAG 1386ef42f58b61c876edf714a2af84bd7b59dc5d # v2.23.1
123123 )
124124 FetchContent_MakeAvailable (blosc2)
125125 include_directories ("${blosc2_SOURCE_DIR} /include" )
Original file line number Diff line number Diff line change 22
33## Changes from 4.1.1 to 4.1.2
44
5- XXX version-specific blurb XXX
5+ - Update ` c-blosc2 ` version
66
77## Changes from 4.1.0 to 4.1.1
88
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ dependencies = [
3939 " numexpr>=2.14.1; platform_machine != 'wasm32'" ,
4040 " requests" ,
4141]
42- version = " 4.1.2.dev0 "
42+ version = " 4.1.2"
4343[project .entry-points ."array_api" ]
4444blosc2 = " blosc2"
4545
Original file line number Diff line number Diff line change 1- __version__ = "4.1.2.dev0 "
1+ __version__ = "4.1.2"
22__array_api_version__ = "2024.12"
You can’t perform that action at this time.
0 commit comments