foamlib 0.1.11__tar.gz → 0.1.12__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: foamlib
3
- Version: 0.1.11
3
+ Version: 0.1.12
4
4
  Summary: A Python interface for interacting with OpenFOAM
5
5
  Author-email: "Gabriel S. Gerlero" <ggerlero@cimec.unl.edu.ar>
6
6
  Project-URL: Homepage, https://github.com/gerlero/foamlib
@@ -1,4 +1,4 @@
1
- __version__ = "0.1.11"
1
+ __version__ = "0.1.12"
2
2
 
3
3
  from ._cases import FoamCase, AsyncFoamCase, FoamTimeDirectory, FoamCaseBase
4
4
  from ._dictionaries import (
@@ -319,7 +319,7 @@ class FoamBoundaryDictionary(FoamDictionary):
319
319
  int,
320
320
  float,
321
321
  Sequence[Union[int, float, Sequence[Union[int, float]]]],
322
- NDArray[np.generic],
322
+ "NDArray[np.generic]",
323
323
  ]:
324
324
  """
325
325
  Alias of `self["value"]`.
@@ -412,7 +412,7 @@ class FoamFieldFile(FoamFile):
412
412
  int,
413
413
  float,
414
414
  Sequence[Union[int, float, Sequence[Union[int, float]]]],
415
- NDArray[np.generic],
415
+ "NDArray[np.generic]",
416
416
  ]:
417
417
  """
418
418
  Alias of `self["internalField"]`.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: foamlib
3
- Version: 0.1.11
3
+ Version: 0.1.12
4
4
  Summary: A Python interface for interacting with OpenFOAM
5
5
  Author-email: "Gabriel S. Gerlero" <ggerlero@cimec.unl.edu.ar>
6
6
  Project-URL: Homepage, https://github.com/gerlero/foamlib
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes