jupyter-analysis-tools 1.6.1__tar.gz → 1.6.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.
Files changed (55) hide show
  1. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.2}/.copier-answers.yml +1 -1
  2. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.2}/CHANGELOG.md +10 -0
  3. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.2}/PKG-INFO +14 -3
  4. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.2}/README.md +2 -2
  5. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.2}/docs/conf.py +1 -1
  6. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.2}/pyproject.toml +1 -1
  7. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.2}/src/jupyter_analysis_tools/__init__.py +1 -1
  8. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.2}/src/jupyter_analysis_tools.egg-info/PKG-INFO +14 -3
  9. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.2}/src/jupyter_analysis_tools.egg-info/requires.txt +1 -0
  10. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.2}/.editorconfig +0 -0
  11. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.2}/.pre-commit-config.yaml +0 -0
  12. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.2}/AUTHORS.rst +0 -0
  13. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.2}/CONTRIBUTING.rst +0 -0
  14. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.2}/LICENSE +0 -0
  15. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.2}/MANIFEST.in +0 -0
  16. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.2}/ci/requirements.txt +0 -0
  17. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.2}/docs/_templates/class.rst +0 -0
  18. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.2}/docs/_templates/module.rst +0 -0
  19. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.2}/docs/authors.rst +0 -0
  20. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.2}/docs/changelog.rst +0 -0
  21. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.2}/docs/contributing.rst +0 -0
  22. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.2}/docs/index.rst +0 -0
  23. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.2}/docs/installation.rst +0 -0
  24. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.2}/docs/readme.rst +0 -0
  25. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.2}/docs/reference/index.rst +0 -0
  26. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.2}/docs/requirements.txt +0 -0
  27. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.2}/docs/spelling_wordlist.txt +0 -0
  28. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.2}/docs/usage.rst +0 -0
  29. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.2}/setup.cfg +0 -0
  30. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.2}/src/jupyter_analysis_tools/analysis.py +0 -0
  31. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.2}/src/jupyter_analysis_tools/binning.py +0 -0
  32. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.2}/src/jupyter_analysis_tools/datalocations.py +0 -0
  33. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.2}/src/jupyter_analysis_tools/datastore.py +0 -0
  34. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.2}/src/jupyter_analysis_tools/distrib.py +0 -0
  35. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.2}/src/jupyter_analysis_tools/git.py +0 -0
  36. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.2}/src/jupyter_analysis_tools/plotting.py +0 -0
  37. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.2}/src/jupyter_analysis_tools/readdata.py +0 -0
  38. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.2}/src/jupyter_analysis_tools/ssfz2json.py +0 -0
  39. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.2}/src/jupyter_analysis_tools/ssfz_compare.py +0 -0
  40. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.2}/src/jupyter_analysis_tools/utils.py +0 -0
  41. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.2}/src/jupyter_analysis_tools/widgets.py +0 -0
  42. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.2}/src/jupyter_analysis_tools.egg-info/SOURCES.txt +0 -0
  43. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.2}/src/jupyter_analysis_tools.egg-info/dependency_links.txt +0 -0
  44. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.2}/src/jupyter_analysis_tools.egg-info/entry_points.txt +0 -0
  45. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.2}/src/jupyter_analysis_tools.egg-info/top_level.txt +0 -0
  46. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.2}/templates/CHANGELOG.md.j2 +0 -0
  47. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.2}/testdata/2015-03-20-Silica.ssf.json +0 -0
  48. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.2}/testdata/2015-03-20-Silica.ssfz +0 -0
  49. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.2}/testdata/S2842 water.json +0 -0
  50. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.2}/testdata/S2842 water.pdh +0 -0
  51. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.2}/testdata/S2843[9].pdh +0 -0
  52. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.2}/tests/readdata.py +0 -0
  53. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.2}/tests/requirements.txt +0 -0
  54. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.2}/tests/utils.py +0 -0
  55. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.2}/tox.ini +0 -0
