jupyter-analysis-tools 1.7.2__tar.gz → 1.7.3__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.7.2 → jupyter_analysis_tools-1.7.3}/.copier-answers.yml +1 -1
  2. {jupyter_analysis_tools-1.7.2 → jupyter_analysis_tools-1.7.3}/CHANGELOG.md +6 -0
  3. {jupyter_analysis_tools-1.7.2 → jupyter_analysis_tools-1.7.3}/PKG-INFO +9 -3
  4. {jupyter_analysis_tools-1.7.2 → jupyter_analysis_tools-1.7.3}/README.md +2 -2
  5. {jupyter_analysis_tools-1.7.2 → jupyter_analysis_tools-1.7.3}/docs/conf.py +1 -1
  6. {jupyter_analysis_tools-1.7.2 → jupyter_analysis_tools-1.7.3}/src/jupyter_analysis_tools/__init__.py +1 -1
  7. {jupyter_analysis_tools-1.7.2 → jupyter_analysis_tools-1.7.3}/src/jupyter_analysis_tools/datastore.py +4 -4
  8. {jupyter_analysis_tools-1.7.2 → jupyter_analysis_tools-1.7.3}/src/jupyter_analysis_tools.egg-info/PKG-INFO +9 -3
  9. {jupyter_analysis_tools-1.7.2 → jupyter_analysis_tools-1.7.3}/.editorconfig +0 -0
  10. {jupyter_analysis_tools-1.7.2 → jupyter_analysis_tools-1.7.3}/.pre-commit-config.yaml +0 -0
  11. {jupyter_analysis_tools-1.7.2 → jupyter_analysis_tools-1.7.3}/AUTHORS.rst +0 -0
  12. {jupyter_analysis_tools-1.7.2 → jupyter_analysis_tools-1.7.3}/CONTRIBUTING.rst +0 -0
  13. {jupyter_analysis_tools-1.7.2 → jupyter_analysis_tools-1.7.3}/LICENSE +0 -0
  14. {jupyter_analysis_tools-1.7.2 → jupyter_analysis_tools-1.7.3}/MANIFEST.in +0 -0
  15. {jupyter_analysis_tools-1.7.2 → jupyter_analysis_tools-1.7.3}/ci/requirements.txt +0 -0
  16. {jupyter_analysis_tools-1.7.2 → jupyter_analysis_tools-1.7.3}/docs/_templates/class.rst +0 -0
  17. {jupyter_analysis_tools-1.7.2 → jupyter_analysis_tools-1.7.3}/docs/_templates/module.rst +0 -0
  18. {jupyter_analysis_tools-1.7.2 → jupyter_analysis_tools-1.7.3}/docs/authors.rst +0 -0
  19. {jupyter_analysis_tools-1.7.2 → jupyter_analysis_tools-1.7.3}/docs/changelog.rst +0 -0
  20. {jupyter_analysis_tools-1.7.2 → jupyter_analysis_tools-1.7.3}/docs/contributing.rst +0 -0
  21. {jupyter_analysis_tools-1.7.2 → jupyter_analysis_tools-1.7.3}/docs/index.rst +0 -0
  22. {jupyter_analysis_tools-1.7.2 → jupyter_analysis_tools-1.7.3}/docs/installation.rst +0 -0
  23. {jupyter_analysis_tools-1.7.2 → jupyter_analysis_tools-1.7.3}/docs/readme.rst +0 -0
  24. {jupyter_analysis_tools-1.7.2 → jupyter_analysis_tools-1.7.3}/docs/reference/index.rst +0 -0
  25. {jupyter_analysis_tools-1.7.2 → jupyter_analysis_tools-1.7.3}/docs/requirements.txt +0 -0
  26. {jupyter_analysis_tools-1.7.2 → jupyter_analysis_tools-1.7.3}/docs/spelling_wordlist.txt +0 -0
  27. {jupyter_analysis_tools-1.7.2 → jupyter_analysis_tools-1.7.3}/docs/usage.rst +0 -0
  28. {jupyter_analysis_tools-1.7.2 → jupyter_analysis_tools-1.7.3}/pyproject.toml +0 -0
  29. {jupyter_analysis_tools-1.7.2 → jupyter_analysis_tools-1.7.3}/setup.cfg +0 -0
  30. {jupyter_analysis_tools-1.7.2 → jupyter_analysis_tools-1.7.3}/src/jupyter_analysis_tools/analysis.py +0 -0
  31. {jupyter_analysis_tools-1.7.2 → jupyter_analysis_tools-1.7.3}/src/jupyter_analysis_tools/binning.py +0 -0
  32. {jupyter_analysis_tools-1.7.2 → jupyter_analysis_tools-1.7.3}/src/jupyter_analysis_tools/datalocations.py +0 -0
  33. {jupyter_analysis_tools-1.7.2 → jupyter_analysis_tools-1.7.3}/src/jupyter_analysis_tools/distrib.py +0 -0
  34. {jupyter_analysis_tools-1.7.2 → jupyter_analysis_tools-1.7.3}/src/jupyter_analysis_tools/git.py +0 -0
  35. {jupyter_analysis_tools-1.7.2 → jupyter_analysis_tools-1.7.3}/src/jupyter_analysis_tools/plotting.py +0 -0
  36. {jupyter_analysis_tools-1.7.2 → jupyter_analysis_tools-1.7.3}/src/jupyter_analysis_tools/readdata.py +0 -0
  37. {jupyter_analysis_tools-1.7.2 → jupyter_analysis_tools-1.7.3}/src/jupyter_analysis_tools/ssfz2json.py +0 -0
  38. {jupyter_analysis_tools-1.7.2 → jupyter_analysis_tools-1.7.3}/src/jupyter_analysis_tools/ssfz_compare.py +0 -0
  39. {jupyter_analysis_tools-1.7.2 → jupyter_analysis_tools-1.7.3}/src/jupyter_analysis_tools/utils.py +0 -0
  40. {jupyter_analysis_tools-1.7.2 → jupyter_analysis_tools-1.7.3}/src/jupyter_analysis_tools/widgets.py +0 -0
  41. {jupyter_analysis_tools-1.7.2 → jupyter_analysis_tools-1.7.3}/src/jupyter_analysis_tools.egg-info/SOURCES.txt +0 -0
  42. {jupyter_analysis_tools-1.7.2 → jupyter_analysis_tools-1.7.3}/src/jupyter_analysis_tools.egg-info/dependency_links.txt +0 -0
  43. {jupyter_analysis_tools-1.7.2 → jupyter_analysis_tools-1.7.3}/src/jupyter_analysis_tools.egg-info/entry_points.txt +0 -0
  44. {jupyter_analysis_tools-1.7.2 → jupyter_analysis_tools-1.7.3}/src/jupyter_analysis_tools.egg-info/requires.txt +0 -0
  45. {jupyter_analysis_tools-1.7.2 → jupyter_analysis_tools-1.7.3}/src/jupyter_analysis_tools.egg-info/top_level.txt +0 -0
  46. {jupyter_analysis_tools-1.7.2 → jupyter_analysis_tools-1.7.3}/templates/CHANGELOG.md.j2 +0 -0
  47. {jupyter_analysis_tools-1.7.2 → jupyter_analysis_tools-1.7.3}/testdata/2015-03-20-Silica.ssf.json +0 -0
  48. {jupyter_analysis_tools-1.7.2 → jupyter_analysis_tools-1.7.3}/testdata/2015-03-20-Silica.ssfz +0 -0
  49. {jupyter_analysis_tools-1.7.2 → jupyter_analysis_tools-1.7.3}/testdata/S2842 water.json +0 -0
  50. {jupyter_analysis_tools-1.7.2 → jupyter_analysis_tools-1.7.3}/testdata/S2842 water.pdh +0 -0
  51. {jupyter_analysis_tools-1.7.2 → jupyter_analysis_tools-1.7.3}/testdata/S2843[9].pdh +0 -0
  52. {jupyter_analysis_tools-1.7.2 → jupyter_analysis_tools-1.7.3}/tests/readdata.py +0 -0
  53. {jupyter_analysis_tools-1.7.2 → jupyter_analysis_tools-1.7.3}/tests/requirements.txt +0 -0
  54. {jupyter_analysis_tools-1.7.2 → jupyter_analysis_tools-1.7.3}/tests/utils.py +0 -0
  55. {jupyter_analysis_tools-1.7.2 → jupyter_analysis_tools-1.7.3}/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.7.2
