diff --git a/CHANGELOG.md b/CHANGELOG.md index 20df7285..c5ac139a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ -# v2.0b - Improved error messages (#187) - Migrated to ducc from libsharp (#183) +# v2.0 +- Improved error messages (#187) +- Migrated to ducc from libsharp (#183) # v1.6 - Bugfix: sign of Wigner 3j symbols (#180) - Faster method for spin-0 Wigner 3j symbols (#178) - No deprojection bias for lite fields (#177) - Bugfix for rectangular covariances (#175) +- Bugfix: sign of Wigner 3j symbols (#180) +- Faster method for spin-0 Wigner 3j symbols (#178) +- No deprojection bias for lite fields (#177) +- Bugfix for rectangular covariances (#175) # v1.5.1 - Bugfix in Toeplitz calculation (#169) diff --git a/pyproject.toml b/pyproject.toml index 3bd388a0..4ff6710b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "pymaster" -version = "2.0b0" +version = "2.0" authors = [ {name="David Alonso", email="david.alonso@physics.ox.ac.uk"} ]