We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 439231d commit dacb576Copy full SHA for dacb576
.github/workflows/wheels.yaml
@@ -5,6 +5,9 @@ on:
5
release:
6
types:
7
- published
8
+ pull_request:
9
+ branches:
10
+ - master
11
12
jobs:
13
build_wheels:
CHANGES.rst
@@ -1,3 +1,9 @@
1
+0.9.3 (2025-02-10)
2
+------------------
3
+
4
+ - Compatibility with Numpy 2.0 (https://github.com/astropy/halotools/pull/1114)
0.9.2 (2024-12-02)
------------------
0 commit comments