Skip to content

Commit a0fd36f

Browse files
EZonigithub-actions[bot]
authored andcommitted
Update Stub Files
1 parent 7b9201c commit a0fd36f

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

src/amrex/space1d/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,4 +600,4 @@ def d_decl(x, y, z):
600600

601601
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
602602
__license__: str = "BSD-3-Clause-LBNL"
603-
__version__: str = "25.10-24-g428537425149"
603+
__version__: str = "25.11"

src/amrex/space1d/amrex_1d_pybind/__init__.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5472,7 +5472,7 @@ class BoxArray:
54725472
def size(self) -> int: ...
54735473

54745474
class Config:
5475-
amrex_version: typing.ClassVar[str] = "25.10-24-g428537425149"
5475+
amrex_version: typing.ClassVar[str] = "25.11"
54765476
gpu_backend = None
54775477
have_eb: typing.ClassVar[bool] = False
54785478
have_gpu: typing.ClassVar[bool] = False
@@ -22658,5 +22658,5 @@ def write_single_level_plotfile(
2265822658

2265922659
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
2266022660
__license__: str = "BSD-3-Clause-LBNL"
22661-
__version__: str = "25.10-24-g428537425149"
22661+
__version__: str = "25.11"
2266222662
IntVect = IntVect1D

src/amrex/space2d/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,4 +648,4 @@ def d_decl(x, y, z):
648648

649649
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
650650
__license__: str = "BSD-3-Clause-LBNL"
651-
__version__: str = "25.10-24-g428537425149"
651+
__version__: str = "25.11"

src/amrex/space2d/amrex_2d_pybind/__init__.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5496,7 +5496,7 @@ class BoxArray:
54965496
def size(self) -> int: ...
54975497

54985498
class Config:
5499-
amrex_version: typing.ClassVar[str] = "25.10-24-g428537425149"
5499+
amrex_version: typing.ClassVar[str] = "25.11"
55005500
gpu_backend = None
55015501
have_eb: typing.ClassVar[bool] = True
55025502
have_gpu: typing.ClassVar[bool] = False
@@ -24690,5 +24690,5 @@ def write_single_level_plotfile(
2469024690

2469124691
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
2469224692
__license__: str = "BSD-3-Clause-LBNL"
24693-
__version__: str = "25.10-24-g428537425149"
24693+
__version__: str = "25.11"
2469424694
IntVect = IntVect2D

src/amrex/space3d/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,4 +600,4 @@ def d_decl(x, y, z):
600600

601601
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
602602
__license__: str = "BSD-3-Clause-LBNL"
603-
__version__: str = "25.10-24-g428537425149"
603+
__version__: str = "25.11"

src/amrex/space3d/amrex_3d_pybind/__init__.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5472,7 +5472,7 @@ class BoxArray:
54725472
def size(self) -> int: ...
54735473

54745474
class Config:
5475-
amrex_version: typing.ClassVar[str] = "25.10-24-g428537425149"
5475+
amrex_version: typing.ClassVar[str] = "25.11"
54765476
gpu_backend = None
54775477
have_eb: typing.ClassVar[bool] = True
54785478
have_gpu: typing.ClassVar[bool] = False
@@ -22836,5 +22836,5 @@ def write_single_level_plotfile(
2283622836

2283722837
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
2283822838
__license__: str = "BSD-3-Clause-LBNL"
22839-
__version__: str = "25.10-24-g428537425149"
22839+
__version__: str = "25.11"
2284022840
IntVect = IntVect3D

0 commit comments

Comments
 (0)