From 9c18700e3d9322114f6ce910eda19b2e510416ba Mon Sep 17 00:00:00 2001 From: David Alonso <dam.phys@gmail.com> Date: Thu, 20 Oct 2022 20:49:03 +0100 Subject: [PATCH] preparing v1.5 (#163) --- CHANGELOG.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e41703e..73d4cec5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.5 +- Compilation refactor (#158, #162) +- Updated installation instructions for NERSC (#160) +- Ensure correct mask endianness (#161) + # v1.4 - Option to read only the binned MCM (#151) diff --git a/setup.py b/setup.py index f4a1b926..2fd729c2 100644 --- a/setup.py +++ b/setup.py @@ -98,7 +98,7 @@ def run(self): long_description = fh.read() setup(name="pymaster", - version="1.4", + version="1.5", author="David Alonso", author_email="david.alonso@physics.ox.ac.uk", description="Library for pseudo-Cl computation",