aptapy 0.3.0__tar.gz → 0.3.1__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 (41) hide show
  1. {aptapy-0.3.0 → aptapy-0.3.1}/PKG-INFO +13 -1
  2. {aptapy-0.3.0 → aptapy-0.3.1}/README.md +4 -0
  3. {aptapy-0.3.0 → aptapy-0.3.1}/docs/index.rst +1 -1
  4. {aptapy-0.3.0 → aptapy-0.3.1}/docs/release_notes.rst +4 -0
  5. {aptapy-0.3.0 → aptapy-0.3.1}/pyproject.toml +10 -0
  6. aptapy-0.3.1/src/aptapy/_version.py +1 -0
  7. aptapy-0.3.0/src/aptapy/_version.py +0 -1
  8. {aptapy-0.3.0 → aptapy-0.3.1}/.github/workflows/ci.yml +0 -0
  9. {aptapy-0.3.0 → aptapy-0.3.1}/.github/workflows/docs.yml +0 -0
  10. {aptapy-0.3.0 → aptapy-0.3.1}/.github/workflows/pypi.yml +0 -0
  11. {aptapy-0.3.0 → aptapy-0.3.1}/.gitignore +0 -0
  12. {aptapy-0.3.0 → aptapy-0.3.1}/CODE_OF_CONDUCT.md +0 -0
  13. {aptapy-0.3.0 → aptapy-0.3.1}/CONTRIBUTING.md +0 -0
  14. {aptapy-0.3.0 → aptapy-0.3.1}/LICENSE +0 -0
  15. {aptapy-0.3.0 → aptapy-0.3.1}/docs/Makefile +0 -0
  16. {aptapy-0.3.0 → aptapy-0.3.1}/docs/_static/favicon.ico +0 -0
  17. {aptapy-0.3.0 → aptapy-0.3.1}/docs/_static/logo.png +0 -0
  18. {aptapy-0.3.0 → aptapy-0.3.1}/docs/_static/logo_small.png +0 -0
  19. {aptapy-0.3.0 → aptapy-0.3.1}/docs/conf.py +0 -0
  20. {aptapy-0.3.0 → aptapy-0.3.1}/docs/examples/GALLERY_HEADER.rst +0 -0
  21. {aptapy-0.3.0 → aptapy-0.3.1}/docs/examples/composite_fit.py +0 -0
  22. {aptapy-0.3.0 → aptapy-0.3.1}/docs/examples/constrained_fit.py +0 -0
  23. {aptapy-0.3.0 → aptapy-0.3.1}/docs/examples/simple_fit.py +0 -0
  24. {aptapy-0.3.0 → aptapy-0.3.1}/docs/examples/simple_hist1d.py +0 -0
  25. {aptapy-0.3.0 → aptapy-0.3.1}/docs/examples/weighted_hist1d.py +0 -0
  26. {aptapy-0.3.0 → aptapy-0.3.1}/docs/hist.rst +0 -0
  27. {aptapy-0.3.0 → aptapy-0.3.1}/docs/make.bat +0 -0
  28. {aptapy-0.3.0 → aptapy-0.3.1}/docs/modeling.rst +0 -0
  29. {aptapy-0.3.0 → aptapy-0.3.1}/docs/strip.rst +0 -0
  30. {aptapy-0.3.0 → aptapy-0.3.1}/noxfile.py +0 -0
  31. {aptapy-0.3.0 → aptapy-0.3.1}/src/aptapy/__init__.py +0 -0
  32. {aptapy-0.3.0 → aptapy-0.3.1}/src/aptapy/hist.py +0 -0
  33. {aptapy-0.3.0 → aptapy-0.3.1}/src/aptapy/modeling.py +0 -0
  34. {aptapy-0.3.0 → aptapy-0.3.1}/src/aptapy/plotting.py +0 -0
  35. {aptapy-0.3.0 → aptapy-0.3.1}/src/aptapy/py.typed +0 -0
  36. {aptapy-0.3.0 → aptapy-0.3.1}/src/aptapy/strip.py +0 -0
  37. {aptapy-0.3.0 → aptapy-0.3.1}/src/aptapy/typing_.py +0 -0
  38. {aptapy-0.3.0 → aptapy-0.3.1}/tests/test_hist.py +0 -0
  39. {aptapy-0.3.0 → aptapy-0.3.1}/tests/test_modeling.py +0 -0
  40. {aptapy-0.3.0 → aptapy-0.3.1}/tests/test_strip.py +0 -0
  41. {aptapy-0.3.0 → aptapy-0.3.1}/tools/release.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: aptapy
3
- Version: 0.3.0
3
+ Version: 0.3.1
4
4
  Summary: Statistical tools for online monitoring and analysis
5
5
  Project-URL: Homepage, https://github.com/lucabaldini/aptapy
6
6
  Project-URL: Issues, https://github.com/lucabaldini/aptapy/issues
@@ -680,6 +680,14 @@ License: GNU GENERAL PUBLIC LICENSE
680
680
  Public License instead of this License. But first, please read
