steer-core 0.1.38__py3-none-any.whl → 0.1.40__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.
@@ -11,6 +11,7 @@ DM_TO_M = 1e-1
11
11
  MG_TO_KG = 1e-6
12
12
  KG_TO_MG = 1e6
13
13
  M_TO_UM = 1e6
14
+ MM_TO_UM = 1e3
14
15
  UM_TO_M = 1e-6
15
16
  MM_TO_CM = 1e-1
16
17
  CM_TO_MM = 1e1
steer_core/__init__.py CHANGED
@@ -1,4 +1,4 @@
1
- __version__ = "0.1.38"
1
+ __version__ = "0.1.40"
2
2
 
3
3
  from .Mixins.Colors import ColorMixin
4
4
  from .Mixins.Coordinates import CoordinateMixin
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: steer-core
3
- Version: 0.1.38
3
+ Version: 0.1.40
4
4
  Summary: Modelling energy storage from cell to site - STEER OpenCell Design
5
5
  Author-email: Nicholas Siemons <nsiemons@stanford.edu>
6
6
  Maintainer-email: Nicholas Siemons <nsiemons@stanford.edu>
@@ -28,6 +28,7 @@ Requires-Dist: plotly==6.2.0
28
28
  Requires-Dist: scipy==1.15.3
29
29
  Requires-Dist: msgpack==1.1.1
30
30
  Requires-Dist: msgpack-numpy==0.4.8
31
+ Requires-Dist: nbformat==5.10.4
31
32
  Provides-Extra: dev
32
33
  Requires-Dist: pytest>=7.0; extra == "dev"
33
34
  Requires-Dist: pytest-cov; extra == "dev"
@@ -1,5 +1,5 @@
1
- steer_core/__init__.py,sha256=XqjThcjzP0v5bOC6b6PVMbPTz_-TY53bmaQnkEEtzh0,321
2
- steer_core/Constants/Units.py,sha256=wfbR52HHhFyeYBYyiJTTbFISuSQNzxnnfj-ifeDHDts,1114
1
+ steer_core/__init__.py,sha256=U9hZ4hNIemIa7CrBFG3cHH853lM8bB4lvqu-QBxm2mk,321
2
+ steer_core/Constants/Units.py,sha256=of3XKAJHA6FnHGAfQBq-mabBf62H071PcGTnGPE-fkY,1129
3
3
  steer_core/Constants/Universal.py,sha256=_9FlNWGdGyjDx5zI8J-4M7B4_ThqXD4xauCNytv2KdY,135
4
4
  steer_core/Constants/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
5
  steer_core/ContextManagers/ContextManagers.py,sha256=4rSeBdBi6xtKLMAbERklrYmZlbFr0zceAiwu-gjTR38,1869
@@ -16,7 +16,7 @@ steer_core/Mixins/Plotter.py,sha256=wRRF0C5fz_6polCKKRVnZ07UFL4HBohZ5K2BSm_ULsg,
16
16
  steer_core/Mixins/Serializer.py,sha256=1kqoY1U-SpGb-x3f46V4flhD6-PE19RjgLft2uJG19A,10462
17
17
  steer_core/Mixins/TypeChecker.py,sha256=eXgu1G4d2_btNg5AJ3UkTXpoFJ79bc6tSasInCnXqc0,10539
18
18
  steer_core/Mixins/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
19
- steer_core-0.1.38.dist-info/METADATA,sha256=lQ-Ilk3uaQimiWG8ohjCoAmn2tvGWhaIAJkdaGrpYSE,1666
20
- steer_core-0.1.38.dist-info/WHEEL,sha256=qELbo2s1Yzl39ZmrAibXA2jjPLUYfnVhUNTlyF1rq0Y,92
21
- steer_core-0.1.38.dist-info/top_level.txt,sha256=6LFpGCSDE_SqRoT7raeM3Ax7KTBKQnyXLXxM9kXtw5M,11
22
- steer_core-0.1.38.dist-info/RECORD,,
19
+ steer_core-0.1.40.dist-info/METADATA,sha256=EBzMo50AW-EV7vEXRnhHuE0EUgRlHbdJOI4NjZWoDm8,1698
20
+ steer_core-0.1.40.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
21
+ steer_core-0.1.40.dist-info/top_level.txt,sha256=6LFpGCSDE_SqRoT7raeM3Ax7KTBKQnyXLXxM9kXtw5M,11
22
+ steer_core-0.1.40.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.10.1)
2
+ Generator: setuptools (80.10.2)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5