plothist 1.8.0__py3-none-any.whl → 1.9.0__py3-none-any.whl

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.
plothist/_version.py CHANGED
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
28
28
  commit_id: COMMIT_ID
29
29
  __commit_id__: COMMIT_ID
30
30
 
31
- __version__ = version = '1.8.0'
32
- __version_tuple__ = version_tuple = (1, 8, 0)
31
+ __version__ = version = '1.9.0'
32
+ __version_tuple__ = version_tuple = (1, 9, 0)
33
33
 
34
34
  __commit_id__ = commit_id = None
@@ -1,10 +1,10 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: plothist
3
- Version: 1.8.0
3
+ Version: 1.9.0
4
4
  Summary: Plot histograms in a scalable way and a beautiful style.
5
- Project-URL: Homepage, https://github.com/cyrraz/plothist
5
+ Project-URL: Homepage, https://github.com/8-hat/plothist
6
6
  Project-URL: Documentation, https://plothist.readthedocs.io/
7
- Project-URL: Bug Tracker, https://github.com/cyrraz/plothist/issues
7
+ Project-URL: Bug Tracker, https://github.com/8-hat/plothist/issues
8
8
  Author-email: Cyrille Praz <cyrraz.code@protonmail.com>, Tristan Fillinger <tristan.github@gmail.com>
9
9
  License-File: AUTHORS.md
10
10
  License-File: LICENSE
@@ -42,11 +42,11 @@ plothist
42
42
 
43
43
  |img1| |img2|
44
44
 
45
- .. |img1| image:: https://raw.githubusercontent.com/cyrraz/plothist/main/docs/img/1d_comparison_advanced.svg
45
+ .. |img1| image:: https://raw.githubusercontent.com/8-hat/plothist/main/docs/img/1d_comparison_advanced.svg
46
46
  :alt: Example
47
47
  :width: 320
48
48
 
49
- .. |img2| image:: https://raw.githubusercontent.com/cyrraz/plothist/main/docs/img/model_examples_stacked.svg
49
+ .. |img2| image:: https://raw.githubusercontent.com/8-hat/plothist/main/docs/img/model_examples_stacked.svg
50
50
  :alt: Example
51
51
  :width: 320
52
52
 
@@ -69,7 +69,7 @@ This package is a wrapper around `matplotlib <https://matplotlib.org/>`_.
69
69
 
70
70
 
71
71
 
72
- .. image:: https://raw.githubusercontent.com/cyrraz/plothist/main/docs/img/2d_hist_with_projections.svg
72
+ .. image:: https://raw.githubusercontent.com/8-hat/plothist/main/docs/img/2d_hist_with_projections.svg
73
73
  :alt: 2D histogram with projections
74
74
  :width: 500
75
75
  :align: center
@@ -77,7 +77,7 @@ This package is a wrapper around `matplotlib <https://matplotlib.org/>`_.
77
77
 
78
78
 
79
79
  .. |GitHub Project| image:: https://img.shields.io/badge/GitHub--blue?style=social&logo=GitHub
80
- :target: https://github.com/cyrraz/plothist
80
+ :target: https://github.com/8-hat/plothist
81
81
  .. |PyPI version| image:: https://badge.fury.io/py/plothist.svg?style=flat-square
82
82
  :target: https://badge.fury.io/py/plothist
83
83
  .. |conda version| image:: https://img.shields.io/conda/vn/conda-forge/plothist?style=platic
@@ -85,16 +85,16 @@ This package is a wrapper around `matplotlib <https://matplotlib.org/>`_.
85
85
  .. |Docs from main| image:: https://img.shields.io/badge/docs-main-blue.svg?style=platic
86
86
  :target: https://plothist.readthedocs.io/en/main/
87
87
  .. |Discussion| image:: https://img.shields.io/static/v1?label=Discussions&message=Ask&color=blue&logo=github?style=flat-square
88
- :target: https://github.com/cyrraz/plothist/discussions
88
+ :target: https://github.com/8-hat/plothist/discussions
89
89
  .. |DOI| image:: https://zenodo.org/badge/647069945.svg?style=flat-square
90
90
  :target: https://zenodo.org/doi/10.5281/zenodo.10995667
91
91
  .. |Linter| image:: https://img.shields.io/badge/Linter-Ruff-brightgreen?style=platic
92
92
  :target: https://github.com/charliermarsh/ruff
