pyANOVAapprox 2.0.7__tar.gz → 2.0.8__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. {pyanovaapprox-2.0.7 → pyanovaapprox-2.0.8}/PKG-INFO +4 -4
  2. {pyanovaapprox-2.0.7 → pyanovaapprox-2.0.8}/README.md +1 -1
  3. {pyanovaapprox-2.0.7 → pyanovaapprox-2.0.8}/pyproject.toml +6 -3
  4. {pyanovaapprox-2.0.7 → pyanovaapprox-2.0.8}/.github/workflows/ci.yml +0 -0
  5. {pyanovaapprox-2.0.7 → pyanovaapprox-2.0.8}/.github/workflows/documentation.yml +0 -0
  6. {pyanovaapprox-2.0.7 → pyanovaapprox-2.0.8}/.github/workflows/format.yml +0 -0
  7. {pyanovaapprox-2.0.7 → pyanovaapprox-2.0.8}/.github/workflows/release.yml +0 -0
  8. {pyanovaapprox-2.0.7 → pyanovaapprox-2.0.8}/.gitignore +0 -0
  9. {pyanovaapprox-2.0.7 → pyanovaapprox-2.0.8}/LICENSE +0 -0
  10. {pyanovaapprox-2.0.7 → pyanovaapprox-2.0.8}/docs/Makefile +0 -0
  11. {pyanovaapprox-2.0.7 → pyanovaapprox-2.0.8}/docs/source/Analysis.rst +0 -0
  12. {pyanovaapprox-2.0.7 → pyanovaapprox-2.0.8}/docs/source/Approximation.rst +0 -0
  13. {pyanovaapprox-2.0.7 → pyanovaapprox-2.0.8}/docs/source/Errors.rst +0 -0
  14. {pyanovaapprox-2.0.7 → pyanovaapprox-2.0.8}/docs/source/conf.py +0 -0
  15. {pyanovaapprox-2.0.7 → pyanovaapprox-2.0.8}/docs/source/index.rst +0 -0
  16. {pyanovaapprox-2.0.7 → pyanovaapprox-2.0.8}/simpleTest/TestFunctionPeriodic.py +0 -0
  17. {pyanovaapprox-2.0.7 → pyanovaapprox-2.0.8}/simpleTest/exampleAutoapproximate.py +0 -0
  18. {pyanovaapprox-2.0.7 → pyanovaapprox-2.0.8}/simpleTest/exampleCheb.py +0 -0
  19. {pyanovaapprox-2.0.7 → pyanovaapprox-2.0.8}/simpleTest/exampleClassification.py +0 -0
  20. {pyanovaapprox-2.0.7 → pyanovaapprox-2.0.8}/simpleTest/exampleNonPeriodic.py +0 -0
  21. {pyanovaapprox-2.0.7 → pyanovaapprox-2.0.8}/simpleTest/examplePeriodic.py +0 -0
  22. {pyanovaapprox-2.0.7 → pyanovaapprox-2.0.8}/simpleTest/exampleWavelet.py +0 -0
  23. {pyanovaapprox-2.0.7 → pyanovaapprox-2.0.8}/simpleTest/friedman.ipynb +0 -0
  24. {pyanovaapprox-2.0.7 → pyanovaapprox-2.0.8}/src/pyANOVAapprox/__init__.py +0 -0
  25. {pyanovaapprox-2.0.7 → pyanovaapprox-2.0.8}/src/pyANOVAapprox/analysis.py +0 -0
  26. {pyanovaapprox-2.0.7 → pyanovaapprox-2.0.8}/src/pyANOVAapprox/approx.py +0 -0
  27. {pyanovaapprox-2.0.7 → pyanovaapprox-2.0.8}/src/pyANOVAapprox/bandwidth.py +0 -0
  28. {pyanovaapprox-2.0.7 → pyanovaapprox-2.0.8}/src/pyANOVAapprox/errors.py +0 -0
  29. {pyanovaapprox-2.0.7 → pyanovaapprox-2.0.8}/src/pyANOVAapprox/fista.py +0 -0
  30. {pyanovaapprox-2.0.7 → pyanovaapprox-2.0.8}/src/pyANOVAapprox/trafos.py +0 -0
  31. {pyanovaapprox-2.0.7 → pyanovaapprox-2.0.8}/tests/TestFunctionCheb.py +0 -0
  32. {pyanovaapprox-2.0.7 → pyanovaapprox-2.0.8}/tests/TestFunctionPeriodic.py +0 -0
  33. {pyanovaapprox-2.0.7 → pyanovaapprox-2.0.8}/tests/cheb_fista.py +0 -0
  34. {pyanovaapprox-2.0.7 → pyanovaapprox-2.0.8}/tests/cheb_lsqr.py +0 -0
  35. {pyanovaapprox-2.0.7 → pyanovaapprox-2.0.8}/tests/per_fista.py +0 -0
  36. {pyanovaapprox-2.0.7 → pyanovaapprox-2.0.8}/tests/per_lsqr.py +0 -0
  37. {pyanovaapprox-2.0.7 → pyanovaapprox-2.0.8}/tests/run_tests.py +0 -0
  38. {pyanovaapprox-2.0.7 → pyanovaapprox-2.0.8}/tests/wav_lsqr.py +0 -0
@@ -1,10 +1,10 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyANOVAapprox
3
- Version: 2.0.7
3
+ Version: 2.0.8
4
4
  Summary: Approximation Package for High-Dimensional Functions
5
5
  Project-URL: Homepage, https://github.com/NFFT/pyGroupedTransforms
6
- Author-email: Felix Wirth <fwi012001@gmail.com>
7
- Maintainer-email: Pascal Schröter <pascal.schroeter@mathematik.tu-chemnitz.de>
6
+ Author-email: Pascal Schröter <pascal.schroeter@mathematik.tu-chemnitz.de>
7
+ Maintainer: Felix Bartel, Franziska Nestler, Laura Weidensager, Felix Wirth
8
8
  License-File: LICENSE
9
9
  Requires-Python: >=3.9
10
10
  Requires-Dist: matplotlib>=3.5
@@ -68,4 +68,4 @@ Requirements
68
68
  - pyGroupedTransforms 0.1.0 or greater
69
69
  - NumPy 2.0.0 or greater
70
70
  - SciPy 1.16.0 or greater
71
- - Matplotlib 3.5 or greater
71
+ - Matplotlib 3.5 or greater
@@ -53,4 +53,4 @@ Requirements
53
53
  - pyGroupedTransforms 0.1.0 or greater
54
54
  - NumPy 2.0.0 or greater
55
55
  - SciPy 1.16.0 or greater
56
- - Matplotlib 3.5 or greater
56
+ - Matplotlib 3.5 or greater
@@ -4,12 +4,15 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "pyANOVAapprox"
7
- version = "2.0.7"
7
+ version = "2.0.8"
8
8
  authors = [
9
- { name="Felix Wirth", email="fwi012001@gmail.com" },
9
+ { name = "Pascal Schröter", email = "pascal.schroeter@mathematik.tu-chemnitz.de" },
10
10
  ]
11
11
  maintainers = [
12
- {name = "Pascal Schröter", email = "pascal.schroeter@mathematik.tu-chemnitz.de"}
12
+ { name="Felix Bartel" },
13
+ { name="Franziska Nestler" },
14
+ { name="Laura Weidensager" },
15
+ { name="Felix Wirth" },
13
16
  ]
14
17
  description = "Approximation Package for High-Dimensional Functions"
15
18
  readme = "README.md"
File without changes
File without changes