Skip to content

Commit 006bf94

Browse files
ax3lgithub-actions[bot]
authored andcommitted
Update Stub Files
1 parent 2d44549 commit 006bf94

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

src/amrex/space1d/__init__.pyi

+1-1
Original file line numberDiff line numberDiff line change
@@ -590,4 +590,4 @@ def d_decl(x, y, z):
590590

591591
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
592592
__license__: str = "BSD-3-Clause-LBNL"
593-
__version__: str = "25.01-25-g0f46a1615c17"
593+
__version__: str = "25.02"

src/amrex/space1d/amrex_1d_pybind/__init__.pyi

+2-2
Original file line numberDiff line numberDiff line change
@@ -5063,7 +5063,7 @@ class BoxArray:
50635063
def size(self) -> int: ...
50645064

50655065
class Config:
5066-
amrex_version: typing.ClassVar[str] = "25.01-25-g0f46a1615c17"
5066+
amrex_version: typing.ClassVar[str] = "25.02"
50675067
gpu_backend = None
50685068
have_eb: typing.ClassVar[bool] = False
50695069
have_gpu: typing.ClassVar[bool] = False
@@ -21124,5 +21124,5 @@ def write_single_level_plotfile(
2112421124

2112521125
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
2112621126
__license__: str = "BSD-3-Clause-LBNL"
21127-
__version__: str = "25.01-25-g0f46a1615c17"
21127+
__version__: str = "25.02"
2112821128
IntVect = IntVect1D

src/amrex/space2d/__init__.pyi

+1-1
Original file line numberDiff line numberDiff line change
@@ -638,4 +638,4 @@ def d_decl(x, y, z):
638638

639639
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
640640
__license__: str = "BSD-3-Clause-LBNL"
641-
__version__: str = "25.01-25-g0f46a1615c17"
641+
__version__: str = "25.02"

src/amrex/space2d/amrex_2d_pybind/__init__.pyi

+2-2
Original file line numberDiff line numberDiff line change
@@ -5087,7 +5087,7 @@ class BoxArray:
50875087
def size(self) -> int: ...
50885088

50895089
class Config:
5090-
amrex_version: typing.ClassVar[str] = "25.01-25-g0f46a1615c17"
5090+
amrex_version: typing.ClassVar[str] = "25.02"
50915091
gpu_backend = None
50925092
have_eb: typing.ClassVar[bool] = True
50935093
have_gpu: typing.ClassVar[bool] = False
@@ -22969,5 +22969,5 @@ def write_single_level_plotfile(
2296922969

2297022970
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
2297122971
__license__: str = "BSD-3-Clause-LBNL"
22972-
__version__: str = "25.01-25-g0f46a1615c17"
22972+
__version__: str = "25.02"
2297322973
IntVect = IntVect2D

src/amrex/space3d/__init__.pyi

+1-1
Original file line numberDiff line numberDiff line change
@@ -590,4 +590,4 @@ def d_decl(x, y, z):
590590

591591
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
592592
__license__: str = "BSD-3-Clause-LBNL"
593-
__version__: str = "25.01-25-g0f46a1615c17"
593+
__version__: str = "25.02"

src/amrex/space3d/amrex_3d_pybind/__init__.pyi

+2-2
Original file line numberDiff line numberDiff line change
@@ -5063,7 +5063,7 @@ class BoxArray:
50635063
def size(self) -> int: ...
50645064

50655065
class Config:
5066-
amrex_version: typing.ClassVar[str] = "25.01-25-g0f46a1615c17"
5066+
amrex_version: typing.ClassVar[str] = "25.02"
50675067
gpu_backend = None
50685068
have_eb: typing.ClassVar[bool] = True
50695069
have_gpu: typing.ClassVar[bool] = False
@@ -21157,5 +21157,5 @@ def write_single_level_plotfile(
2115721157

2115821158
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
2115921159
__license__: str = "BSD-3-Clause-LBNL"
21160-
__version__: str = "25.01-25-g0f46a1615c17"
21160+
__version__: str = "25.02"
2116121161
IntVect = IntVect3D

0 commit comments

Comments
 (0)