jupyter-analysis-tools 1.3.0__py3-none-any.whl → 1.3.2__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.
@@ -1,7 +1,7 @@
1
1
  # -*- coding: utf-8 -*-
2
2
  # __init__.py
3
3
 
4
- __version__ = "1.3.0"
4
+ __version__ = "1.3.2"
5
5
 
6
6
  from .binning import reBin
7
7
  from .git import checkRepo, isNBstripoutActivated, isNBstripoutInstalled, isRepo
@@ -1,15 +1,14 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: jupyter-analysis-tools
3
- Version: 1.3.0
3
+ Version: 1.3.2
4
4
  Summary: Yet another Python library with helpers and utilities for data analysis and processing.
5
- Author-email: Ingo Breßler <dev@ingobressler.net>
6
- License: MIT license
5
+ Author-email: Ingo Breßler <ingo.bressler@bam.de>, "Brian R. Pauw" <brian.pauw@bam.de>
6
+ License-Expression: MIT
7
7
  Project-URL: homepage, https://BAMresearch.github.io/jupyter-analysis-tools
8
8
  Project-URL: documentation, https://BAMresearch.github.io/jupyter-analysis-tools
9
9
  Project-URL: repository, https://github.com/BAMresearch/jupyter-analysis-tools
10
10
  Project-URL: changelog, https://BAMresearch.github.io/jupyter-analysis-tools/changelog.html
11
11
  Classifier: Development Status :: 4 - Beta
12
- Classifier: License :: OSI Approved :: MIT License
13
12
  Classifier: Operating System :: Unix
14
13
  Classifier: Operating System :: POSIX
15
14
  Classifier: Operating System :: MacOS
@@ -17,10 +16,9 @@ Classifier: Operating System :: Microsoft :: Windows
17
16
  Classifier: Programming Language :: Python
18
17
  Classifier: Programming Language :: Python :: 3
19
18
  Classifier: Programming Language :: Python :: 3 :: Only
20
- Classifier: Programming Language :: Python :: 3.8
21
- Classifier: Programming Language :: Python :: 3.9
22
- Classifier: Programming Language :: Python :: 3.10
23
19
  Classifier: Programming Language :: Python :: 3.11
20
+ Classifier: Programming Language :: Python :: 3.12
21
+ Classifier: Programming Language :: Python :: 3.13
24
22
  Classifier: Programming Language :: Python :: Implementation :: CPython
25
23
  Classifier: Framework :: Jupyter :: JupyterLab
26
24
  Classifier: Topic :: Utilities
@@ -37,95 +35,104 @@ Requires-Dist: matplotlib
37
35
  Requires-Dist: ipywidgets
38
36
  Dynamic: license-file
39
37
 
40
- ========
41
- Overview
42
- ========
38
+ # Overview
43
39
 
44
40
  Yet another Python library with helpers and utilities for data analysis and processing.
45
41
 
