Skip to content

Commit 0fc782e

Browse files
committed
Getting ready for release 4.1.2
1 parent 472e67f commit 0fc782e

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

ANNOUNCE.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

66
You can think of Python-Blosc2 4.x as an extension of NumPy/numexpr that:
77

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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")

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"]
4444
blosc2 = "blosc2"
4545

src/blosc2/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "4.1.2.dev0"
1+
__version__ = "4.1.2"
22
__array_api_version__ = "2024.12"

0 commit comments

Comments
 (0)