Skip to content

Commit

Permalink
Bump to c-blosc 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Aug 24, 2022
1 parent d1bc48d commit f1bfbd2
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cibuildwheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
arch: [auto, aarch64] # crashing on aarch64 and python 3.8. investigate...
#arch: [auto]
# Not generating for aarch64 (see https://github.com/Blosc/python-blosc2/pull/47#issuecomment-1225633013)
# arch: [auto, aarch64]
arch: [auto]
exclude:
- os: [ubuntu-latest, windows-latest, macos-latest]
# We don't support 32-bit platforms in python-blosc2
Expand Down
4 changes: 2 additions & 2 deletions ANNOUNCE.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Announcing python-blosc2 0.3.1
Announcing python-blosc2 0.3.2
==============================

This is a minor release for updating internal C-Blosc2 sources to
latest 2.3.0 version.
latest 2.3.1 version. Also, several leaks have been fixed.

For more info, you can have a look at the release notes in:

Expand Down
8 changes: 8 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Release notes

## Changes from 0.3.1 to 0.3.2

* Several leaks fixed. Thanks to Christoph Gohlke.

* Internal C-Blosc2 updated to 2.3.1



## Changes from 0.3.0 to 0.3.1

* Internal C-Blosc2 updated to 2.3.0
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.1
0.3.2
2 changes: 1 addition & 1 deletion blosc2/c-blosc2

0 comments on commit f1bfbd2

Please sign in to comment.