681
681
  <https://www.gnu.org/licenses/why-not-lgpl.html>.
682
682
  License-File: LICENSE
683
+ Classifier: Development Status :: 4 - Beta
684
+ Classifier: Intended Audience :: Science/Research
685
+ Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
686
+ Classifier: Operating System :: OS Independent
687
+ Classifier: Programming Language :: Python
688
+ Classifier: Programming Language :: Python :: 3.7
689
+ Classifier: Programming Language :: Python :: 3.13
690
+ Classifier: Topic :: Scientific/Engineering
683
691
  Requires-Python: >=3.7
684
692
  Requires-Dist: cycler
685
693
  Requires-Dist: loguru
@@ -700,10 +708,14 @@ Description-Content-Type: text/markdown
700
708
 
701
709
  <img src="docs/_static/logo.png" alt="logo" width="175"/>
702
710
 
711
+ [![PyPI](https://img.shields.io/pypi/v/aptapy.svg)](https://pypi.org/project/aptapy/)
712
+ ![Python versions](https://img.shields.io/badge/python-3.7--3.13-blue)
703
713
  ![License](https://img.shields.io/github/license/lucabaldini/aptapy.svg)
704
714
  [![CI](https://github.com/lucabaldini/aptapy/actions/workflows/ci.yml/badge.svg)](https://github.com/lucabaldini/aptapy/actions/workflows/ci.yml)
705
715
  [![Docs](https://github.com/lucabaldini/aptapy/actions/workflows/docs.yml/badge.svg)](https://github.com/lucabaldini/aptapy/actions/workflows/docs.yml)
706
716
  [![Docs](https://img.shields.io/badge/docs-latest-blue.svg)](https://lucabaldini.github.io/aptapy/)
717
+ ![GitHub last commit](https://img.shields.io/github/last-commit/lucabaldini/aptapy)
718
+
707
719
  [![Ceasefire Now](https://badge.techforpalestine.org/default)](https://techforpalestine.org/learn-more)
708
720
 
709
721
  Statistical tools for online monitoring and analysis.
@@ -1,9 +1,13 @@
1
1
  <img src="docs/_static/logo.png" alt="logo" width="175"/>
2
2
 
3
+ [![PyPI](https://img.shields.io/pypi/v/aptapy.svg)](https://pypi.org/project/aptapy/)
4
+ ![Python versions](https://img.shields.io/badge/python-3.7--3.13-blue)
3
5
  ![License](https://img.shields.io/github/license/lucabaldini/aptapy.svg)
4
6
  [![CI](https://github.com/lucabaldini/aptapy/actions/workflows/ci.yml/badge.svg)](https://github.com/lucabaldini/aptapy/actions/workflows/ci.yml)
5
7
  [![Docs](https://github.com/lucabaldini/aptapy/actions/workflows/docs.yml/badge.svg)](https://github.com/lucabaldini/aptapy/actions/workflows/docs.yml)
6
8
  [![Docs](https://img.shields.io/badge/docs-latest-blue.svg)](https://lucabaldini.github.io/aptapy/)
9
+ ![GitHub last commit](https://img.shields.io/github/last-commit/lucabaldini/aptapy)
10
+
7
11
  [![Ceasefire Now](https://badge.techforpalestine.org/default)](https://techforpalestine.org/learn-more)
8
12
 
9
13
  Statistical tools for online monitoring and analysis.
@@ -16,7 +16,7 @@ and analysis of experimental data, with a focus on histogramming, time series, a
16
16
  fitting. It is designed to be lightweight and easy to use, making it suitable for
17
17
  integration into existing data processing pipelines.
18
18
 
19
- The :doc:`examples Gallery <auto_examples/index>` is probably the best place to start.
19
+ The :doc:`example gallery <auto_examples/index>` is probably the best place to start.
20
20
  Have fun!
21
21
 
22
22
 
@@ -4,6 +4,10 @@ Release notes
4
4
  =============
5
5
 
6
6
 
7
+ Version 0.3.1 (2025-10-09)
8
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~
9
+
10
+
7
11
  Version 0.3.0 (2025-10-08)
8
12
  ~~~~~~~~~~~~~~~~~~~~~~~~~~
9
13
 
@@ -13,6 +13,16 @@ description = "Statistical tools for online monitoring and analysis"
13
13
  readme = "README.md"
14
14
  license = { file = "LICENSE" }
15
15
  requires-python = ">=3.7"
16
+ classifiers = [
17
+ "Development Status :: 4 - Beta",
18
+ "Programming Language :: Python",
19
+ "Programming Language :: Python :: 3.7",
20
+ "Programming Language :: Python :: 3.13",
21
+ "Operating System :: OS Independent",
22
+ "License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",
23
+ "Topic :: Scientific/Engineering",
24
+ "Intended Audience :: Science/Research",
25
+ ]
16
26
  authors = [
17
27
  { name = "Luca Baldini", email = "luca.baldini@unipi.it" }
18
28
  ]
@@ -0,0 +1 @@
1
+ __version__ = "0.3.1"
@@ -1 +0,0 @@
1
- __version__ = "0.3.0"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes