-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #129 from adtzlr/update-toml-version-string
Update `pyproject.toml`, gh-actions and store version string only once
- Loading branch information
Showing
25 changed files
with
159 additions
and
229 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.1.14" | ||
__version__ = "0.1.15" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,24 @@ | ||
from . import microsphere | ||
from ._helpers import ( | ||
displacement_pressure_split, | ||
isochoric_volumetric_split, | ||
volumetric, | ||
displacement_pressure_split, | ||
) | ||
|
||
from ._hyperelasticity_anisotropic import fiber, fiber_family, holzapfel_gasser_ogden | ||
from ._hyperelasticity_isotropic import ( | ||
arruda_boyce, | ||
extended_tube, | ||
linear_elastic, | ||
saint_venant_kirchhoff, | ||
neo_hooke, | ||
mooney_rivlin, | ||
yeoh, | ||
third_order_deformation, | ||
neo_hooke, | ||
ogden, | ||
arruda_boyce, | ||
extended_tube, | ||
saint_venant_kirchhoff, | ||
third_order_deformation, | ||
van_der_waals, | ||
yeoh, | ||
) | ||
|
||
from ._hyperelasticity_anisotropic import ( | ||
fiber, | ||
fiber_family, | ||
holzapfel_gasser_ogden, | ||
) | ||
|
||
from ._viscoelasticity import finite_strain_viscoelastic | ||
|
||
from ._pseudo_elasticity import ogden_roxburgh | ||
from ._misc import morph | ||
|
||
from . import microsphere | ||
from ._pseudo_elasticity import ogden_roxburgh | ||
from ._templates import Morph, NeoHookeOgdenRoxburgh, Viscoelastic | ||
from ._viscoelasticity import finite_strain_viscoelastic | ||
from .microsphere.nonaffine import miehe_goektepe_lulei | ||
|
||
from ._templates import NeoHookeOgdenRoxburgh, Morph, Viscoelastic |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.