Skip to content

Commit 9c18700

Browse files
authored
preparing v1.5 (#163)
1 parent 84f21f7 commit 9c18700

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
# v1.4
27
- Option to read only the binned MCM (#151)
38

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def run(self):
9898
long_description = fh.read()
9999

100100
setup(name="pymaster",
101-
version="1.4",
101+
version="1.5",
102102
author="David Alonso",
103103
author_email="[email protected]",
104104
description="Library for pseudo-Cl computation",

0 commit comments

Comments
 (0)