Skip to content

Commit

Permalink
v4.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rmjarvis committed Aug 13, 2021
1 parent 2d98b26 commit e4cc440
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 @@ -100,3 +100,9 @@ Changes from version 4.2.2 to 4.2.3

- Fixed a bug in the Map^3 calculation when the aperture radii are different.
Thanks to Laila Linke for both finding the problem and providing the fix. (#128)

Changes from version 4.2.3 to 4.2.4
===================================

- Fixed a bug when running the Rlens metric with patches. Thanks to Marina Ricci
for the bug report. (#131)
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.3'
__version__ = '4.2.4'
__version_info__ = tuple(map(int, __version__.split('.')))

0 comments on commit e4cc440

Please sign in to comment.