Skip to content

Commit

Permalink
V2beta (#188)
Browse files Browse the repository at this point in the history
* updating version and changelog

* __version__ attribute
  • Loading branch information
damonge authored Apr 11, 2024
1 parent 3c86da1 commit e16e3c2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# v2.0b
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)

# v1.5.1
- Bugfix in Toeplitz calculation (#169)
- Bugfix for rectangular covariances (#175)
Expand Down
3 changes: 3 additions & 0 deletions pymaster/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@
All sky maps accepted and returned by these functions are \
in the form of HEALPix maps exclusively with RING ordering.
"""
from importlib.metadata import version
__version__ = version(__name__)

from pymaster import nmtlib as lib # noqa
import numpy as np # noqa
from pymaster.utils import ( # noqa
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pymaster"
version = "1.6.1"
version = "2.0b0"
authors = [
{name="David Alonso", email="[email protected]"}
]
Expand Down

0 comments on commit e16e3c2

Please sign in to comment.