We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41fedf9 commit 41d8fc9Copy full SHA for 41d8fc9
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# v1.4
2
+- Option to read only the binned MCM (#151)
3
+
4
# v1.3
5
- Spin-0-only covariance workspaces (#147)
6
- Added functionality to return field mask (#142)
setup.py
@@ -98,7 +98,7 @@ def run(self):
98
long_description = fh.read()
99
100
setup(name="pymaster",
101
- version="1.3",
+ version="1.4",
102
author="David Alonso",
103
author_email="[email protected]",
104
description="Library for pseudo-Cl computation",
0 commit comments