@@ -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.6.1
25
+ version: 1.6.2
@@ -1,5 +1,15 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.6.2 (2025-09-22)
4
+
5
+ ### Bug fixes
6
+
7
+ * **Project**: add pybis dependency, for datastore module ([`80350c7`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/80350c7e3f662dd8fa52bbbf46c66104407d930a))
8
+
9
+ ### Code style
10
+
11
+ * **DataStore**: formatting ([`5afbd91`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/5afbd91080cabe4dea23102a7c9248dc2bee1af4))
12
+
3
13
  ## v1.6.1 (2025-09-19)
4
14
 
5
15
  ### Bug fixes
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: jupyter-analysis-tools
3
- Version: 1.6.1
3
+ Version: 1.6.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
@@ -33,12 +33,13 @@ Requires-Dist: scipy
33
33
  Requires-Dist: pandas
34
34
  Requires-Dist: matplotlib
35
35
  Requires-Dist: ipywidgets
36
+ Requires-Dist: pybis
36
37
  Dynamic: license-file
37
38
 
38
- # Jupyter Analysis Tools (v1.6.1)
39
+ # Jupyter Analysis Tools (v1.6.2)
39
40
 
40
41
  [![PyPI Package latest release](https://img.shields.io/pypi/v/jupyter-analysis-tools.svg)](https://pypi.org/project/jupyter-analysis-tools)
41
- [![Commits since latest release](https://img.shields.io/github/commits-since/BAMresearch/jupyter-analysis-tools/v1.6.1.svg)](https://github.com/BAMresearch/jupyter-analysis-tools/compare/v1.6.1...main)
42
+ [![Commits since latest release](https://img.shields.io/github/commits-since/BAMresearch/jupyter-analysis-tools/v1.6.2.svg)](https://github.com/BAMresearch/jupyter-analysis-tools/compare/v1.6.2...main)
42
43
  [![License](https://img.shields.io/pypi/l/jupyter-analysis-tools.svg)](https://en.wikipedia.org/wiki/MIT_license)
43
44
  [![Supported versions](https://img.shields.io/pypi/pyversions/jupyter-analysis-tools.svg)](https://pypi.org/project/jupyter-analysis-tools)
44
45
  [![PyPI Wheel](https://img.shields.io/pypi/wheel/jupyter-analysis-tools.svg)](https://pypi.org/project/jupyter-analysis-tools#files)
@@ -97,6 +98,16 @@ are installed:
97
98
 
98
99
  # CHANGELOG
99
100
 
101
+ ## v1.6.2 (2025-09-22)
102
+
103
+ ### Bug fixes
104
+
105
+ * **Project**: add pybis dependency, for datastore module ([`80350c7`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/80350c7e3f662dd8fa52bbbf46c66104407d930a))
106
+
107
+ ### Code style
108
+
109
+ * **DataStore**: formatting ([`5afbd91`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/5afbd91080cabe4dea23102a7c9248dc2bee1af4))
110
+
100
111
  ## v1.6.1 (2025-09-19)
101
112
 
102
113
  ### Bug fixes
@@ -1,7 +1,7 @@
1
- # Jupyter Analysis Tools (v1.6.1)
1
+ # Jupyter Analysis Tools (v1.6.2)
2
2
 
3
3
  [![PyPI Package latest release](https://img.shields.io/pypi/v/jupyter-analysis-tools.svg)](https://pypi.org/project/jupyter-analysis-tools)
4
- [![Commits since latest release](https://img.shields.io/github/commits-since/BAMresearch/jupyter-analysis-tools/v1.6.1.svg)](https://github.com/BAMresearch/jupyter-analysis-tools/compare/v1.6.1...main)
4
+ [![Commits since latest release](https://img.shields.io/github/commits-since/BAMresearch/jupyter-analysis-tools/v1.6.2.svg)](https://github.com/BAMresearch/jupyter-analysis-tools/compare/v1.6.2...main)
5
5
  [![License](https://img.shields.io/pypi/l/jupyter-analysis-tools.svg)](https://en.wikipedia.org/wiki/MIT_license)
6
6
  [![Supported versions](https://img.shields.io/pypi/pyversions/jupyter-analysis-tools.svg)](https://pypi.org/project/jupyter-analysis-tools)
7
7
  [![PyPI Wheel](https://img.shields.io/pypi/wheel/jupyter-analysis-tools.svg)](https://pypi.org/project/jupyter-analysis-tools#files)
@@ -32,7 +32,7 @@ project = "Jupyter Analysis Tools"
32
32
  year = "2018-2025"
33
33
  author = "Ingo Breßler and Brian R. Pauw"
34
34
  copyright = "{0}, {1}".format(year, author)
35
- version = "1.6.1"
35
+ version = "1.6.2"
36
36
  release = version
37
37
  commit_id = None
38
38
  try:
@@ -24,7 +24,7 @@ classifiers = [
24
24
  "Intended Audience :: Science/Research",
25
25
  ]
26
26
  dependencies = [
27
- "numpy", "scipy", "pandas", "matplotlib", "ipywidgets"
27
+ "numpy", "scipy", "pandas", "matplotlib", "ipywidgets", "pybis"
28
28
  ]
29
29
 
30
30
  [[project.authors]]
@@ -1,7 +1,7 @@
1
1
  # -*- coding: utf-8 -*-
2
2
  # __init__.py
3
3
 
4
- __version__ = "1.6.1"
4
+ __version__ = "1.6.2"
5
5
 
6
6
  from .binning import reBin
7
7
  from .git import checkRepo, isNBstripoutActivated, isNBstripoutInstalled, isRepo
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: jupyter-analysis-tools
3
- Version: 1.6.1
3
+ Version: 1.6.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
@@ -33,12 +33,13 @@ Requires-Dist: scipy
33
33
  Requires-Dist: pandas
34
34
  Requires-Dist: matplotlib
35
35
  Requires-Dist: ipywidgets
36
+ Requires-Dist: pybis
36
37
  Dynamic: license-file
37
38
 
38
- # Jupyter Analysis Tools (v1.6.1)
39
+ # Jupyter Analysis Tools (v1.6.2)
39
40
 
40
41
  [![PyPI Package latest release](https://img.shields.io/pypi/v/jupyter-analysis-tools.svg)](https://pypi.org/project/jupyter-analysis-tools)
41
- [![Commits since latest release](https://img.shields.io/github/commits-since/BAMresearch/jupyter-analysis-tools/v1.6.1.svg)](https://github.com/BAMresearch/jupyter-analysis-tools/compare/v1.6.1...main)
42
+ [![Commits since latest release](https://img.shields.io/github/commits-since/BAMresearch/jupyter-analysis-tools/v1.6.2.svg)](https://github.com/BAMresearch/jupyter-analysis-tools/compare/v1.6.2...main)
42
43
  [![License](https://img.shields.io/pypi/l/jupyter-analysis-tools.svg)](https://en.wikipedia.org/wiki/MIT_license)
43
44
  [![Supported versions](https://img.shields.io/pypi/pyversions/jupyter-analysis-tools.svg)](https://pypi.org/project/jupyter-analysis-tools)
44
45
  [![PyPI Wheel](https://img.shields.io/pypi/wheel/jupyter-analysis-tools.svg)](https://pypi.org/project/jupyter-analysis-tools#files)
@@ -97,6 +98,16 @@ are installed:
97
98
 
98
99
  # CHANGELOG
99
100
 
101
+ ## v1.6.2 (2025-09-22)
102
+
103
+ ### Bug fixes
104
+
105
+ * **Project**: add pybis dependency, for datastore module ([`80350c7`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/80350c7e3f662dd8fa52bbbf46c66104407d930a))
106
+
107
+ ### Code style
108
+
109
+ * **DataStore**: formatting ([`5afbd91`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/5afbd91080cabe4dea23102a7c9248dc2bee1af4))
110
+
100
111
  ## v1.6.1 (2025-09-19)
101
112
 
102
113
  ### Bug fixes