jupyter-analysis-tools 0.1.8__tar.gz → 1.0.0__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-0.1.8 → jupyter_analysis_tools-1.0.0}/.cookiecutterrc +1 -1
- {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/CHANGELOG.md +7 -1
- {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/PKG-INFO +14 -5
- {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/README.rst +2 -2
- {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/ci/templates/.github/workflows/coverage.yml +1 -1
- {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/docs/conf.py +2 -2
- {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/pyproject.toml +4 -0
- {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/src/jupyter_analysis_tools/__init__.py +1 -1
- {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/src/jupyter_analysis_tools/binning.py +1 -2
- {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/src/jupyter_analysis_tools/readdata.py +1 -4
- {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/src/jupyter_analysis_tools/widgets.py +1 -1
- {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/src/jupyter_analysis_tools.egg-info/PKG-INFO +14 -5
- {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/src/jupyter_analysis_tools.egg-info/SOURCES.txt +1 -0
- jupyter_analysis_tools-1.0.0/src/jupyter_analysis_tools.egg-info/requires.txt +2 -0
- {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/tox.ini +1 -1
- {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/.editorconfig +0 -0
- {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/.pre-commit-config.yaml +0 -0
- {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/AUTHORS.rst +0 -0
- {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/CONTRIBUTING.rst +0 -0
- {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/LICENSE +0 -0
- {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/MANIFEST.in +0 -0
- {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/ci/requirements.txt +0 -0
- {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/ci/templates/.github/workflows/build.yml +0 -0
- {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/ci/templates/.github/workflows/ci-cd.yml +0 -0
- {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/ci/templates/.github/workflows/docs.yml +0 -0
- {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/ci/templates/.github/workflows/release.yml +0 -0
- {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/ci/templates/.github/workflows/tests.yml +0 -0
- {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/ci/update.py +0 -0
- {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/docs/_templates/class.rst +0 -0
- {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/docs/_templates/module.rst +0 -0
- {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/docs/authors.rst +0 -0
- {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/docs/changelog.rst +0 -0
- {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/docs/contributing.rst +0 -0
- {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/docs/index.rst +0 -0
- {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/docs/installation.rst +0 -0
- {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/docs/readme.rst +0 -0
- {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/docs/reference/index.rst +0 -0
- {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/docs/requirements.txt +0 -0
- {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/docs/spelling_wordlist.txt +0 -0
- {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/docs/usage.rst +0 -0
- {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/setup.cfg +0 -0
- {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/src/jupyter_analysis_tools/analysis.py +0 -0
- {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/src/jupyter_analysis_tools/datalocations.py +0 -0
- {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/src/jupyter_analysis_tools/distrib.py +0 -0
- {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/src/jupyter_analysis_tools/git.py +0 -0
- {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/src/jupyter_analysis_tools/notebook_utils.py +0 -0
- {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/src/jupyter_analysis_tools/plotting.py +0 -0
- {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/src/jupyter_analysis_tools/utils.py +0 -0
- {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/src/jupyter_analysis_tools.egg-info/dependency_links.txt +0 -0
- {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/src/jupyter_analysis_tools.egg-info/top_level.txt +0 -0
- {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/templates/CHANGELOG.md.j2 +0 -0
- {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/tests/requirements.txt +0 -0
- {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/tests/test_jupyter_analysis_tools.py +0 -0
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
2
|
|
|
3
|
+
## v1.0.0 (2025-07-09)
|
|
4
|
+
|
|
5
|
+
### Bug fixes
|
|
6
|
+
|
|
7
|
+
* packaging: add required dependency packages to project config ([`43076e2`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/43076e2fd27e511545d8f1ec12752435cf5153c6))
|
|
8
|
+
|
|
3
9
|
## v0.1.8 (2025-01-30)
|
|
4
10
|
|
|
5
11
|
### Bug fixes
|
|
@@ -180,7 +186,7 @@
|
|
|
180
186
|
|
|
181
187
|
* docs config: using urls defined in pyproject.toml ([`33d5f23`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/33d5f2338e3a95212c21396d9007bac1495f30a8))
|
|
182
188
|
|
|
183
|
-
* moving isort config to separate file, not picked up from pyproject
|
|
189
|
+
* moving isort config to separate file, not picked up from pyproject in a pre-commit hook ([`bfaf1e0`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/bfaf1e0ab5be225e5e4c34ffc8b1ea8bedb59688))
|
|
184
190
|
|
|
185
191
|
* pre-commit uses pycqa repo for isort ([`4b4a31c`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/4b4a31c15e9a07455fe9796e17ddbce5f23456ed))
|
|
186
192
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: jupyter-analysis-tools
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 1.0.0
|
|
4
4
|
Summary: Yet another Python library with helpers and utilities for data analysis and processing.
|
|
5
5
|
Author-email: Ingo Breßler <dev@ingobressler.net>
|
|
6
6
|
License: MIT license
|
|
@@ -30,6 +30,9 @@ Classifier: Intended Audience :: Science/Research
|
|
|
30
30
|
Description-Content-Type: text/x-rst
|
|
31
31
|
License-File: LICENSE
|
|
32
32
|
License-File: AUTHORS.rst
|
|
33
|
+
Requires-Dist: notebook
|
|
34
|
+
Requires-Dist: ipywidgets
|
|
35
|
+
Dynamic: license-file
|
|
33
36
|
|
|
34
37
|
========
|
|
35
38
|
Overview
|
|
@@ -47,8 +50,8 @@ Yet another Python library with helpers and utilities for data analysis and proc
|
|
|
47
50
|
:target: https://pypi.org/project/jupyter-analysis-tools
|
|
48
51
|
:alt: PyPI Package latest release
|
|
49
52
|
|
|
50
|
-
.. |commits-since| image:: https://img.shields.io/github/commits-since/BAMresearch/jupyter-analysis-tools/
|
|
51
|
-
:target: https://github.com/BAMresearch/jupyter-analysis-tools/compare/
|
|
53
|
+
.. |commits-since| image:: https://img.shields.io/github/commits-since/BAMresearch/jupyter-analysis-tools/v1.0.0.svg
|
|
54
|
+
:target: https://github.com/BAMresearch/jupyter-analysis-tools/compare/v1.0.0...main
|
|
52
55
|
:alt: Commits since latest release
|
|
53
56
|
|
|
54
57
|
.. |license| image:: https://img.shields.io/pypi/l/jupyter-analysis-tools.svg
|
|
@@ -121,6 +124,12 @@ Note, to combine the coverage data from all the tox environments run:
|
|
|
121
124
|
|
|
122
125
|
# CHANGELOG
|
|
123
126
|
|
|
127
|
+
## v1.0.0 (2025-07-09)
|
|
128
|
+
|
|
129
|
+
### Bug fixes
|
|
130
|
+
|
|
131
|
+
* packaging: add required dependency packages to project config ([`43076e2`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/43076e2fd27e511545d8f1ec12752435cf5153c6))
|
|
132
|
+
|
|
124
133
|
## v0.1.8 (2025-01-30)
|
|
125
134
|
|
|
126
135
|
### Bug fixes
|
|
@@ -301,7 +310,7 @@ Note, to combine the coverage data from all the tox environments run:
|
|
|
301
310
|
|
|
302
311
|
* docs config: using urls defined in pyproject.toml ([`33d5f23`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/33d5f2338e3a95212c21396d9007bac1495f30a8))
|
|
303
312
|
|
|
304
|
-
* moving isort config to separate file, not picked up from pyproject
|
|
313
|
+
* moving isort config to separate file, not picked up from pyproject in a pre-commit hook ([`bfaf1e0`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/bfaf1e0ab5be225e5e4c34ffc8b1ea8bedb59688))
|
|
305
314
|
|
|
306
315
|
* pre-commit uses pycqa repo for isort ([`4b4a31c`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/4b4a31c15e9a07455fe9796e17ddbce5f23456ed))
|
|
307
316
|
|
|
@@ -14,8 +14,8 @@ Yet another Python library with helpers and utilities for data analysis and proc
|
|
|
14
14
|
:target: https://pypi.org/project/jupyter-analysis-tools
|
|
15
15
|
:alt: PyPI Package latest release
|
|
16
16
|
|
|
17
|
-
.. |commits-since| image:: https://img.shields.io/github/commits-since/BAMresearch/jupyter-analysis-tools/
|
|
18
|
-
:target: https://github.com/BAMresearch/jupyter-analysis-tools/compare/
|
|
17
|
+
.. |commits-since| image:: https://img.shields.io/github/commits-since/BAMresearch/jupyter-analysis-tools/v1.0.0.svg
|
|
18
|
+
:target: https://github.com/BAMresearch/jupyter-analysis-tools/compare/v1.0.0...main
|
|
19
19
|
:alt: Commits since latest release
|
|
20
20
|
|
|
21
21
|
.. |license| image:: https://img.shields.io/pypi/l/jupyter-analysis-tools.svg
|
|
@@ -121,7 +121,7 @@ jobs:
|
|
|
121
121
|
echo "{\"schemaVersion\":1,\"label\":\"Coverage\",\"message\":\"{{'${{ env.total }}'}}%\",\"color\":\"hsl($HUE, 100%, 40%)\"}" > "$BADGE_JSON"
|
|
122
122
|
# Commit.
|
|
123
123
|
cd ./pages
|
|
124
|
-
rm {{'${{ env.report_dir }}/.gitignore'}}
|
|
124
|
+
rm -f {{'${{ env.report_dir }}/.gitignore'}}
|
|
125
125
|
# ls -la {{'${{ env.report_dir }}'}} # for debugging
|
|
126
126
|
# {{"${{ env.report_dir }}"}}/* "${REDIR_HTML#*/}" "${BADGE_JSON#*/}"
|
|
127
127
|
git add -A
|
|
@@ -29,7 +29,7 @@ project = "Jupyter Analysis Tools"
|
|
|
29
29
|
year = "2018-2023"
|
|
30
30
|
author = "Ingo Breßler"
|
|
31
31
|
copyright = "{0}, {1}".format(year, author)
|
|
32
|
-
version = "0.
|
|
32
|
+
version = "1.0.0"
|
|
33
33
|
release = version
|
|
34
34
|
commit_id = None
|
|
35
35
|
try:
|
|
@@ -82,5 +82,5 @@ linkcheck_ignore = [
|
|
|
82
82
|
join(project_meta["project"]["urls"]["repository"], "commit", r"[0-9a-fA-F]+"),
|
|
83
83
|
]
|
|
84
84
|
linkcheck_anchors_ignore_for_url = [
|
|
85
|
-
r"https://pypi\.org/project/[^/]
|
|
85
|
+
r"https://pypi\.org/project/[^/]+",
|
|
86
86
|
]
|
{jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/src/jupyter_analysis_tools/readdata.py
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# -*- coding: utf-8 -*-
|
|
2
|
-
#
|
|
2
|
+
# readdata.py
|
|
3
3
|
|
|
4
4
|
import os
|
|
5
5
|
|
|
@@ -45,6 +45,3 @@ def readdata(fn, q_range=None, read_csv_args=None, print_filename=True):
|
|
|
45
45
|
|
|
46
46
|
file_name = os.path.basename(fn).split("[")[0]
|
|
47
47
|
return df_data, file_name
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
# vim: set ts=4 sts=4 sw=4 tw=0:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: jupyter-analysis-tools
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 1.0.0
|
|
4
4
|
Summary: Yet another Python library with helpers and utilities for data analysis and processing.
|
|
5
5
|
Author-email: Ingo Breßler <dev@ingobressler.net>
|
|
6
6
|
License: MIT license
|
|
@@ -30,6 +30,9 @@ Classifier: Intended Audience :: Science/Research
|
|
|
30
30
|
Description-Content-Type: text/x-rst
|
|
31
31
|
License-File: LICENSE
|
|
32
32
|
License-File: AUTHORS.rst
|
|
33
|
+
Requires-Dist: notebook
|
|
34
|
+
Requires-Dist: ipywidgets
|
|
35
|
+
Dynamic: license-file
|
|
33
36
|
|
|
34
37
|
========
|
|
35
38
|
Overview
|
|
@@ -47,8 +50,8 @@ Yet another Python library with helpers and utilities for data analysis and proc
|
|
|
47
50
|
:target: https://pypi.org/project/jupyter-analysis-tools
|
|
48
51
|
:alt: PyPI Package latest release
|
|
49
52
|
|
|
50
|
-
.. |commits-since| image:: https://img.shields.io/github/commits-since/BAMresearch/jupyter-analysis-tools/
|
|
51
|
-
:target: https://github.com/BAMresearch/jupyter-analysis-tools/compare/
|
|
53
|
+
.. |commits-since| image:: https://img.shields.io/github/commits-since/BAMresearch/jupyter-analysis-tools/v1.0.0.svg
|
|
54
|
+
:target: https://github.com/BAMresearch/jupyter-analysis-tools/compare/v1.0.0...main
|
|
52
55
|
:alt: Commits since latest release
|
|
53
56
|
|
|
54
57
|
.. |license| image:: https://img.shields.io/pypi/l/jupyter-analysis-tools.svg
|
|
@@ -121,6 +124,12 @@ Note, to combine the coverage data from all the tox environments run:
|
|
|
121
124
|
|
|
122
125
|
# CHANGELOG
|
|
123
126
|
|
|
127
|
+
## v1.0.0 (2025-07-09)
|
|
128
|
+
|
|
129
|
+
### Bug fixes
|
|
130
|
+
|
|
131
|
+
* packaging: add required dependency packages to project config ([`43076e2`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/43076e2fd27e511545d8f1ec12752435cf5153c6))
|
|
132
|
+
|
|
124
133
|
## v0.1.8 (2025-01-30)
|
|
125
134
|
|
|
126
135
|
### Bug fixes
|
|
@@ -301,7 +310,7 @@ Note, to combine the coverage data from all the tox environments run:
|
|
|
301
310
|
|
|
302
311
|
* docs config: using urls defined in pyproject.toml ([`33d5f23`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/33d5f2338e3a95212c21396d9007bac1495f30a8))
|
|
303
312
|
|
|
304
|
-
* moving isort config to separate file, not picked up from pyproject
|
|
313
|
+
* moving isort config to separate file, not picked up from pyproject in a pre-commit hook ([`bfaf1e0`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/bfaf1e0ab5be225e5e4c34ffc8b1ea8bedb59688))
|
|
305
314
|
|
|
306
315
|
* pre-commit uses pycqa repo for isort ([`4b4a31c`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/4b4a31c15e9a07455fe9796e17ddbce5f23456ed))
|
|
307
316
|
|
|
@@ -44,6 +44,7 @@ src/jupyter_analysis_tools/widgets.py
|
|
|
44
44
|
src/jupyter_analysis_tools.egg-info/PKG-INFO
|
|
45
45
|
src/jupyter_analysis_tools.egg-info/SOURCES.txt
|
|
46
46
|
src/jupyter_analysis_tools.egg-info/dependency_links.txt
|
|
47
|
+
src/jupyter_analysis_tools.egg-info/requires.txt
|
|
47
48
|
src/jupyter_analysis_tools.egg-info/top_level.txt
|
|
48
49
|
templates/CHANGELOG.md.j2
|
|
49
50
|
tests/requirements.txt
|
|
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
|
|
File without changes
|
{jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/src/jupyter_analysis_tools/analysis.py
RENAMED
|
File without changes
|
|
File without changes
|
{jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/src/jupyter_analysis_tools/distrib.py
RENAMED
|
File without changes
|
{jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/src/jupyter_analysis_tools/git.py
RENAMED
|
File without changes
|
|
File without changes
|
{jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/src/jupyter_analysis_tools/plotting.py
RENAMED
|
File without changes
|
{jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/src/jupyter_analysis_tools/utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/tests/test_jupyter_analysis_tools.py
RENAMED
|
File without changes
|