Skip to content

Commit 0fbae32

Browse files
committed
Update on release notes
1 parent 761b1a8 commit 0fbae32

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

RELEASE_NOTES.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,20 @@
22

33
## Changes from 4.0.0 to 4.1.0
44

5-
- Add DSL kernel functionality for faster, compiled, user-defined functions which broadly respect python syntax and implement the `LazyArray` interface.
5+
- Add DSL kernel functionality for faster, compiled, user-defined functions which broadly respect python syntax and implement the `LazyArray` interface. See the introductory tutorial at: https://blosc.org/python-blosc2/getting_started/tutorials/03.lazyarray-udf-kernels.html
66
- Add read-only mmap support for store containers:
77
`DictStore`, `TreeStore`, and `EmbedStore` now accept `mmap_mode="r"`
88
when opened with `mode="r"` (including via `blosc2.open` for `.b2d`,
99
`.b2z`, and `.b2e`).
10-
- Add `cumulative_sum` and `cumulative_prod` functions for Array API compliance
11-
- Add Unicode string arrays, support comparison operations with them, and optimised compression path
12-
- Add ``endswith`` and ``startswith`` and extend ``contains`` to support strings and offer `miniexpr` multithreaded computation when possible
13-
- Use DSL kernels to accelerate `arange`/`linspace` constructors by 6-10x
14-
- Improve documentation for `filters` and `filters_meta`
10+
- New .meta entry for store containers, allowing better store recognition at `blosc2.open()` time. Fixes #546.
11+
- Add `cumulative_sum` and `cumulative_prod` functions for Array API compliance.
12+
- Add Unicode string arrays, support comparison operations with them, and optimised compression path.
13+
- Add ``endswith`` and ``startswith`` and extend ``contains`` to support strings and offer `miniexpr` multithreaded computation when possible.
14+
- Use DSL kernels to accelerate `arange`/`linspace` constructors by 6-10x.
15+
- Improve documentation for `filters` and `filters_meta`.
1516
- Fix edge case issues with `resize` and `constructors` so that `chunks` may be set independently of shape, and arrays may be extended from empty consistently.
16-
- Continued work on `miniexpr` integration, interface, and support
17-
- Ruff fixes and implementation of PEP recommendations
17+
- Continued work on `miniexpr` integration, interface, and support.
18+
- Ruff fixes and implementation of PEP recommendations.
1819

1920
## Changes from 4.0.0-b1 to 4.0.0
2021

0 commit comments

Comments
 (0)