25
+ version: 1.7.3
@@ -1,5 +1,11 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.7.3 (2026-02-04)
4
+
5
+ ### Bug fixes
6
+
7
+ * **DataStore**: do not attempt to create a token when logged in via token, not allowed ([`6beeddd`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/6beeddd2d778ed44080401700b223d3dc3eeebfc))
8
+
3
9
  ## v1.7.2 (2026-01-30)
4
10
 
5
11
  ### Bug fixes
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: jupyter-analysis-tools
3
- Version: 1.7.2
3
+ Version: 1.7.3
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
@@ -36,10 +36,10 @@ Requires-Dist: ipywidgets
36
36
  Requires-Dist: pybis
37
37
  Dynamic: license-file
38
38
 
39
- # Jupyter Analysis Tools (v1.7.2)
39
+ # Jupyter Analysis Tools (v1.7.3)
40
40
 
41
41
  [![PyPI Package latest release](https://img.shields.io/pypi/v/jupyter-analysis-tools.svg)](https://pypi.org/project/jupyter-analysis-tools)
42
- [![Commits since latest release](https://img.shields.io/github/commits-since/BAMresearch/jupyter-analysis-tools/v1.7.2.svg)](https://github.com/BAMresearch/jupyter-analysis-tools/compare/v1.7.2...main)
42
+ [![Commits since latest release](https://img.shields.io/github/commits-since/BAMresearch/jupyter-analysis-tools/v1.7.3.svg)](https://github.com/BAMresearch/jupyter-analysis-tools/compare/v1.7.3...main)
43
43
  [![License](https://img.shields.io/pypi/l/jupyter-analysis-tools.svg)](https://en.wikipedia.org/wiki/MIT_license)
44
44
  [![Supported versions](https://img.shields.io/pypi/pyversions/jupyter-analysis-tools.svg)](https://pypi.org/project/jupyter-analysis-tools)
45
45
  [![PyPI Wheel](https://img.shields.io/pypi/wheel/jupyter-analysis-tools.svg)](https://pypi.org/project/jupyter-analysis-tools#files)
@@ -98,6 +98,12 @@ are installed:
98
98
 
99
99
  # CHANGELOG
100
100
 
101
+ ## v1.7.3 (2026-02-04)
102
+
103
+ ### Bug fixes
104
+
105
+ * **DataStore**: do not attempt to create a token when logged in via token, not allowed ([`6beeddd`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/6beeddd2d778ed44080401700b223d3dc3eeebfc))
106
+
101
107
  ## v1.7.2 (2026-01-30)
102
108
 
103
109
  ### Bug fixes
@@ -1,7 +1,7 @@
1
- # Jupyter Analysis Tools (v1.7.2)
1
+ # Jupyter Analysis Tools (v1.7.3)
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.7.2.svg)](https://github.com/BAMresearch/jupyter-analysis-tools/compare/v1.7.2...main)
4
+ [![Commits since latest release](https://img.shields.io/github/commits-since/BAMresearch/jupyter-analysis-tools/v1.7.3.svg)](https://github.com/BAMresearch/jupyter-analysis-tools/compare/v1.7.3...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.7.2"
35
+ version = "1.7.3"
36
36
  release = version
37
37
  commit_id = None
38
38
  try:
@@ -1,7 +1,7 @@
1
1
  # -*- coding: utf-8 -*-
2
2
  # __init__.py
3
3
 
4
- __version__ = "1.7.2"
4
+ __version__ = "1.7.3"
5
5
 
6
6
  from .binning import reBin
7
7
  from .git import checkRepo, isNBstripoutActivated, isNBstripoutInstalled, isRepo
@@ -57,10 +57,10 @@ class DataStore:
57
57
  getpass.getpass(prompt=f"Password for {self.username}: "),
58
58
  save_token=False,
59
59
  )
60
- # create the PAT with the given name, don't store it
61
- self.token = self.ds.get_or_create_personal_access_token(
62
- "test-session", validTo=tokenValidTo
63
- )
60
+ # create the PAT with the given name, don't store it
61
+ self.token = self.ds.get_or_create_personal_access_token(
62
+ "test-session", validTo=tokenValidTo
63
+ )
64
64
 
65
65
  @property
66
66
  def userspace(self):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: jupyter-analysis-tools
3
- Version: 1.7.2
3
+ Version: 1.7.3
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
@@ -36,10 +36,10 @@ Requires-Dist: ipywidgets
36
36
  Requires-Dist: pybis
37
37
  Dynamic: license-file
38
38
 
39
- # Jupyter Analysis Tools (v1.7.2)
39
+ # Jupyter Analysis Tools (v1.7.3)
40
40
 
41
41
  [![PyPI Package latest release](https://img.shields.io/pypi/v/jupyter-analysis-tools.svg)](https://pypi.org/project/jupyter-analysis-tools)
42
- [![Commits since latest release](https://img.shields.io/github/commits-since/BAMresearch/jupyter-analysis-tools/v1.7.2.svg)](https://github.com/BAMresearch/jupyter-analysis-tools/compare/v1.7.2...main)
42
+ [![Commits since latest release](https://img.shields.io/github/commits-since/BAMresearch/jupyter-analysis-tools/v1.7.3.svg)](https://github.com/BAMresearch/jupyter-analysis-tools/compare/v1.7.3...main)
43
43
  [![License](https://img.shields.io/pypi/l/jupyter-analysis-tools.svg)](https://en.wikipedia.org/wiki/MIT_license)
44
44
  [![Supported versions](https://img.shields.io/pypi/pyversions/jupyter-analysis-tools.svg)](https://pypi.org/project/jupyter-analysis-tools)
45
45
  [![PyPI Wheel](https://img.shields.io/pypi/wheel/jupyter-analysis-tools.svg)](https://pypi.org/project/jupyter-analysis-tools#files)
@@ -98,6 +98,12 @@ are installed:
98
98
 
99
99
  # CHANGELOG
100
100
 
101
+ ## v1.7.3 (2026-02-04)
102
+
103
+ ### Bug fixes
104
+
105
+ * **DataStore**: do not attempt to create a token when logged in via token, not allowed ([`6beeddd`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/6beeddd2d778ed44080401700b223d3dc3eeebfc))
106
+
101
107
  ## v1.7.2 (2026-01-30)
102
108
 
103
109
  ### Bug fixes