We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07a8588 commit 2cf9b0bCopy full SHA for 2cf9b0b
CHANGELOG.rst
@@ -36,3 +36,9 @@ Bug Fixes
36
---------
37
38
- Fixed an error in the `Spergel` stepk calculation. (#1324, #1325)
39
+
40
41
+Changes from v2.7.0 to v2.7.1
42
+-----------------------------
43
44
+- Fixed an error in PhotonDCR use of zenith_angle if sky_pos is also given. (#1330)
galsim/_version.py
@@ -15,5 +15,5 @@
15
# this list of conditions, and the disclaimer given in the documentation
16
# and/or other materials provided with the distribution.
17
#
18
-__version__ = '2.7.0'
+__version__ = '2.7.1'
19
__version_info__ = tuple(map(lambda x:int(x.split('-')[0]), __version__.split('.')))[:3]
0 commit comments