-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Breaking change in spline EOS file format EOS of type eos_barotr_spline are now interpolating the soundspeed as function of density instead pseudo-enthalpy, because otherwise phase transitions cannot be represented. This required a change in the file format for this EOS type as well. Old files of type eos_barotr_spline cannot be read anymore. Files of all other EOS types are unaffected. * The Python API can now be build also for Python 3.11
- Loading branch information
Wolfgang Kastaun
committed
Mar 5, 2023
1 parent
9ca95ef
commit 9826da2
Showing
50 changed files
with
98 additions
and
68 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
[build-system] | ||
requires = ["setuptools>=42", "wheel", "pybind11~=2.6.1"] | ||
requires = ["setuptools>=42", "wheel", "pybind11>=2.6.1"] | ||
build-backend = "setuptools.build_meta" | ||
|
||
|
||
[project] | ||
name = "RePrimAnd" | ||
version = "1.5" | ||
version = "1.6" | ||
authors = [ | ||
{ name = "Wolfgang Kastaun", email = "[email protected]" } | ||
] | ||
description = "Library for handling equations of state for supranuclear matter, computing neutron star properties, and utilities for numerical relativity" | ||
readme = "README.md" | ||
license = { file = "LICENSE" } | ||
requires-python = '>=3.7, <3.11' | ||
requires-python = '>=3.7' | ||
dependencies = [ | ||
"numpy" | ||
] | ||
|
@@ -26,7 +26,6 @@ build-backend = "setuptools.build_meta" | |
[tool.cibuildwheel] | ||
|
||
archs = ["x86_64"] | ||
skip="cp311-manylinux_x86_64 cp311-musllinux_x86_64" | ||
|
||
before-all = "/project/docker/cibw_prepare.sh" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.