Skip to content

Commit

Permalink
v4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rmjarvis committed Oct 7, 2022
1 parent d07eda9 commit a6abfe5
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 @@ -46,3 +46,9 @@ Bug fixes

- Fixed a bug where correlation objects using bin_type=TwoD could not be correctly read back
in after being written to a file. (#141)


Changes from version 4.3.0 to 4.3.1
===================================

- Added `set_max_omp_threads` function to enable turning off OpenMP completely for TreeCorr.
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.3.0'
__version__ = '4.3.1'
__version_info__ = tuple(map(int, __version__.split('.')))

0 comments on commit a6abfe5

Please sign in to comment.