jupyter-analysis-tools 1.3.1__tar.gz → 1.3.2__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.
- {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/.copier-answers.yml +2 -2
- {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/CHANGELOG.md +18 -0
- {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/MANIFEST.in +2 -2
- {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/PKG-INFO +36 -66
- jupyter_analysis_tools-1.3.2/README.md +40 -0
- {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/docs/conf.py +1 -1
- jupyter_analysis_tools-1.3.2/docs/readme.rst +4 -0
- {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/pyproject.toml +3 -4
- {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/src/jupyter_analysis_tools/__init__.py +1 -1
- {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/src/jupyter_analysis_tools.egg-info/PKG-INFO +36 -66
- {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/src/jupyter_analysis_tools.egg-info/SOURCES.txt +1 -0
- jupyter_analysis_tools-1.3.1/docs/readme.rst +0 -1
- {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/.editorconfig +0 -0
- {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/.pre-commit-config.yaml +0 -0
- {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/AUTHORS.rst +0 -0
- {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/CONTRIBUTING.rst +0 -0
- {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/LICENSE +0 -0
- {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/README.rst +0 -0
- {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/ci/requirements.txt +0 -0
- {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/docs/_templates/class.rst +0 -0
- {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/docs/_templates/module.rst +0 -0
- {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/docs/authors.rst +0 -0
- {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/docs/changelog.rst +0 -0
- {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/docs/contributing.rst +0 -0
- {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/docs/index.rst +0 -0
- {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/docs/installation.rst +0 -0
- {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/docs/reference/index.rst +0 -0
- {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/docs/requirements.txt +0 -0
- {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/docs/spelling_wordlist.txt +0 -0
- {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/docs/usage.rst +0 -0
- {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/setup.cfg +0 -0
- {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/src/jupyter_analysis_tools/analysis.py +0 -0
- {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/src/jupyter_analysis_tools/binning.py +0 -0
- {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/src/jupyter_analysis_tools/datalocations.py +0 -0
- {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/src/jupyter_analysis_tools/distrib.py +0 -0
- {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/src/jupyter_analysis_tools/git.py +0 -0
- {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/src/jupyter_analysis_tools/plotting.py +0 -0
- {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/src/jupyter_analysis_tools/readdata.py +0 -0
- {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/src/jupyter_analysis_tools/utils.py +0 -0
- {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/src/jupyter_analysis_tools/widgets.py +0 -0
- {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/src/jupyter_analysis_tools.egg-info/dependency_links.txt +0 -0
- {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/src/jupyter_analysis_tools.egg-info/requires.txt +0 -0
- {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/src/jupyter_analysis_tools.egg-info/top_level.txt +0 -0
- {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/templates/CHANGELOG.md.j2 +0 -0
- {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/testdata/2015-03-20-Silica.ssf.json +0 -0
- {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/testdata/2015-03-20-Silica.ssfz +0 -0
- {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/testdata/S2842 water.json +0 -0
- {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/testdata/S2842 water.pdh +0 -0
- {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/testdata/S2843[9].pdh +0 -0
- {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/tests/readdata.py +0 -0
- {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/tests/requirements.txt +0 -0
- {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/tests/utils.py +0 -0
- {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/tox.ini +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Changes here will be overwritten by Copier
|
|
2
|
-
_commit:
|
|
2
|
+
_commit: '2939709'
|
|
3
3
|
_src_path: ~/code/yapy-copier-template
|
|
4
4
|
author_count: 2
|
|
5
5
|
author_emails: ingo.bressler@bam.de, brian.pauw@bam.de
|
|
@@ -22,4 +22,4 @@ repo_main_branch: main
|
|
|
22
22
|
repo_name: jupyter-analysis-tools
|
|
23
23
|
repo_userorg: BAMresearch
|
|
24
24
|
sphinx_theme: furo
|
|
25
|
-
version: 1.3.
|
|
25
|
+
version: 1.3.2
|
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
2
|
|
|
3
|
+
## v1.3.2 (2025-07-23)
|
|
4
|
+
|
|
5
|
+
### Bug fixes
|
|
6
|
+
|
|
7
|
+
* Project: let the template generate supported python versions ([`8acfa6d`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/8acfa6d337ea4b8b92f8ea623e961af1be9a0f17))
|
|
8
|
+
|
|
9
|
+
### Continuous integration
|
|
10
|
+
|
|
11
|
+
* coverage: revert config regression for coverage merging ([`dffe265`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/dffe265af9779253a698f241e725d0ea03ea2979))
|
|
12
|
+
|
|
13
|
+
### Documentation
|
|
14
|
+
|
|
15
|
+
* readme: additional fix for readme.md ([`795046f`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/795046f73ada0ae85b4eb050c8453cc096c43122))
|
|
16
|
+
|
|
17
|
+
* readme: in markdown format for combining with changelog ([`eb6b904`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/eb6b904136697ddc2427369a605058e464d49351))
|
|
18
|
+
|
|
19
|
+
* readme: use markdown format to allow combining with changelog on PyPI ([`395b2c0`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/395b2c0c72232e9109ca50c5b84a7fce2d423df4))
|
|
20
|
+
|
|
3
21
|
## v1.3.1 (2025-07-23)
|
|
4
22
|
|
|
5
23
|
### Bug fixes
|
|
@@ -10,11 +10,11 @@ include .pre-commit-config.yaml
|
|
|
10
10
|
include .copier-answers.yml
|
|
11
11
|
include tox.ini
|
|
12
12
|
|
|
13
|
-
include
|
|
13
|
+
include README.md
|
|
14
14
|
include CHANGELOG.md
|
|
15
|
+
include AUTHORS.rst
|
|
15
16
|
include CONTRIBUTING.rst
|
|
16
17
|
include LICENSE
|
|
17
|
-
include README.rst
|
|
18
18
|
|
|
19
19
|
global-exclude *.py[cod] __pycache__/* *.so *.dylib .DS_Store */.ipynb_checkpoints/*
|
|
20
20
|
recursive-include templates *.j2
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: jupyter-analysis-tools
|
|
3
|
-
Version: 1.3.
|
|
3
|
+
Version: 1.3.2
|
|
4
4
|
Summary: Yet another Python library with helpers and utilities for data analysis and processing.
|
|
5
5
|
Author-email: Ingo Breßler <ingo.bressler@bam.de>, "Brian R. Pauw" <brian.pauw@bam.de>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -16,10 +16,9 @@ Classifier: Operating System :: Microsoft :: Windows
|
|
|
16
16
|
Classifier: Programming Language :: Python
|
|
17
17
|
Classifier: Programming Language :: Python :: 3
|
|
18
18
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
19
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
20
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
21
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
22
19
|
Classifier: Programming Language :: Python :: 3.11
|
|
20
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
21
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
23
22
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
24
23
|
Classifier: Framework :: Jupyter :: JupyterLab
|
|
25
24
|
Classifier: Topic :: Utilities
|
|
@@ -36,95 +35,66 @@ Requires-Dist: matplotlib
|
|
|
36
35
|
Requires-Dist: ipywidgets
|
|
37
36
|
Dynamic: license-file
|
|
38
37
|
|
|
39
|
-
|
|
40
|
-
Overview
|
|
41
|
-
========
|
|
38
|
+
# Overview
|
|
42
39
|
|
|
43
40
|
Yet another Python library with helpers and utilities for data analysis and processing.
|
|
44
41
|
|
|
45
|
-
|
|
42
|
+
[](https://pypi.org/project/jupyter-analysis-tools)
|
|
43
|
+
[](https://github.com/BAMresearch/jupyter-analysis-tools/compare/v1.3.1...main)
|
|
44
|
+
[](https://en.wikipedia.org/wiki/MIT_license)
|
|
45
|
+
[](https://pypi.org/project/jupyter-analysis-tools)
|
|
46
|
+
[](https://pypi.org/project/jupyter-analysis-tools#files)
|
|
47
|
+
[](https://pypi.org/project/jupyter-analysis-tools/)
|
|
48
|
+
[](https://github.com/BAMresearch/jupyter-analysis-tools/actions/workflows/ci-cd.yml)
|
|
49
|
+
[](https://BAMresearch.github.io/jupyter-analysis-tools/coverage-report/)
|
|
46
50
|
|
|
47
|
-
|
|
48
|
-
| |supported-versions| |wheel| |downloads|
|
|
49
|
-
| |cicd| |coverage|
|
|
51
|
+
## Installation
|
|
50
52
|
|
|
51
|
-
|
|
52
|
-
:target: https://pypi.org/project/jupyter-analysis-tools
|
|
53
|
-
:alt: PyPI Package latest release
|
|
54
|
-
|
|
55
|
-
.. |commits-since| image:: https://img.shields.io/github/commits-since/BAMresearch/jupyter-analysis-tools/v1.3.1.svg
|
|
56
|
-
:target: https://github.com/BAMresearch/jupyter-analysis-tools/compare/v1.3.1...main
|
|
57
|
-
:alt: Commits since latest release
|
|
58
|
-
|
|
59
|
-
.. |license| image:: https://img.shields.io/pypi/l/jupyter-analysis-tools.svg
|
|
60
|
-
:target: https://en.wikipedia.org/wiki/MIT_license
|
|
61
|
-
:alt: License
|
|
62
|
-
|
|
63
|
-
.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/jupyter-analysis-tools.svg
|
|
64
|
-
:target: https://pypi.org/project/jupyter-analysis-tools
|
|
65
|
-
:alt: Supported versions
|
|
66
|
-
|
|
67
|
-
.. |wheel| image:: https://img.shields.io/pypi/wheel/jupyter-analysis-tools.svg
|
|
68
|
-
:target: https://pypi.org/project/jupyter-analysis-tools#files
|
|
69
|
-
:alt: PyPI Wheel
|
|
70
|
-
|
|
71
|
-
.. |downloads| image:: https://img.shields.io/pypi/dw/jupyter-analysis-tools.svg
|
|
72
|
-
:target: https://pypi.org/project/jupyter-analysis-tools/
|
|
73
|
-
:alt: Weekly PyPI downloads
|
|
53
|
+
pip install jupyter-analysis-tools
|
|
74
54
|
|
|
75
|
-
|
|
76
|
-
:target: https://github.com/BAMresearch/jupyter-analysis-tools/actions/workflows/ci-cd.yml
|
|
77
|
-
:alt: Continuous Integration and Deployment Status
|
|
55
|
+
You can also install the in-development version with:
|
|
78
56
|
|
|
79
|
-
|
|
80
|
-
:target: https://BAMresearch.github.io/jupyter-analysis-tools/coverage-report/
|
|
81
|
-
:alt: Coverage report
|
|
57
|
+
pip install git+https://github.com/BAMresearch/jupyter-analysis-tools.git@main
|
|
82
58
|
|
|
83
|
-
|
|
59
|
+
## Documentation
|
|
84
60
|
|
|
61
|
+
https://BAMresearch.github.io/jupyter-analysis-tools
|
|
85
62
|
|
|
86
|
-
|
|
87
|
-
============
|
|
63
|
+
## Development
|
|
88
64
|
|
|
89
|
-
|
|
65
|
+
Run all tests with:
|
|
90
66
|
|
|
91
|
-
|
|
67
|
+
tox -e py
|
|
92
68
|
|
|
93
|
-
|
|
69
|
+
Note, to combine the coverage data from all the tox environments run:
|
|
94
70
|
|
|
95
|
-
|
|
71
|
+
- Windows
|
|
96
72
|
|
|
73
|
+
set PYTEST_ADDOPTS=--cov-append tox
|
|
97
74
|
|
|
98
|
-
|
|
99
|
-
=============
|
|
75
|
+
- Other
|
|
100
76
|
|
|
101
|
-
|
|
77
|
+
PYTEST_ADDOPTS=--cov-append tox
|
|
102
78
|
|
|
103
|
-
|
|
104
|
-
===========
|
|
79
|
+
# CHANGELOG
|
|
105
80
|
|
|
106
|
-
|
|
81
|
+
## v1.3.2 (2025-07-23)
|
|
107
82
|
|
|
108
|
-
|
|
83
|
+
### Bug fixes
|
|
109
84
|
|
|
110
|
-
|
|
85
|
+
* Project: let the template generate supported python versions ([`8acfa6d`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/8acfa6d337ea4b8b92f8ea623e961af1be9a0f17))
|
|
111
86
|
|
|
112
|
-
|
|
113
|
-
:widths: 10 90
|
|
114
|
-
:stub-columns: 1
|
|
87
|
+
### Continuous integration
|
|
115
88
|
|
|
116
|
-
|
|
117
|
-
- ::
|
|
89
|
+
* coverage: revert config regression for coverage merging ([`dffe265`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/dffe265af9779253a698f241e725d0ea03ea2979))
|
|
118
90
|
|
|
119
|
-
|
|
120
|
-
tox
|
|
91
|
+
### Documentation
|
|
121
92
|
|
|
122
|
-
|
|
123
|
-
- ::
|
|
93
|
+
* readme: additional fix for readme.md ([`795046f`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/795046f73ada0ae85b4eb050c8453cc096c43122))
|
|
124
94
|
|
|
125
|
-
|
|
95
|
+
* readme: in markdown format for combining with changelog ([`eb6b904`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/eb6b904136697ddc2427369a605058e464d49351))
|
|
126
96
|
|
|
127
|
-
|
|
97
|
+
* readme: use markdown format to allow combining with changelog on PyPI ([`395b2c0`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/395b2c0c72232e9109ca50c5b84a7fce2d423df4))
|
|
128
98
|
|
|
129
99
|
## v1.3.1 (2025-07-23)
|
|
130
100
|
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
# Overview
|
|
2
|
+
|
|
3
|
+
Yet another Python library with helpers and utilities for data analysis and processing.
|
|
4
|
+
|
|
5
|
+
[](https://pypi.org/project/jupyter-analysis-tools)
|
|
6
|
+
[](https://github.com/BAMresearch/jupyter-analysis-tools/compare/v1.3.1...main)
|
|
7
|
+
[](https://en.wikipedia.org/wiki/MIT_license)
|
|
8
|
+
[](https://pypi.org/project/jupyter-analysis-tools)
|
|
9
|
+
[](https://pypi.org/project/jupyter-analysis-tools#files)
|
|
10
|
+
[](https://pypi.org/project/jupyter-analysis-tools/)
|
|
11
|
+
[](https://github.com/BAMresearch/jupyter-analysis-tools/actions/workflows/ci-cd.yml)
|
|
12
|
+
[](https://BAMresearch.github.io/jupyter-analysis-tools/coverage-report/)
|
|
13
|
+
|
|
14
|
+
## Installation
|
|
15
|
+
|
|
16
|
+
pip install jupyter-analysis-tools
|
|
17
|
+
|
|
18
|
+
You can also install the in-development version with:
|
|
19
|
+
|
|
20
|
+
pip install git+https://github.com/BAMresearch/jupyter-analysis-tools.git@main
|
|
21
|
+
|
|
22
|
+
## Documentation
|
|
23
|
+
|
|
24
|
+
https://BAMresearch.github.io/jupyter-analysis-tools
|
|
25
|
+
|
|
26
|
+
## Development
|
|
27
|
+
|
|
28
|
+
Run all tests with:
|
|
29
|
+
|
|
30
|
+
tox -e py
|
|
31
|
+
|
|
32
|
+
Note, to combine the coverage data from all the tox environments run:
|
|
33
|
+
|
|
34
|
+
- Windows
|
|
35
|
+
|
|
36
|
+
set PYTEST_ADDOPTS=--cov-append tox
|
|
37
|
+
|
|
38
|
+
- Other
|
|
39
|
+
|
|
40
|
+
PYTEST_ADDOPTS=--cov-append tox
|
|
@@ -13,10 +13,9 @@ classifiers = [
|
|
|
13
13
|
"Programming Language :: Python",
|
|
14
14
|
"Programming Language :: Python :: 3",
|
|
15
15
|
"Programming Language :: Python :: 3 :: Only",
|
|
16
|
-
"Programming Language :: Python :: 3.8",
|
|
17
|
-
"Programming Language :: Python :: 3.9",
|
|
18
|
-
"Programming Language :: Python :: 3.10",
|
|
19
16
|
"Programming Language :: Python :: 3.11",
|
|
17
|
+
"Programming Language :: Python :: 3.12",
|
|
18
|
+
"Programming Language :: Python :: 3.13",
|
|
20
19
|
"Programming Language :: Python :: Implementation :: CPython",
|
|
21
20
|
"Framework :: Jupyter :: JupyterLab",
|
|
22
21
|
"Topic :: Utilities",
|
|
@@ -56,7 +55,7 @@ include = ["jupyter_analysis_tools*"]
|
|
|
56
55
|
|
|
57
56
|
[tool.setuptools.dynamic]
|
|
58
57
|
version = {attr = "jupyter_analysis_tools.__version__"}
|
|
59
|
-
readme = {file = ["README.
|
|
58
|
+
readme = {file = ["README.md", "CHANGELOG.md"]}
|
|
60
59
|
|
|
61
60
|
[tool.coverage.report]
|
|
62
61
|
path = "coverage-report" # see coverage.yml github action
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: jupyter-analysis-tools
|
|
3
|
-
Version: 1.3.
|
|
3
|
+
Version: 1.3.2
|
|
4
4
|
Summary: Yet another Python library with helpers and utilities for data analysis and processing.
|
|
5
5
|
Author-email: Ingo Breßler <ingo.bressler@bam.de>, "Brian R. Pauw" <brian.pauw@bam.de>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -16,10 +16,9 @@ Classifier: Operating System :: Microsoft :: Windows
|
|
|
16
16
|
Classifier: Programming Language :: Python
|
|
17
17
|
Classifier: Programming Language :: Python :: 3
|
|
18
18
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
19
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
20
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
21
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
22
19
|
Classifier: Programming Language :: Python :: 3.11
|
|
20
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
21
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
23
22
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
24
23
|
Classifier: Framework :: Jupyter :: JupyterLab
|
|
25
24
|
Classifier: Topic :: Utilities
|
|
@@ -36,95 +35,66 @@ Requires-Dist: matplotlib
|
|
|
36
35
|
Requires-Dist: ipywidgets
|
|
37
36
|
Dynamic: license-file
|
|
38
37
|
|
|
39
|
-
|
|
40
|
-
Overview
|
|
41
|
-
========
|
|
38
|
+
# Overview
|
|
42
39
|
|
|
43
40
|
Yet another Python library with helpers and utilities for data analysis and processing.
|
|
44
41
|
|
|
45
|
-
|
|
42
|
+
[](https://pypi.org/project/jupyter-analysis-tools)
|
|
43
|
+
[](https://github.com/BAMresearch/jupyter-analysis-tools/compare/v1.3.1...main)
|
|
44
|
+
[](https://en.wikipedia.org/wiki/MIT_license)
|
|
45
|
+
[](https://pypi.org/project/jupyter-analysis-tools)
|
|
46
|
+
[](https://pypi.org/project/jupyter-analysis-tools#files)
|
|
47
|
+
[](https://pypi.org/project/jupyter-analysis-tools/)
|
|
48
|
+
[](https://github.com/BAMresearch/jupyter-analysis-tools/actions/workflows/ci-cd.yml)
|
|
49
|
+
[](https://BAMresearch.github.io/jupyter-analysis-tools/coverage-report/)
|
|
46
50
|
|
|
47
|
-
|
|
48
|
-
| |supported-versions| |wheel| |downloads|
|
|
49
|
-
| |cicd| |coverage|
|
|
51
|
+
## Installation
|
|
50
52
|
|
|
51
|
-
|
|
52
|
-
:target: https://pypi.org/project/jupyter-analysis-tools
|
|
53
|
-
:alt: PyPI Package latest release
|
|
54
|
-
|
|
55
|
-
.. |commits-since| image:: https://img.shields.io/github/commits-since/BAMresearch/jupyter-analysis-tools/v1.3.1.svg
|
|
56
|
-
:target: https://github.com/BAMresearch/jupyter-analysis-tools/compare/v1.3.1...main
|
|
57
|
-
:alt: Commits since latest release
|
|
58
|
-
|
|
59
|
-
.. |license| image:: https://img.shields.io/pypi/l/jupyter-analysis-tools.svg
|
|
60
|
-
:target: https://en.wikipedia.org/wiki/MIT_license
|
|
61
|
-
:alt: License
|
|
62
|
-
|
|
63
|
-
.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/jupyter-analysis-tools.svg
|
|
64
|
-
:target: https://pypi.org/project/jupyter-analysis-tools
|
|
65
|
-
:alt: Supported versions
|
|
66
|
-
|
|
67
|
-
.. |wheel| image:: https://img.shields.io/pypi/wheel/jupyter-analysis-tools.svg
|
|
68
|
-
:target: https://pypi.org/project/jupyter-analysis-tools#files
|
|
69
|
-
:alt: PyPI Wheel
|
|
70
|
-
|
|
71
|
-
.. |downloads| image:: https://img.shields.io/pypi/dw/jupyter-analysis-tools.svg
|
|
72
|
-
:target: https://pypi.org/project/jupyter-analysis-tools/
|
|
73
|
-
:alt: Weekly PyPI downloads
|
|
53
|
+
pip install jupyter-analysis-tools
|
|
74
54
|
|
|
75
|
-
|
|
76
|
-
:target: https://github.com/BAMresearch/jupyter-analysis-tools/actions/workflows/ci-cd.yml
|
|
77
|
-
:alt: Continuous Integration and Deployment Status
|
|
55
|
+
You can also install the in-development version with:
|
|
78
56
|
|
|
79
|
-
|
|
80
|
-
:target: https://BAMresearch.github.io/jupyter-analysis-tools/coverage-report/
|
|
81
|
-
:alt: Coverage report
|
|
57
|
+
pip install git+https://github.com/BAMresearch/jupyter-analysis-tools.git@main
|
|
82
58
|
|
|
83
|
-
|
|
59
|
+
## Documentation
|
|
84
60
|
|
|
61
|
+
https://BAMresearch.github.io/jupyter-analysis-tools
|
|
85
62
|
|
|
86
|
-
|
|
87
|
-
============
|
|
63
|
+
## Development
|
|
88
64
|
|
|
89
|
-
|
|
65
|
+
Run all tests with:
|
|
90
66
|
|
|
91
|
-
|
|
67
|
+
tox -e py
|
|
92
68
|
|
|
93
|
-
|
|
69
|
+
Note, to combine the coverage data from all the tox environments run:
|
|
94
70
|
|
|
95
|
-
|
|
71
|
+
- Windows
|
|
96
72
|
|
|
73
|
+
set PYTEST_ADDOPTS=--cov-append tox
|
|
97
74
|
|
|
98
|
-
|
|
99
|
-
=============
|
|
75
|
+
- Other
|
|
100
76
|
|
|
101
|
-
|
|
77
|
+
PYTEST_ADDOPTS=--cov-append tox
|
|
102
78
|
|
|
103
|
-
|
|
104
|
-
===========
|
|
79
|
+
# CHANGELOG
|
|
105
80
|
|
|
106
|
-
|
|
81
|
+
## v1.3.2 (2025-07-23)
|
|
107
82
|
|
|
108
|
-
|
|
83
|
+
### Bug fixes
|
|
109
84
|
|
|
110
|
-
|
|
85
|
+
* Project: let the template generate supported python versions ([`8acfa6d`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/8acfa6d337ea4b8b92f8ea623e961af1be9a0f17))
|
|
111
86
|
|
|
112
|
-
|
|
113
|
-
:widths: 10 90
|
|
114
|
-
:stub-columns: 1
|
|
87
|
+
### Continuous integration
|
|
115
88
|
|
|
116
|
-
|
|
117
|
-
- ::
|
|
89
|
+
* coverage: revert config regression for coverage merging ([`dffe265`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/dffe265af9779253a698f241e725d0ea03ea2979))
|
|
118
90
|
|
|
119
|
-
|
|
120
|
-
tox
|
|
91
|
+
### Documentation
|
|
121
92
|
|
|
122
|
-
|
|
123
|
-
- ::
|
|
93
|
+
* readme: additional fix for readme.md ([`795046f`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/795046f73ada0ae85b4eb050c8453cc096c43122))
|
|
124
94
|
|
|
125
|
-
|
|
95
|
+
* readme: in markdown format for combining with changelog ([`eb6b904`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/eb6b904136697ddc2427369a605058e464d49351))
|
|
126
96
|
|
|
127
|
-
|
|
97
|
+
* readme: use markdown format to allow combining with changelog on PyPI ([`395b2c0`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/395b2c0c72232e9109ca50c5b84a7fce2d423df4))
|
|
128
98
|
|
|
129
99
|
## v1.3.1 (2025-07-23)
|
|
130
100
|
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.. include:: ../README.rst
|
|
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
|
{jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/src/jupyter_analysis_tools/analysis.py
RENAMED
|
File without changes
|
{jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/src/jupyter_analysis_tools/binning.py
RENAMED
|
File without changes
|
|
File without changes
|
{jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/src/jupyter_analysis_tools/distrib.py
RENAMED
|
File without changes
|
{jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/src/jupyter_analysis_tools/git.py
RENAMED
|
File without changes
|
{jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/src/jupyter_analysis_tools/plotting.py
RENAMED
|
File without changes
|
{jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/src/jupyter_analysis_tools/readdata.py
RENAMED
|
File without changes
|
{jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/src/jupyter_analysis_tools/utils.py
RENAMED
|
File without changes
|
{jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/src/jupyter_analysis_tools/widgets.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/testdata/2015-03-20-Silica.ssf.json
RENAMED
|
File without changes
|
{jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.3.2}/testdata/2015-03-20-Silica.ssfz
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|