Skip to content

Commit 1b13c30

Browse files
committed
changelog: preparing for v2.1.1
1 parent 80bc4b0 commit 1b13c30

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGES.rst

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,26 @@ Changelog
44
2.1.1 (2025-07-25)
55
------------------
66

7-
This is a patch release, primarily to publish the memory-usage reduction in the HOD module.
7+
This is a patch release, primarily to publish the reduction in memory usage in the HOD
8+
module.
89

9-
Changes
10-
~~~~~~~
10+
There is a small change to ``tsc_parallel()`` that may be breaking: when passing in a
11+
pre-allocated ndarray, that ndarray is no longer returned to make it clear that the array
12+
is being modified in-place.
13+
14+
Breaking Changes
15+
~~~~~~~~~~~~~~~~
1116
- tsc: return None from tsc_parallel when the user passes a pre-allocated ndarray [#180]
1217

1318
Fixes
1419
~~~~~
1520
- hod: reduce menv memory usage in prepare_sim [#172]
1621

22+
Documentation
23+
~~~~~~~~~~~~~
24+
- Added a subsample particle tracking [tutorial](https://abacusutils.readthedocs.io/en/latest/tutorials/compaso/tracking_subsample_particles.html)
25+
- Other documentation tweaks and improvements
26+
1727
2.1.0 (2025-02-04)
1828
------------------
1929
This is a small release with a few quality-of-life changes, notably to reduce memory usage

0 commit comments

Comments
 (0)