Skip to content

Commit b68edf9

Browse files
committed
Update CHANGELOG for PR#31
1 parent 2518e68 commit b68edf9

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
strategy:
6161
fail-fast: false
6262
matrix:
63-
os: [macos-13, macos-latest, windows-latest, ubuntu-latest]
63+
os: [macos-15-intel, macos-latest, windows-latest, ubuntu-latest]
6464
python-version: ["3.10", "3.14"]
6565

6666
defaults:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
strategy:
8282
fail-fast: true
8383
matrix:
84-
os: [macos-13, macos-latest, windows-latest, ubuntu-latest]
84+
os: [macos-15-intel, macos-latest, windows-latest, ubuntu-latest]
8585
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
8686

8787
defaults:

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
## [Unreleased](https://github.com/NREL/scikit-sundae/)
44

55
### New Features
6+
- Drop Python 3.9 and add support for 3.14 in tests/release ([#31](https://github.com/NREL/scikit-sundae/pull/31))
67
- Move to newest SUNDIALS v7.5 for CI builds/tests ([#30](https://github.com/NREL/scikit-sundae/pull/30))
7-
- Add version warning banner to docs for dev and older releases ([#28][https://github.com/NREL/scikit-sundae/pull/28])
8+
- Add version warning banner to docs for dev and older releases ([#28](https://github.com/NREL/scikit-sundae/pull/28]))
89
- Move to newest SUNDIALS v7.4 for CI builds/tests ([#23](https://github.com/NREL/scikit-sundae/pull/23))
910
- Move to newest SUNDIALS v7.3 for CI builds/tests ([#16](https://github.com/NREL/scikit-sundae/pull/16))
1011
- Add `reduce_bandwidth` function to help restructure sparse problems ([#15](https://github.com/NREL/scikit-sundae/pull/15))
@@ -21,7 +22,7 @@
2122
### Optimizations
2223
- Use `np.testing` where possible in tests for more informative fail statements ([#14](https://github.com/NREL/scikit-sundae/pull/14))
2324
- Updates to be compliant with Cython deprecations of `IF/ELIF/ELSE` and `DEF` ([#5](https://github.com/NREL/scikit-sundae/pull/5))
24-
- Replace loops between 1D numpy arrays and SUNDIALS NVectors with single-line memory views and pointer addressing ([#5](https://github.com/NREL/scikit-sundae/pull/5))
25+
- Use single-line memory views and pointer addressing for `np2ptr` and `np2smat` ([#5](https://github.com/NREL/scikit-sundae/pull/5))
2526
- Use `micromamba` instead of `miniconda` in CI ([#3](https://github.com/NREL/scikit-sundae/pull/3))
2627

2728
### Bug Fixes
@@ -46,6 +47,6 @@ This is the first official release of scikit-SUNDAE. Main features/capabilities
4647
- scipy-like `RichResult` output containers
4748

4849
### Notes
49-
- Implemented `pytest` with tests that directly compare against solutions generated using C programs
50+
- Tests check solutions against C programs
5051
- Source/binary distributions available on [PyPI](https://pypi.org/project/scikit-sundae)
5152
- Documentation available on [Read the Docs](https://scikit-sundae.readthedocs.io/)

0 commit comments

Comments
 (0)