93
- .. |GitHub Actions Status: CI| image:: https://github.com/cyrraz/plothist/actions/workflows/ci.yaml/badge.svg?style=flat-square
94
- :target: https://github.com/cyrraz/plothist/actions/workflows/ci.yaml?query=branch%3Amain
95
- .. |GitHub Actions Status: CD| image:: https://github.com/cyrraz/plothist/actions/workflows/cd.yaml/badge.svg?style=flat-square
96
- :target: https://github.com/cyrraz/plothist/actions/workflows/cd.yaml?query=branch%3Amain
97
- .. |pre-commit.ci Status| image:: https://results.pre-commit.ci/badge/github/cyrraz/plothist/main.svg?style=flat-square
98
- :target: https://results.pre-commit.ci/latest/github/cyrraz/plothist/main
99
- .. |Code Coverage| image:: https://codecov.io/gh/cyrraz/plothist/branch/main/graph/badge.svg?style=flat-square
100
- :target: https://codecov.io/gh/cyrraz/plothist
93
+ .. |GitHub Actions Status: CI| image:: https://github.com/8-hat/plothist/actions/workflows/ci.yaml/badge.svg?style=flat-square
94
+ :target: https://github.com/8-hat/plothist/actions/workflows/ci.yaml?query=branch%3Amain
95
+ .. |GitHub Actions Status: CD| image:: https://github.com/8-hat/plothist/actions/workflows/cd.yaml/badge.svg?style=flat-square
96
+ :target: https://github.com/8-hat/plothist/actions/workflows/cd.yaml?query=branch%3Amain
97
+ .. |pre-commit.ci Status| image:: https://results.pre-commit.ci/badge/github/8-hat/plothist/main.svg?style=flat-square
98
+ :target: https://results.pre-commit.ci/latest/github/8-hat/plothist/main
99
+ .. |Code Coverage| image:: https://codecov.io/gh/8-hat/plothist/branch/main/graph/badge.svg?style=flat-square
100
+ :target: https://codecov.io/gh/8-hat/plothist
@@ -1,5 +1,5 @@
1
1
  plothist/__init__.py,sha256=-cUpXXg2cCdfjcbYAQWHLUHq-5kLsxSWgEbgtZYjqBA,2817
2
- plothist/_version.py,sha256=phQCmpksYlbZjXJhFI2j2KILuWjD0mXWO3Hg8g_EC8c,704
2
+ plothist/_version.py,sha256=AtjxHq9kv-0yMAzRwHHBjgcgVwDgXpdcdWCOAtKF-sQ,704
3
3
  plothist/_version.pyi,sha256=o7uNL6MhuJoiqpEnriU7rBT6TmkJZA-i2qMoNz9YcgQ,82
4
4
  plothist/comparison.py,sha256=AUYvJBnG9ifUtxC-1N5JwzR7AX3MFTX2bCfuVCqkciM,19629
5
5
  plothist/default_style.mplstyle,sha256=7MmB2uiXmD_DSqFHeH1xxC-lTctBD_EASxMdSOsPep0,1574
@@ -57,8 +57,8 @@ plothist/examples/utility/color_palette_hists.py,sha256=uIc6TrmjTj8EUif1Yj1wq4nX
57
57
  plothist/examples/utility/color_palette_squares.py,sha256=kBUhoEa0TM5dzDEhUiPkVrOmcZFmts4NqA5ow_4yyZ0,2779
58
58
  plothist/examples/utility/matplotlib_vs_plothist_style.py,sha256=iEIfbFKmAN-PcDCzw_sBuhrfpes4I2wUVfC0r1vUHEw,2006
59
59
  plothist/examples/utility/uncertainty_types.py,sha256=r1yxzEvxn5Clv0ZIok9JjVh3RB-YQ_usWhFnpvl1els,3259
60
- plothist-1.8.0.dist-info/METADATA,sha256=jhJb4Vi2o11WwUbWdVoFjaDHLmYwDUuq8I525gQKwH8,5175
61
- plothist-1.8.0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
62
- plothist-1.8.0.dist-info/licenses/AUTHORS.md,sha256=ngUOEAYO6Ed-wWStDZDemPZGRian7rVpTIqGUt_ECkE,115
63
- plothist-1.8.0.dist-info/licenses/LICENSE,sha256=uiArTxl1M6mNZcA2HV7Dhd06--H5C3kz0_qIa2oQXkU,1523
64
- plothist-1.8.0.dist-info/RECORD,,
60
+ plothist-1.9.0.dist-info/METADATA,sha256=eKHEUrudPxvC7vp_DevOFlYa0P7o_JR0cBEqUs4CRzw,5160
61
+ plothist-1.9.0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
62
+ plothist-1.9.0.dist-info/licenses/AUTHORS.md,sha256=ngUOEAYO6Ed-wWStDZDemPZGRian7rVpTIqGUt_ECkE,115
63
+ plothist-1.9.0.dist-info/licenses/LICENSE,sha256=uiArTxl1M6mNZcA2HV7Dhd06--H5C3kz0_qIa2oQXkU,1523
64
+ plothist-1.9.0.dist-info/RECORD,,