-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
7 additions
and
273 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -17,7 +17,6 @@ classifiers = [ | |
"Operating System :: OS Independent", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
"Programming Language :: Python :: 3.7", | ||
"Programming Language :: Python :: 3.8", | ||
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python", | ||
|
@@ -47,7 +46,7 @@ keywords = [ | |
license = {text = "GPLv3 or later"} | ||
maintainers = [{email = "[email protected]"}] | ||
name = "tensorwaves" | ||
requires-python = ">=3.7" | ||
requires-python = ">=3.8" | ||
|
||
[project.optional-dependencies] | ||
all = [ | ||
|
@@ -84,7 +83,6 @@ doc = [ | |
"sphinx-togglebutton", | ||
"sphobjinv", | ||
"tensorwaves[all]", | ||
'importlib-metadata; python_version <"3.8.0"', | ||
] | ||
format = [ | ||
"black", | ||
|
@@ -100,7 +98,6 @@ jupyter = [ | |
"jupyterlab-myst", | ||
"python-lsp-server[rope]", | ||
"tensorwaves[doc]", | ||
'ypy-websocket <0.8.3; python_version <"3.8.0"', | ||
] | ||
lint = [ | ||
"ruff", | ||
|
@@ -126,7 +123,6 @@ phasespace = [ | |
phsp = [ | ||
"phasespace[tf] >=1.7.0", | ||
"tensorwaves[tensorflow]", | ||
'phasespace <1.9.0; python_version <"3.8.0"', | ||
] | ||
pwa = [ | ||
"ampform >=0.12.0", # https://github.com/ComPWA/ampform/pull/177 | ||
|
@@ -150,7 +146,6 @@ test = [ | |
"pytest-cov", | ||
"pytest-xdist", | ||
"tensorwaves[test-types]", | ||
'nbmake <1.3; python_version <"3.8.0"', | ||
] | ||
test-types = [ | ||
"ipython", # test _repr_pretty_ | ||
|
@@ -207,7 +202,6 @@ preview = true | |
target-version = [ | ||
"py310", | ||
"py311", | ||
"py37", | ||
"py38", | ||
"py39", | ||
] | ||
|
@@ -399,7 +393,7 @@ src = [ | |
"src", | ||
"tests", | ||
] | ||
target-version = "py37" | ||
target-version = "py38" | ||
task-tags = ["cspell"] | ||
|
||
[tool.ruff.per-file-ignores] | ||
|
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
ba70ddc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark 'TensorWaves benchmark results'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
2
.benchmarks/ampform.py::TestJPsiToGammaPiPi::test_data[10000-tf]
0.19134408441848405
iter/sec (stddev: 0
)0.3904975984805703
iter/sec (stddev: 0
)2.04
benchmarks/expression.py::test_fit[1000-Minuit2-jax]
4.404064369019094
iter/sec (stddev: 0.005880327465985419
)9.352295111672042
iter/sec (stddev: 0.0005659957504415581
)2.12
benchmarks/expression.py::test_fit[1000-Minuit2-numpy]
4.6200482014987845
iter/sec (stddev: 0.006175329317539724
)9.772740356648908
iter/sec (stddev: 0.0013011033495843871
)2.12
benchmarks/expression.py::test_fit[1000-Minuit2-numba]
4.807061265346704
iter/sec (stddev: 0.00868956331926646
)9.838227327021672
iter/sec (stddev: 0.0020212336935661233
)2.05
benchmarks/expression.py::test_fit[1000-Minuit2-tf]
0.645722432114544
iter/sec (stddev: 0.026417597354140062
)1.2942062651987425
iter/sec (stddev: 0.0019623407254366334
)2.00
This comment was automatically generated by workflow using github-action-benchmark.