Skip to content

Commit

Permalink
Prep for v4.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rmjarvis committed Apr 7, 2022
1 parent 50551e3 commit ec2001b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,9 @@ 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)

Changes from version 4.2.7 to 4.2.8
===================================

- Fixed a bug in the calculation of jackknife and sample variance when only the second
catalog in a cross-correlation uses patches.
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.7'
__version__ = '4.2.8'
__version_info__ = tuple(map(int, __version__.split('.')))

0 comments on commit ec2001b

Please sign in to comment.