-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from dnv-opensource/13-solve-errors-that-lead-…
…to-nightly-build-failing 13 solve errors that lead to nightly build failing
- Loading branch information
Showing
32 changed files
with
119 additions
and
87 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,4 +63,4 @@ | |
"justMyCode": true, | ||
}, | ||
] | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,35 @@ | ||
cff-version: 1.2.0 | ||
title: Axtreme | ||
message: Ax for Extremes | ||
version: 0.1.1 | ||
abstract: >- | ||
A toolkit for estimating the long term behaviour | ||
(extremes) of expensive, stochastic, black box functions. | ||
type: software | ||
authors: | ||
- name: DNV | ||
address: 'Veritasveien 1, 1363 Høvik' | ||
city: Oslo | ||
- name: DNV AS | ||
address: 'Veritasveien 1' | ||
post-code: '1363' | ||
city: Høvik | ||
country: NO | ||
website: 'https://www.dnv.com/' | ||
- given-names: Sebastian | ||
family-names: Winter | ||
email: [email protected] | ||
affiliation: DNV | ||
email: [email protected] | ||
- given-names: Kristoffer | ||
family-names: Skare | ||
email: [email protected] | ||
affiliation: DNV | ||
email: [email protected] | ||
- given-names: Magnus | ||
family-names: Kristiansen | ||
email: [email protected] | ||
affiliation: DNV | ||
abstract: >- | ||
A toolkit for estimating the long term behaviour | ||
(extremes) of expensive, stochastic, black box functions. | ||
email: [email protected] | ||
keywords: | ||
- Design of Experiments | ||
- Active Learning | ||
- Extreme Response | ||
license: MIT | ||
url: "https://github.com/dnv-opensource/axtreme" | ||
version: 0.1.1 | ||
license-url: 'https://dnv-opensource.github.io/axtreme/LICENSE.html' | ||
url: 'https://dnv-opensource.github.io/axtreme/README.html' | ||
repository-code: 'https://github.com/dnv-opensource/axtreme' | ||
message: 'Please cite this software using these metadata.' | ||
cff-version: 1.2.0 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
axtreme package | ||
================== | ||
=============== | ||
|
||
Subpackages | ||
----------- | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,6 @@ axtreme Documentation | |
LICENSE | ||
|
||
|
||
|
||
Indices and tables | ||
================== | ||
|
||
|
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 |
---|---|---|
|
@@ -10,6 +10,9 @@ only-include = [ | |
"tests", | ||
".coveragerc", | ||
".editorconfig", | ||
".pre-commit-config.yaml", | ||
"manage.py", | ||
"pyproject.toml", | ||
"pytest.ini", | ||
"ruff.toml", | ||
"uv.lock", | ||
|
@@ -37,6 +40,9 @@ maintainers = [ | |
{ name = "Jorge Luis Mendez", email = "[email protected]" }, | ||
] | ||
keywords = [ | ||
"Design of Experiments", | ||
"Active Learning", | ||
"Extreme Response", | ||
] | ||
classifiers = [ | ||
"Development Status :: 3 - Alpha", | ||
|
@@ -53,8 +59,8 @@ classifiers = [ | |
"Topic :: Software Development :: Libraries :: Python Modules", | ||
] | ||
dependencies = [ | ||
"numpy>=1.26,<2.0", | ||
"matplotlib>=3.9", | ||
"numpy>=1.26, <2.0", | ||
"matplotlib>=3.10", | ||
"statsmodels>=0.14.4", | ||
"filterpy>=1.4.5", | ||
"numba>=0.60.0", | ||
|
@@ -80,20 +86,20 @@ Changelog = "https://github.com/dnv-opensource/axtreme/blob/main/CHANGELOG.md" | |
dev = [ | ||
"pytest>=8.3", | ||
"pytest-cov>=6.0", | ||
"ruff>=0.8.3", | ||
"pyright>=1.1.390", | ||
"mypy>=1.13", | ||
"sourcery>=1.27", | ||
"ruff>=0.9.2", | ||
"pyright>=1.1.392", | ||
"mypy>=1.14", | ||
"sourcery>=1.31", | ||
"pre-commit>=4.0", | ||
"Sphinx>=8.1", | ||
"sphinx-argparse-cli>=1.19", | ||
"sphinx-autodoc-typehints>=2.5", | ||
"sphinx-autodoc-typehints>=3.0", | ||
"sphinxcontrib-mermaid>=1.0.0", | ||
"myst-parser>=4.0", | ||
"furo>=2024.8", | ||
"jupyter>=1.1", | ||
"pandas-stubs>=2.2", | ||
"pyarrow>=18.1", | ||
"pyarrow>=19.0", | ||
] | ||
|
||
[tool.uv] | ||
|
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.