steer-materials 0.1.23__py3-none-any.whl → 0.1.25__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_materials/Base.py CHANGED
@@ -173,7 +173,7 @@ class _VolumedMaterialMixin:
173
173
  @property
174
174
  def volume(self):
175
175
  if hasattr(self, '_volume') and self._volume is not None:
176
- return np.round(self._volume * (M_TO_CM**3), 4)
176
+ return np.round(self._volume * (M_TO_CM**3), 2)
177
177
  else:
178
178
  return None
179
179
 
@@ -1,2 +1,2 @@
1
- __version__ = "0.1.23"
1
+ __version__ = "0.1.25"
2
2
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: steer-materials
3
- Version: 0.1.23
3
+ Version: 0.1.25
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>
@@ -22,7 +22,7 @@ Classifier: Topic :: Scientific/Engineering
22
22
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
23
23
  Requires-Python: >=3.10
24
24
  Description-Content-Type: text/markdown
25
- Requires-Dist: steer-core==0.1.38
25
+ Requires-Dist: steer-core==0.1.40
26
26
  Provides-Extra: dev
27
27
  Requires-Dist: pytest; extra == "dev"
28
28
  Requires-Dist: pytest-cov; extra == "dev"
@@ -0,0 +1,6 @@
1
+ steer_materials/Base.py,sha256=exjqiLPvsOnnIFwhoqNJkZi8jIPcvjF_M64V4eB8HFs,6155
2
+ steer_materials/__init__.py,sha256=i3qjdAZJGd_59aVLHQ8mPiYEYrPxq0xwaN4vBy61HcY,24
3
+ steer_materials-0.1.25.dist-info/METADATA,sha256=vmEWjyylm5eXvV1_OihNpbr62b0MTcVIlLfnFGJ_YzQ,1622
4
+ steer_materials-0.1.25.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
5
+ steer_materials-0.1.25.dist-info/top_level.txt,sha256=vlZIS_XS59tP1rltDORHZbwi6KZ99QjnPoPN46hpsP0,16
6
+ steer_materials-0.1.25.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
 
@@ -1,6 +0,0 @@
1
- steer_materials/Base.py,sha256=GU879XmYg15faUNAVIDFajz4UnmnzpG637_OZ4bZqjc,6155
2
- steer_materials/__init__.py,sha256=gLwCtBtjG5f6pc8_dJpPARxnTV6i9Y2Y_xkhqqfiZck,24
3
- steer_materials-0.1.23.dist-info/METADATA,sha256=LDsvTUsuKG1lMZ7GxknUYWoDb6bFanUl4CGeXHfsiiU,1622
4
- steer_materials-0.1.23.dist-info/WHEEL,sha256=qELbo2s1Yzl39ZmrAibXA2jjPLUYfnVhUNTlyF1rq0Y,92
5
- steer_materials-0.1.23.dist-info/top_level.txt,sha256=vlZIS_XS59tP1rltDORHZbwi6KZ99QjnPoPN46hpsP0,16
6
- steer_materials-0.1.23.dist-info/RECORD,,