py-pilecore 1.0.0__py3-none-any.whl → 1.0.1__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.

Potentially problematic release.


This version of py-pilecore might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: py-pilecore
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: Public python SDK for the CEMS PileCore web-API.
5
5
  License: MIT License
6
6
 
@@ -29,8 +29,8 @@ Keywords: API,PileCore,CEMS,CRUX
29
29
  Requires-Python: >=3.11
30
30
  Description-Content-Type: text/markdown
31
31
  License-File: LICENSE
32
- Requires-Dist: anywidget==0.9.18
33
- Requires-Dist: cems-nuclei[client]<3,>=2.0.0
32
+ Requires-Dist: anywidget<0.10,>=0.9.18
33
+ Requires-Dist: cems-nuclei[client]<4,>=3.0.0
34
34
  Requires-Dist: dash<4,>=3.0.2
35
35
  Requires-Dist: ipywidgets<9,>=8.1.5
36
36
  Requires-Dist: matplotlib<4,>=3.10.1
@@ -1,6 +1,6 @@
1
- py_pilecore-1.0.0.dist-info/licenses/LICENSE,sha256=3OCAZXffN0Bettjeya8uF_ZYegyvvCfH1WUt6CrHb_0,1061
1
+ py_pilecore-1.0.1.dist-info/licenses/LICENSE,sha256=3OCAZXffN0Bettjeya8uF_ZYegyvvCfH1WUt6CrHb_0,1061
2
2
  pypilecore/__init__.py,sha256=oJvwYShj_7FyNVlUgQda4tTdYyLIi5H1asdiS_uYt9M,162
3
- pypilecore/_version.py,sha256=Xaa_daKu1xsk3swlzM4BSsCZW-WBhYiven5aiWD_m_c,175
3
+ pypilecore/_version.py,sha256=8e6PTKmoZdh9Cd0dOovoAh5Tws3B__EZBEZIzVp5hjI,175
4
4
  pypilecore/api.py,sha256=U41P6_N5ihwIv91kayrI7cs_KTo2M5HfJGqO6K6aJVE,9959
5
5
  pypilecore/exceptions.py,sha256=-MZOfsxyHLCI0k1-wZFfVsMxc1lya5buuhLks5rxlCo,89
6
6
  pypilecore/plot_utils.py,sha256=rK5_067-4-x7LzZgt_t6ahcGrZInxNrqHqsy0RzCnq8,954
@@ -43,7 +43,7 @@ pypilecore/viewers/interactive_figures/figure_cpt_group_results_versus_ptls.py,s
43
43
  pypilecore/viewers/interactive_figures/figure_cpt_results_plan_view.py,sha256=cTR-huJn_RigWH_xdN19mi8kwngbKhDhUevgsDKcvjs,9287
44
44
  pypilecore/viewers/interactive_figures/figure_cpt_results_versus_ptls.py,sha256=6huCKcQ4bsBE-LNY-ZPa13IWuye0ENxPK4wT1dcCFRs,5964
45
45
  pypilecore/viewers/interactive_figures/utils.py,sha256=B2X8hbbmJqjm8E2VrS2EoX5F1yQ5qOQnQUG_vbsseT8,1692
46
- py_pilecore-1.0.0.dist-info/METADATA,sha256=yeSTDbeoGCRnkEHlVbebdOtHXDil8FbRzUBJUlDA_PA,5964
47
- py_pilecore-1.0.0.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
48
- py_pilecore-1.0.0.dist-info/top_level.txt,sha256=7BKIWZuSkbQtJ0ho5P1JvcaEbHzqADCcBuOduZmIaiI,11
49
- py_pilecore-1.0.0.dist-info/RECORD,,
46
+ py_pilecore-1.0.1.dist-info/METADATA,sha256=Qwre36aasEnzHTZllQbinzgKF6mwMSsxqQWjbqSfQB0,5970
47
+ py_pilecore-1.0.1.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
48
+ py_pilecore-1.0.1.dist-info/top_level.txt,sha256=7BKIWZuSkbQtJ0ho5P1JvcaEbHzqADCcBuOduZmIaiI,11
49
+ py_pilecore-1.0.1.dist-info/RECORD,,
pypilecore/_version.py CHANGED
@@ -4,4 +4,4 @@ try:
4
4
  __version__ = version("py-pilecore")
5
5
  # during CI
6
6
  except PackageNotFoundError:
7
- __version__ = "1.0.0"
7
+ __version__ = "1.0.1"