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.
- steer_core/Constants/Units.py +1 -0
- steer_core/__init__.py +1 -1
- {steer_core-0.1.38.dist-info → steer_core-0.1.40.dist-info}/METADATA +2 -1
- {steer_core-0.1.38.dist-info → steer_core-0.1.40.dist-info}/RECORD +6 -6
- {steer_core-0.1.38.dist-info → steer_core-0.1.40.dist-info}/WHEEL +1 -1
- {steer_core-0.1.38.dist-info → steer_core-0.1.40.dist-info}/top_level.txt +0 -0
steer_core/Constants/Units.py
CHANGED
steer_core/__init__.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: steer-core
|
|
3
|
-
Version: 0.1.
|
|
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=
|
|
2
|
-
steer_core/Constants/Units.py,sha256=
|
|
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.
|
|
20
|
-
steer_core-0.1.
|
|
21
|
-
steer_core-0.1.
|
|
22
|
-
steer_core-0.1.
|
|
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,,
|
|
File without changes
|