46
- .. start-badges
42
+ [![PyPI Package latest release](https://img.shields.io/pypi/v/jupyter-analysis-tools.svg)](https://pypi.org/project/jupyter-analysis-tools)
43
+ [![Commits since latest release](https://img.shields.io/github/commits-since/BAMresearch/jupyter-analysis-tools/v1.3.2.svg)](https://github.com/BAMresearch/jupyter-analysis-tools/compare/v1.3.1...main)
44
+ [![License](https://img.shields.io/pypi/l/jupyter-analysis-tools.svg)](https://en.wikipedia.org/wiki/MIT_license)
45
+ [![Supported versions](https://img.shields.io/pypi/pyversions/jupyter-analysis-tools.svg)](https://pypi.org/project/jupyter-analysis-tools)
46
+ [![PyPI Wheel](https://img.shields.io/pypi/wheel/jupyter-analysis-tools.svg)](https://pypi.org/project/jupyter-analysis-tools#files)
47
+ [![Weekly PyPI downloads](https://img.shields.io/pypi/dw/jupyter-analysis-tools.svg)](https://pypi.org/project/jupyter-analysis-tools/)
48
+ [![Continuous Integration and Deployment Status](https://github.com/BAMresearch/jupyter-analysis-tools/actions/workflows/ci-cd.yml/badge.svg)](https://github.com/BAMresearch/jupyter-analysis-tools/actions/workflows/ci-cd.yml)
49
+ [![Coverage report](https://img.shields.io/endpoint?url=https://BAMresearch.github.io/jupyter-analysis-tools/coverage-report/cov.json)](https://BAMresearch.github.io/jupyter-analysis-tools/coverage-report/)
47
50
 
48
- | |version| |commits-since| |license|
49
- | |supported-versions| |wheel| |downloads|
50
- | |cicd| |coverage|
51
+ ## Installation
51
52
 
52
- .. |version| image:: https://img.shields.io/pypi/v/jupyter-analysis-tools.svg
53
- :target: https://pypi.org/project/jupyter-analysis-tools
54
- :alt: PyPI Package latest release
53
+ pip install jupyter-analysis-tools
55
54
 
56
- .. |commits-since| image:: https://img.shields.io/github/commits-since/BAMresearch/jupyter-analysis-tools/v1.3.0.svg
57
- :target: https://github.com/BAMresearch/jupyter-analysis-tools/compare/v1.3.0...main
58
- :alt: Commits since latest release
55
+ You can also install the in-development version with:
59
56
 
60
- .. |license| image:: https://img.shields.io/pypi/l/jupyter-analysis-tools.svg
61
- :target: https://en.wikipedia.org/wiki/MIT_license
62
- :alt: License
57
+ pip install git+https://github.com/BAMresearch/jupyter-analysis-tools.git@main
63
58
 
64
- .. |supported-versions| image:: https://img.shields.io/pypi/pyversions/jupyter-analysis-tools.svg
65
- :target: https://pypi.org/project/jupyter-analysis-tools
66
- :alt: Supported versions
59
+ ## Documentation
67
60
 
68
- .. |wheel| image:: https://img.shields.io/pypi/wheel/jupyter-analysis-tools.svg
69
- :target: https://pypi.org/project/jupyter-analysis-tools#files
70
- :alt: PyPI Wheel
61
+ https://BAMresearch.github.io/jupyter-analysis-tools
71
62
 
72
- .. |downloads| image:: https://img.shields.io/pypi/dw/jupyter-analysis-tools.svg
73
- :target: https://pypi.org/project/jupyter-analysis-tools/
74
- :alt: Weekly PyPI downloads
63
+ ## Development
75
64
 
76
- .. |cicd| image:: https://github.com/BAMresearch/jupyter-analysis-tools/actions/workflows/ci-cd.yml/badge.svg
77
- :target: https://github.com/BAMresearch/jupyter-analysis-tools/actions/workflows/ci-cd.yml
78
- :alt: Continuous Integration and Deployment Status
65
+ Run all tests with:
79
66
 
80
- .. |coverage| image:: https://img.shields.io/endpoint?url=https://BAMresearch.github.io/jupyter-analysis-tools/coverage-report/cov.json
81
- :target: https://BAMresearch.github.io/jupyter-analysis-tools/coverage-report/
82
- :alt: Coverage report
67
+ tox -e py
83
68
 
84
- .. end-badges
69
+ Note, to combine the coverage data from all the tox environments run:
85
70
 
71
+ - Windows
86
72
 
87
- Installation
88
- ============
73
+ set PYTEST_ADDOPTS=--cov-append tox
89
74
 
90
- ::
75
+ - Other
91
76
 
92
- pip install jupyter-analysis-tools
77
+ PYTEST_ADDOPTS=--cov-append tox
93
78
 
94
- You can also install the in-development version with::
79
+ # CHANGELOG
95
80
 
96
- pip install git+https://github.com/BAMresearch/jupyter-analysis-tools.git@main
81
+ ## v1.3.2 (2025-07-23)
97
82
 
83
+ ### Bug fixes
98
84
 
99
- Documentation
100
- =============
85
+ * Project: let the template generate supported python versions ([`8acfa6d`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/8acfa6d337ea4b8b92f8ea623e961af1be9a0f17))
101
86
 
102
- https://BAMresearch.github.io/jupyter-analysis-tools
87
+ ### Continuous integration
103
88
 
104
- Development
105
- ===========
89
+ * coverage: revert config regression for coverage merging ([`dffe265`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/dffe265af9779253a698f241e725d0ea03ea2979))
106
90
 
107
- Run all tests with::
91
+ ### Documentation
108
92
 
109
- tox -e py
93
+ * readme: additional fix for readme.md ([`795046f`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/795046f73ada0ae85b4eb050c8453cc096c43122))
110
94
 
111
- Note, to combine the coverage data from all the tox environments run:
95
+ * readme: in markdown format for combining with changelog ([`eb6b904`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/eb6b904136697ddc2427369a605058e464d49351))
112
96
 
113
- .. list-table::
114
- :widths: 10 90
115
- :stub-columns: 1
97
+ * readme: use markdown format to allow combining with changelog on PyPI ([`395b2c0`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/395b2c0c72232e9109ca50c5b84a7fce2d423df4))
116
98
 
117
- - - Windows
118
- - ::
99
+ ## v1.3.1 (2025-07-23)
119
100
 
120
- set PYTEST_ADDOPTS=--cov-append
121
- tox
101
+ ### Bug fixes
122
102
 
123
- - - Other
124
- - ::
103
+ * Project: update manifest and flake8 config, reapplied template ([`c98c648`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/c98c6489423a45d8a195fda32396ea9d9d18b9eb))
125
104
 
126
- PYTEST_ADDOPTS=--cov-append tox
105
+ ### Code style
127
106
 
128
- # CHANGELOG
107
+ * utils: satisfy flake8 ([`2e3dc36`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/2e3dc36ef21e60f4fe7b8caea567411cc69967c0))
108
+
109
+ ### Continuous integration
110
+
111
+ * semantic-release: replace .cookiecutterrc by .copier-answers.yml ([`2030c88`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/2030c88dfb0ca69ac332380e33b3baed9cb6cf44))
112
+
113
+ * coverage: coverage-report fix ([`1bd26b7`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/1bd26b71abcb090ef32cb2fbdd05b978bce5144c))
114
+
115
+ * GitHub Workflows: remove templates, rendered by *copier update* ([`8a637a5`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/8a637a5b34df4a3ec6a4e8cae97a9d3e24ad2e5c))
116
+
117
+ * GitHub Workflow: publish depends on all other job to be successful ([`efc1f22`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/efc1f223aa2da882d43b27406a2f20113c2c8879))
118
+
119
+ * Template: latest GitHub Workflow templates applied ([`7d87906`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/7d87906c852cb2b57704c45db0b19c7a1ae513a2))
120
+
121
+ * coverage: fix path name matching rules ([`37bd2d9`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/37bd2d93a8fe10a3355feee6779f45bd9161a88b))
122
+
123
+ ### Documentation
124
+
125
+ * Copyright years: update ([`cee35e6`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/cee35e6fe92ae27575bd7fb4a7a2638cd1c931b2))
126
+
127
+ * Contributions: Authors update ([`dd5a5c4`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/dd5a5c4d81732821057bcc200f462159cffa760b))
128
+
129
+ ### Refactoring
130
+
131
+ * Project: GitHub Workflow templates fixed ([`b346b28`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/b346b282332f0f7f81b724509a4004e6a69d7791))
132
+
133
+ * Project: GitHub Workflow templates updated ([`235c4d9`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/235c4d9c53997fdf4c08913361fb57167939cd7c))
134
+
135
+ * Project: switching to copier for project template with update mechanism ([`0d3064b`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/0d3064b8cef45667b0964aab248b583424946207))
129
136
 
130
137
  ## v1.3.0 (2025-07-16)
131
138
 
@@ -1,4 +1,4 @@
1
- jupyter_analysis_tools/__init__.py,sha256=tqj5as0-tnD-C7LoDRTIxCvnL0YWYCGfXKmb8H-M-kA,386
1
+ jupyter_analysis_tools/__init__.py,sha256=JohsjD12gZKKvGWlIAMuKV4Vol4NLJEPaUks7b2YteY,386
2
2
  jupyter_analysis_tools/analysis.py,sha256=AiAvUO648f0PYXqLfal1kDH926neasE5c1RYFu9wtYg,1768
3
3
  jupyter_analysis_tools/binning.py,sha256=d6eXRC3IOnnJIF25OfEASyWedT71EX2nF7jAgGJ9suQ,14536
4
4
  jupyter_analysis_tools/datalocations.py,sha256=BakfiZOMcBwp-_DAn7l57lGWZmZGNnk0j73V75nLBUA,4322
@@ -8,9 +8,9 @@ jupyter_analysis_tools/plotting.py,sha256=L2gwSjlBVK8OneAfSuna3vCJIg2rSEdvd9TfEb
8
8
  jupyter_analysis_tools/readdata.py,sha256=6Tncwo3NSYAnyLQzAhDtiUyp1Xpw3CahqQ_5NeGhJqI,6030
9
9
  jupyter_analysis_tools/utils.py,sha256=EbRooLCGODH8tjQVE8-OuuPoI4weKLzmxdFY794En_k,6327
10
10
  jupyter_analysis_tools/widgets.py,sha256=rA8qPvY9nS1OtykZwXtCTG29K-N_MYFVb5Aj8yK40_s,2996
11
- jupyter_analysis_tools-1.3.0.dist-info/licenses/AUTHORS.rst,sha256=SUxxgElDBm6WdCbBBFfcr0ZE3SolWL0T0aS5Fym1198,100
12
- jupyter_analysis_tools-1.3.0.dist-info/licenses/LICENSE,sha256=SrbIwXA1ZLTO6uwZneJMpvdgiC-3fhNl0vwb3ALoY4g,1107
13
- jupyter_analysis_tools-1.3.0.dist-info/METADATA,sha256=6iqmTX_dO2RwXtQG4oU3mvsjl9fm8Xm3h4LNfpGtv6c,38742
14
- jupyter_analysis_tools-1.3.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
15
- jupyter_analysis_tools-1.3.0.dist-info/top_level.txt,sha256=ei_0x-BF85FLoJ_h67ySwDFowtqus_gI4_0GR466PEU,23
16
- jupyter_analysis_tools-1.3.0.dist-info/RECORD,,
11
+ jupyter_analysis_tools-1.3.2.dist-info/licenses/AUTHORS.rst,sha256=-twUESsY0XqFQ0MIC0ylKhglNwL8lyHmGXriM3RF-2s,93
12
+ jupyter_analysis_tools-1.3.2.dist-info/licenses/LICENSE,sha256=jRVl3hmCq0Qv1wifm-EelEKhFWecdoWdhcxSte4a1_c,1125
13
+ jupyter_analysis_tools-1.3.2.dist-info/METADATA,sha256=m7O2CREPyjxd2aYi4n-vz4o13d4bzsOmfFQUNTRiTBY,41321
14
+ jupyter_analysis_tools-1.3.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
15
+ jupyter_analysis_tools-1.3.2.dist-info/top_level.txt,sha256=ei_0x-BF85FLoJ_h67ySwDFowtqus_gI4_0GR466PEU,23
16
+ jupyter_analysis_tools-1.3.2.dist-info/RECORD,,
@@ -0,0 +1,6 @@
1
+
2
+ Authors
3
+ =======
4
+
5
+ * Ingo Breßler - ingo.bressler@bam.de
6
+ * Brian R. Pauw - brian.pauw@bam.de
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2018-2023, Ingo Breßler
3
+ Copyright (c) 2018-2025, Ingo Breßler and Brian R. Pauw
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6
6
 
@@ -1,6 +0,0 @@
1
-
2
- Authors
3
- =======
4
-
5
- * Ingo Breßler - dev <at> ingobressler.net
6
- * Brian R. Pauw - brian <at> stack.nl