Skip to content

Commit

Permalink
v5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rmjarvis committed Feb 14, 2025
1 parent a06a621 commit 9b46ebc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,8 @@ New features
The default is called "simple" and is the same behavior as what TreeCorr has been doing in
previous versions, but we recommend users explicitly set ``cross_patch_weight`` to the
appropriate value to take advantage of the more optimal weighting. (#180, #183)

Changes from version 5.0.0 to 5.0.1
-----------------------------------

- Fixed an error in the manifest, which omitted a file from the source distribution on pypi.
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__ = '5.1.0'
__version__ = '5.1.1'
__version_info__ = tuple(map(int, __version__.split('.')))

0 comments on commit 9b46ebc

Please sign in to comment.