Skip to content

Commit 8b2701e

Browse files
authored
Upgrade to python3.13 and numpy2 (#229)
* Upgrade to python3.13 * bumped version and updated changelog * updated README
1 parent cfe610b commit 8b2701e

File tree

4 files changed

+20
-7
lines changed

4 files changed

+20
-7
lines changed

.github/environment.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: test # default testing environment name from conda-incubator
22
dependencies:
3-
- python=3.11
3+
- python=3.13
44
- pip
55
- setuptools_scm
66
- numpy
77
# The below is only because the version of healpy that gets installed on mac uses deprecated scipy functions.
88
# We should remove the <1.14 flag as soon as this is fixed.
9-
- scipy<1.14
10-
- pytest
11-
- pytest-cov
12-
- coveralls
9+
- scipy
1310
- pip:
14-
- ducc0
11+
- ducc0
12+
- coveralls
13+
- pytest
14+
- pytest-cov

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# v2.4
2+
- Mode deprojection enabled for `NmtFieldCatalogClustering` fields (#227)
3+
4+
# v2.3.1
5+
- Fixed docstrings (#224)
6+
7+
# v2.3.2
8+
- Fixed azimuth wrapping issue in CAR (#222)
9+
10+
# v2.3.1
11+
- Fixed API-breaking change in ducc0 (#220)
12+
113
# v2.3
214
- Support for anisotropically-weighted fields (#217)
315

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,6 @@ If you use NaMaster for any scientific publication, we kindly ask you to cite th
101101
- Zack Li (@xzackli)
102102
- Thibaut Louis (@thibautlouis)
103103
- Tom Cornish (@tmcornish)
104+
- Kevin Wolz (@kwolz)
104105

105106
For feedback, please contact the author via github issues or email ([email protected]).

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "pymaster"
10-
version = "2.3.3"
10+
version = "2.4"
1111
authors = [
1212
{name="David Alonso", email="[email protected]"}
1313
]

0 commit comments

Comments
 (0)