We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84f21f7 commit 9c18700Copy full SHA for 9c18700
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# v1.5
2
+- Compilation refactor (#158, #162)
3
+- Updated installation instructions for NERSC (#160)
4
+- Ensure correct mask endianness (#161)
5
+
6
# v1.4
7
- Option to read only the binned MCM (#151)
8
setup.py
@@ -98,7 +98,7 @@ def run(self):
98
long_description = fh.read()
99
100
setup(name="pymaster",
101
- version="1.4",
+ version="1.5",
102
author="David Alonso",
103
author_email="[email protected]",
104
description="Library for pseudo-Cl computation",
0 commit comments