Skip to content

Commit 1ca6e2a

Browse files
committed
Reference to the wew donation/contracting section (and other fixes)
1 parent d909e57 commit 1ca6e2a

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

ANNOUNCE.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,17 @@ In this release:
99
✅ Blosc2 indexing more consistent with NumPy
1010
✅ Comprehensive ``squeeze`` function which squeezes only specified dimensions
1111

12+
We have blogged about the new fancy indexing support:
13+
https://www.blosc.org/posts/blosc2-fancy-indexing/
14+
1215
You can think of Python-Blosc2 3.x as an extension of NumPy/numexpr that:
1316

1417
- Can deal with ndarrays compressed using first-class codecs & filters.
1518
- Performs many kind of math expressions, including reductions, indexing...
16-
- Supports broadcasting operations.
1719
- Supports NumPy ufunc mechanism: mix and match NumPy and Blosc2 computations.
1820
- Integrates with Numba and Cython via UDFs (User Defined Functions).
1921
- Adheres to modern NumPy casting rules way better than numexpr.
20-
- Supports linear algebra operations (like ``blosc2.matmul()``).
22+
- Performs linear algebra operations (like ``blosc2.matmul()``).
2123

2224
Install it with::
2325

README.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ to the core development of the Blosc2 library:
103103

104104
- Francesc Alted
105105
- Marta Iborra
106+
- Luke Shaw
106107
- Aleix Alcacer
107108
- Oscar Guiñón
108109
- Juan David Ibáñez
@@ -133,12 +134,12 @@ You can cite our work on the various libraries under the Blosc umbrella as follo
133134
note = {https://blosc.org}
134135
}
135136
136-
Donate
137-
======
137+
Support Blosc for a Sustainable Future
138+
======================================
138139

139140
If you find Blosc useful and want to support its development, please consider
140-
making a donation via the `NumFOCUS <https://numfocus.org/donate-to-blosc>`_
141-
organization, which is a non-profit that supports many open-source projects.
141+
making a `donation or contract to the Blosc Development Team
142+
<https://www.blosc.org/pages/blosc-in-depth/#support-blosc>`_
142143
Thank you!
143144

144145

0 commit comments

Comments
 (0)