Skip to content

Commit

Permalink
Prep for 4.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rmjarvis committed Mar 25, 2022
1 parent 86b8f9f commit 058fd6c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,10 @@ Changes from version 4.2.5 to 4.2.6
- Fixed a numerical bug that could suppress the signal in GG correlations in
spherical coordinates if there are multiple objects at the same position.
Thanks to Sandra Unruh for the bug report. (#134)

Changes from version 4.2.6 to 4.2.7
===================================

- Fixed a memory problem when computing patch-based covariance matrix when npatches
is moderately large (e.g. 500). Thanks to Joe Zuntz and Judit Prat for finding and
reporting the bug. (#137)
2 changes: 1 addition & 1 deletion treecorr/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
# this list of conditions, and the disclaimer given in the documentation
# and/or other materials provided with the distribution.

__version__ = '4.2.6'
__version__ = '4.2.7'
__version_info__ = tuple(map(int, __version__.split('.')))

0 comments on commit 058fd6c

Please sign in to comment.