Skip to content

Commit

Permalink
v4.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rmjarvis committed Sep 28, 2021
1 parent 73e964b commit 1039eb9
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 @@ -114,3 +114,10 @@ Changes from version 4.2.4 to 4.2.5

- Fixed bugs in the shot noise variance estimate for GGG and the propagation of
the error to Map3. Thanks to Lucas Secco for the bug report. (#133)

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)
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.5'
__version__ = '4.2.6'
__version_info__ = tuple(map(int, __version__.split('.')))

0 comments on commit 1039eb9

Please sign in to comment.