jupyter-analysis-tools 1.7.2__py3-none-any.whl → 1.7.3__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.
- jupyter_analysis_tools/__init__.py +1 -1
- jupyter_analysis_tools/datastore.py +4 -4
- {jupyter_analysis_tools-1.7.2.dist-info → jupyter_analysis_tools-1.7.3.dist-info}/METADATA +9 -3
- {jupyter_analysis_tools-1.7.2.dist-info → jupyter_analysis_tools-1.7.3.dist-info}/RECORD +9 -9
- {jupyter_analysis_tools-1.7.2.dist-info → jupyter_analysis_tools-1.7.3.dist-info}/WHEEL +0 -0
- {jupyter_analysis_tools-1.7.2.dist-info → jupyter_analysis_tools-1.7.3.dist-info}/entry_points.txt +0 -0
- {jupyter_analysis_tools-1.7.2.dist-info → jupyter_analysis_tools-1.7.3.dist-info}/licenses/AUTHORS.rst +0 -0
- {jupyter_analysis_tools-1.7.2.dist-info → jupyter_analysis_tools-1.7.3.dist-info}/licenses/LICENSE +0 -0
- {jupyter_analysis_tools-1.7.2.dist-info → jupyter_analysis_tools-1.7.3.dist-info}/top_level.txt +0 -0
|
@@ -57,10 +57,10 @@ class DataStore:
|
|
|
57
57
|
getpass.getpass(prompt=f"Password for {self.username}: "),
|
|
58
58
|
save_token=False,
|
|
59
59
|
)
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
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.
|
|
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.
|
|
39
|
+
# Jupyter Analysis Tools (v1.7.3)
|
|
40
40
|
|
|
41
41
|
[](https://pypi.org/project/jupyter-analysis-tools)
|
|
42
|
-
[](https://github.com/BAMresearch/jupyter-analysis-tools/compare/v1.7.3...main)
|
|
43
43
|
[](https://en.wikipedia.org/wiki/MIT_license)
|
|
44
44
|
[](https://pypi.org/project/jupyter-analysis-tools)
|
|
45
45
|
[](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,8 +1,8 @@
|
|
|
1
|
-
jupyter_analysis_tools/__init__.py,sha256=
|
|
1
|
+
jupyter_analysis_tools/__init__.py,sha256=Zw7_FudD3QtvBRIqqqL5J7xJMrTprkuZ-Ydpjl5GZwY,398
|
|
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
|
|
5
|
-
jupyter_analysis_tools/datastore.py,sha256=
|
|
5
|
+
jupyter_analysis_tools/datastore.py,sha256=0n_HbwOvD0c0T3nOCUe1MIlO4TbZNd5kDiWQ0Ko9zzI,8691
|
|
6
6
|
jupyter_analysis_tools/distrib.py,sha256=uyh2jXDdXR6dfd36CAoE5_psoFF0bfA6l1wletPD7Xo,16515
|
|
7
7
|
jupyter_analysis_tools/git.py,sha256=mqSk5nnAFrmk1_2KFuKVrDWOkRbGbAQOq2N1DfxhNpg,2216
|
|
8
8
|
jupyter_analysis_tools/plotting.py,sha256=X5Orrwiof-9MuYMKDJEXIlIt0K6bQT6ktFFjXKIVApI,1962
|
|
@@ -11,10 +11,10 @@ jupyter_analysis_tools/ssfz2json.py,sha256=aEJo8No_PZ021RJGqDz9g2uZVh9y2G-wNvUB7
|
|
|
11
11
|
jupyter_analysis_tools/ssfz_compare.py,sha256=__6qXALyX5pdUBYSEjzNoVHa470QX8Cg_LASpahtAGI,1557
|
|
12
12
|
jupyter_analysis_tools/utils.py,sha256=c8q2-0v7wEjJ_3w5YTZdjFSf-RP1gPUpMJpv5KUyilU,8800
|
|
13
13
|
jupyter_analysis_tools/widgets.py,sha256=rA8qPvY9nS1OtykZwXtCTG29K-N_MYFVb5Aj8yK40_s,2996
|
|
14
|
-
jupyter_analysis_tools-1.7.
|
|
15
|
-
jupyter_analysis_tools-1.7.
|
|
16
|
-
jupyter_analysis_tools-1.7.
|
|
17
|
-
jupyter_analysis_tools-1.7.
|
|
18
|
-
jupyter_analysis_tools-1.7.
|
|
19
|
-
jupyter_analysis_tools-1.7.
|
|
20
|
-
jupyter_analysis_tools-1.7.
|
|
14
|
+
jupyter_analysis_tools-1.7.3.dist-info/licenses/AUTHORS.rst,sha256=-twUESsY0XqFQ0MIC0ylKhglNwL8lyHmGXriM3RF-2s,93
|
|
15
|
+
jupyter_analysis_tools-1.7.3.dist-info/licenses/LICENSE,sha256=jRVl3hmCq0Qv1wifm-EelEKhFWecdoWdhcxSte4a1_c,1125
|
|
16
|
+
jupyter_analysis_tools-1.7.3.dist-info/METADATA,sha256=TMvQ7D2013Toq3r45Jfkg2tO4x5u5HsvWEbG9m6HFK0,48716
|
|
17
|
+
jupyter_analysis_tools-1.7.3.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
18
|
+
jupyter_analysis_tools-1.7.3.dist-info/entry_points.txt,sha256=-LU146dufa_JTwarciGzC6bjsl8pqY_8Z49ODYQ4lPY,124
|
|
19
|
+
jupyter_analysis_tools-1.7.3.dist-info/top_level.txt,sha256=ei_0x-BF85FLoJ_h67ySwDFowtqus_gI4_0GR466PEU,23
|
|
20
|
+
jupyter_analysis_tools-1.7.3.dist-info/RECORD,,
|
|
File without changes
|
{jupyter_analysis_tools-1.7.2.dist-info → jupyter_analysis_tools-1.7.3.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|
{jupyter_analysis_tools-1.7.2.dist-info → jupyter_analysis_tools-1.7.3.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
{jupyter_analysis_tools-1.7.2.dist-info → jupyter_analysis_tools-1.7.3.dist-info}/top_level.txt
RENAMED
|
File without changes
|