Skip to content

Commit 5b8afc4

Browse files
authored
Merge pull request #27 from DougBurke/prepare-0030
Prepare for the 0.0.30 release
2 parents f06a62b + 830b124 commit 5b8afc4

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
Potential build improvements, including support for using the CXC
66
xspec-modelsonly conda package for providing XSPEC, updates to the
77
build infrastructure to use more-modern Python packaging techniques,
8-
and (hopefully) support for the macOS platform.
8+
and support for the macOS platform. I have added GitHub Actions to
9+
run tests with Python 3.12 for Linux and macOS ARM systems.
910

1011
## 0.0.26 - 0.0.29
1112

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1372,8 +1372,8 @@ In [12]: %timeit y2 = x.bvapec_(energies=egrid2, pars=pars2, out=out2)
13721372
7.13 ms ± 26.3 µs per loop (mean ± std. dev. of 7 runs, 100 loops each)
13731373
```
13741374

1375-
So, for this simple case it doesn't seem worth usnig the `RealArray`
1376-
versino (but perhaps not returning the array and other changes could
1375+
So, for this simple case it doesn't seem worth using the `RealArray`
1376+
version (but perhaps not returning the array and other changes could
13771377
alter this).
13781378

13791379
# Convenience versus speed
@@ -1423,4 +1423,5 @@ module does some of the following:
14231423
XSPEC 12.14.1 is 197 of the 293 models we support) are handled
14241424
using the C interface. To see if this is a problem I have added
14251425
(in version 0.0.24) the RealArray interface discussed above,
1426-
but it doesn't seem to make much difference.
1426+
but it doesn't seem to make much difference, although this claim
1427+
needs to be tested.

0 commit comments

Comments
 (0)