Skip to content

Commit 7934b17

Browse files
committed
Update version, change __restrict__ to __restrict, and switch to macos-15-intel
1 parent 034c121 commit 7934b17

8 files changed

Lines changed: 174 additions & 174 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
os: [ubuntu-latest, windows-2022, macos-13, macos-14]
12+
os: [ubuntu-latest, windows-2022, macos-15-intel, macos-14]
1313

1414
steps:
1515
- uses: actions/checkout@v5

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors:
55
given-names: "Alan"
66
affiliation: "Ausar Geophysical"
77
title: "Deepwave"
8-
version: 0.0.24
8+
version: 0.0.25
99
doi: 10.5281/zenodo.3829886
10-
date-released: 2025-12-04
10+
date-released: 2025-12-13
1111
url: "https://github.com/ar4/deepwave"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ If you would like to cite Deepwave, I suggest:
6565
month = dec,
6666
year = 2025,
6767
publisher = {Zenodo},
68-
version = {v0.0.24},
68+
version = {v0.0.25},
6969
doi = {10.5281/zenodo.3829886},
7070
url = {https://doi.org/10.5281/zenodo.3829886}
7171
}

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
project = "Deepwave"
1313
project_copyright = "2025, Alan Richardson"
1414
author = "Alan Richardson"
15-
release = "v0.0.24"
15+
release = "v0.0.25"
1616

1717
# -- General configuration ------------------------------------------------
1818
# https://www.sphinx-doc.org/en/master/usage/configuration.html

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44

55
[project]
66
name = "deepwave"
7-
version = "0.0.24"
7+
version = "0.0.25"
88
dependencies = [
99
"torch",
1010
"setuptools"

src/deepwave/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.24"
1+
__version__ = "0.0.25"

0 commit comments

Comments
 (0)