Recent Releases of matadi

matadi - v0.4.0

What's Changed

  • Fix stability check for new implementation in LabIncompressible by @adtzlr in https://github.com/adtzlr/matadi/pull/149
  • Added tension-only fiber response to HGO model #150 by @Sad-Abd in https://github.com/adtzlr/matadi/pull/151
  • Add math.expm(), math.logm() by @adtzlr in https://github.com/adtzlr/matadi/pull/152

Full Changelog: https://github.com/adtzlr/matadi/compare/v0.3.1...v0.4.0

- Python
Published by adtzlr 6 months ago

matadi - v0.3.1

What's Changed

  • Enhance the stability checks by @adtzlr in https://github.com/adtzlr/matadi/pull/147

Full Changelog: https://github.com/adtzlr/matadi/compare/v0.3.0...v0.3.1

- Python
Published by adtzlr 9 months ago

matadi - v0.3.0

What's Changed

  • Simplify the stability checks in Lab and LabIncompressible by @adtzlr in https://github.com/adtzlr/matadi/pull/146

Full Changelog: https://github.com/adtzlr/matadi/compare/v0.2.3...v0.3.0

- Python
Published by adtzlr 9 months ago

matadi - v0.2.3

What's Changed

  • Update supported Python versions to 3.9+ by @adtzlr in https://github.com/adtzlr/matadi/pull/145

Full Changelog: https://github.com/adtzlr/matadi/compare/v0.2.2...v0.2.3

- Python
Published by adtzlr about 1 year ago

matadi - v0.2.2

This is the first release with support for NumPy 2.0.

Full Changelog: https://github.com/adtzlr/matadi/compare/v0.2.1...v0.2.2

- Python
Published by adtzlr over 1 year ago

matadi - v0.2.1

What's Changed

  • Update the codecov-Workflow by @adtzlr in https://github.com/adtzlr/matadi/pull/141

Full Changelog: https://github.com/adtzlr/matadi/compare/v0.2.0...v0.2.1

- Python
Published by adtzlr almost 2 years ago

matadi - v0.2.0

What's Changed

  • Implementation of finite Strain Viscoelastic Model with Mooney-Rivlin Hyperelasticity by @Sad-Abd in https://github.com/adtzlr/matadi/pull/140

Full Changelog: https://github.com/adtzlr/matadi/compare/v0.1.21...v0.2.0

- Python
Published by adtzlr almost 2 years ago

matadi - v0.1.21

What's Changed

  • Update hyperelasticityisotropic.py concerning #136 by @Sad-Abd in https://github.com/adtzlr/matadi/pull/137

New Contributors

  • @Sad-Abd made their first contribution in https://github.com/adtzlr/matadi/pull/137

Full Changelog: https://github.com/adtzlr/matadi/compare/v0.1.20...v0.1.21

- Python
Published by adtzlr over 2 years ago

matadi - v0.1.20

What's Changed

  • Add support for and run tests on Python 3.11 by @adtzlr in https://github.com/adtzlr/matadi/pull/134

Full Changelog: https://github.com/adtzlr/matadi/compare/v0.1.19...v0.1.20

- Python
Published by adtzlr over 2 years ago

matadi - v0.1.19

What's Changed

  • Add optional title in Lab(material, title=None) by @adtzlr in https://github.com/adtzlr/matadi/pull/133

Full Changelog: https://github.com/adtzlr/matadi/compare/v0.1.18...v0.1.19

- Python
Published by adtzlr over 2 years ago

matadi - v0.1.18

Full Changelog: https://github.com/adtzlr/matadi/compare/v0.1.17...v0.1.18 (new logo)

- Python
Published by adtzlr almost 3 years ago

matadi - v0.1.17

What's Changed

  • Make secondary arguments of models optional by @adtzlr in https://github.com/adtzlr/matadi/pull/131

Full Changelog: https://github.com/adtzlr/matadi/compare/v0.1.16...v0.1.17

- Python
Published by adtzlr almost 3 years ago

matadi - v0.1.16

What's Changed

  • Fix template materials by @adtzlr in https://github.com/adtzlr/matadi/pull/130

Full Changelog: https://github.com/adtzlr/matadi/compare/v0.1.15...v0.1.16

- Python
Published by adtzlr about 3 years ago

matadi - v0.1.15

What's Changed

  • Update pyproject.toml, gh-actions and store version string only once by @adtzlr in https://github.com/adtzlr/matadi/pull/129

Full Changelog: https://github.com/adtzlr/matadi/compare/v0.1.14...v0.1.15

- Python
Published by adtzlr about 3 years ago

matadi - v0.1.14

What's Changed

  • Add Finite Strain Viscoelastic Material Formulation by @adtzlr in https://github.com/adtzlr/matadi/pull/127

Full Changelog: https://github.com/adtzlr/matadi/compare/v0.1.13...v0.1.14

- Python
Published by adtzlr over 3 years ago

matadi - v0.1.13

What's Changed

  • Morph() and NeoHookeOgdenRoxburgh(): Switch from u/p-Framework to u-Formulation by @adtzlr in https://github.com/adtzlr/matadi/pull/124

Full Changelog: https://github.com/adtzlr/matadi/compare/v0.1.12...v0.1.13

- Python
Published by adtzlr over 3 years ago

matadi - v0.1.12

What's Changed

  • Tensor-Materials: Rename function to gradient and gradient to hessian by @adtzlr in https://github.com/adtzlr/matadi/pull/123

Full Changelog: https://github.com/adtzlr/matadi/compare/v0.1.11...v0.1.12

- Python
Published by adtzlr over 3 years ago

matadi - v0.1.11

What's Changed

  • Unify material methods by @adtzlr in https://github.com/adtzlr/matadi/pull/122 (ensure compatibility with FElupe>5.3.1)

Full Changelog: https://github.com/adtzlr/matadi/compare/v0.1.10...v0.1.11

- Python
Published by adtzlr over 3 years ago

matadi - v0.1.10

What's Changed

  • Add MaterialTensorGeneral by @adtzlr in https://github.com/adtzlr/matadi/pull/113
  • Improve Gradient of Eigenvalues by @adtzlr in https://github.com/adtzlr/matadi/pull/114
  • Simplify microsphere affine force by @adtzlr in https://github.com/adtzlr/matadi/pull/115
  • MaterialTensorGeneral: Add user-defined shape of statevars; Rename fun argument to f of microsphere.affine.force() by @adtzlr in https://github.com/adtzlr/matadi/pull/119

Full Changelog: https://github.com/adtzlr/matadi/compare/v0.1.9...v0.1.10

- Python
Published by adtzlr over 3 years ago

matadi - v0.1.9

What's Changed

  • Add template tensor-based materials by @adtzlr in https://github.com/adtzlr/matadi/pull/111

Full Changelog: https://github.com/adtzlr/matadi/compare/v0.1.8...v0.1.9

- Python
Published by adtzlr over 3 years ago

matadi - v0.1.8

What's Changed

  • Fix implementation of MORPH by @adtzlr in https://github.com/adtzlr/matadi/pull/110

Full Changelog: https://github.com/adtzlr/matadi/compare/v0.1.7...v0.1.8

- Python
Published by adtzlr over 3 years ago

matadi - v0.1.7

What's Changed

  • Add MORPH material model by @adtzlr in https://github.com/adtzlr/matadi/pull/108

Full Changelog: https://github.com/adtzlr/matadi/compare/v0.1.6...v0.1.7

- Python
Published by adtzlr over 3 years ago

matadi - v0.1.6

What's Changed

  • Improve Ogden & Enhance gradient stability of eigenvalues by @adtzlr in https://github.com/adtzlr/matadi/pull/106

Full Changelog: https://github.com/adtzlr/matadi/compare/v0.1.5...v0.1.6

- Python
Published by adtzlr over 3 years ago

matadi - v0.1.5

What's Changed

  • Test with Python 3.10 by @adtzlr in https://github.com/adtzlr/matadi/pull/100
  • Add Two-Field (u/p) Variation for hyperelastic materials by @adtzlr in https://github.com/adtzlr/matadi/pull/101
  • Add pseudo-elasticity by @adtzlr in https://github.com/adtzlr/matadi/pull/103

Full Changelog: https://github.com/adtzlr/matadi/compare/v0.1.4...v0.1.5

- Python
Published by adtzlr over 3 years ago

matadi - v0.1.4

What's Changed

  • Add bases to Bazant&Oh sphere-quadrature by @adtzlr in https://github.com/adtzlr/matadi/pull/97
  • Add a generalized affine-stretch microsphere force model within the (u/p) framework by @adtzlr in https://github.com/adtzlr/matadi/pull/99

Full Changelog: https://github.com/adtzlr/matadi/compare/v0.1.3...v0.1.4

- Python
Published by adtzlr almost 4 years ago

matadi - v0.1.3

What's Changed

  • Add a helper for (u/p) formulation by @adtzlr in https://github.com/adtzlr/matadi/pull/91
  • Add gradient and hessian methods from casadi to matadi.math by @adtzlr in https://github.com/adtzlr/matadi/pull/93
  • fix (u/p)-Implementation by @adtzlr in https://github.com/adtzlr/matadi/pull/95

Full Changelog: https://github.com/adtzlr/matadi/compare/v0.1.2...v0.1.3

- Python
Published by adtzlr almost 4 years ago

matadi - v0.1.2

What's Changed

  • Add optional state variables for Material (like MaterialTensor) by @adtzlr in https://github.com/adtzlr/matadi/pull/89

Full Changelog: https://github.com/adtzlr/matadi/compare/v0.1.1...v0.1.2

- Python
Published by adtzlr almost 4 years ago

matadi - v0.1.1

What's Changed

  • change logo text to path by @adtzlr in https://github.com/adtzlr/matadi/pull/83
  • Improve material tensor by @adtzlr in https://github.com/adtzlr/matadi/pull/85
  • Add statevars materialtensor by @adtzlr in https://github.com/adtzlr/matadi/pull/87

Full Changelog: https://github.com/adtzlr/matadi/compare/v0.1.0...v0.1.1

- Python
Published by adtzlr almost 4 years ago

matadi - v0.1.0

What's Changed

  • Lab: Add incompressible load cases by @adtzlr in https://github.com/adtzlr/matadi/pull/80
  • Update README.md by @adtzlr in https://github.com/adtzlr/matadi/pull/81

Full Changelog: https://github.com/adtzlr/matadi/compare/v0.0.28...v0.1.0

- Python
Published by adtzlr about 4 years ago

matadi - v0.0.28

What's Changed

  • Add gradient- and hessian-vector-product methods by @adtzlr in https://github.com/adtzlr/matadi/pull/77

Full Changelog: https://github.com/adtzlr/matadi/compare/v0.0.27...v0.0.28

- Python
Published by adtzlr about 4 years ago

matadi - v0.0.27

What's Changed

  • add Function as base class for Material by @adtzlr in https://github.com/adtzlr/matadi/pull/75

Full Changelog: https://github.com/adtzlr/matadi/compare/v0.0.26...v0.0.27

- Python
Published by adtzlr about 4 years ago

matadi - v0.0.26

What's Changed

  • Change dot behavior by @adtzlr in https://github.com/adtzlr/matadi/pull/70

Full Changelog: https://github.com/adtzlr/matadi/compare/v0.0.25...v0.0.26

- Python
Published by adtzlr about 4 years ago

matadi - v0.0.25

What's Changed

  • Fix model fiber family by @adtzlr in https://github.com/adtzlr/matadi/pull/68

Full Changelog: https://github.com/adtzlr/matadi/compare/v0.0.24...v0.0.25

- Python
Published by adtzlr about 4 years ago

matadi - v0.0.24

What's Changed

  • Fix threefieldvariation planestrain by @adtzlr in https://github.com/adtzlr/matadi/pull/65

Full Changelog: https://github.com/adtzlr/matadi/compare/v0.0.23...v0.0.24

- Python
Published by adtzlr about 4 years ago

matadi - v0.0.23

What's Changed

  • add plane-stress material for linear-elasticity by @adtzlr in https://github.com/adtzlr/matadi/pull/63

Full Changelog: https://github.com/adtzlr/matadi/compare/v0.0.22...v0.0.23

- Python
Published by adtzlr over 4 years ago

matadi - v0.0.22

- Python
Published by adtzlr over 4 years ago

matadi - v0.0.21

- Python
Published by adtzlr over 4 years ago

matadi - v0.0.20

Allow threads to be passed to gradient and hessian methods of MaterialComposite.

- Python
Published by adtzlr over 4 years ago

matadi - v0.0.19 Lab: add homogenous shear loadcase (F12 = shear, P22 = P33= 0)

- Python
Published by adtzlr over 4 years ago

matadi - v0.0.18 Rename Miehe Göktepe Lulei model

- Python
Published by adtzlr over 4 years ago

matadi - v0.0.17 Improve Micro-Sphere formulation and documentation

- Python
Published by adtzlr over 4 years ago

matadi - v0.0.16 Fix Langevin-model in micro-sphere formulation

- Python
Published by adtzlr over 4 years ago

matadi - v0.0.15 Add `MaterialTensor` class

- Python
Published by adtzlr over 4 years ago

matadi - v0.0.14 Add Micro-Sphere Model

- Python
Published by adtzlr over 4 years ago

matadi - v0.0.13 Import missing `diag` and `atanh` from `casadi`

- Python
Published by adtzlr over 4 years ago

matadi - v0.0.12 Add Van-der-Waals (Kilian) material model

- Python
Published by adtzlr over 4 years ago

matadi - v0.0.11 Fix SVK material

- Python
Published by adtzlr over 4 years ago

matadi - v0.0.9 Add stability calculation to Lab

- Python
Published by adtzlr over 4 years ago

matadi - v0.0.8 Add Lab

  • Add Lab
  • Fix missing bulk part in HGO model (#12)
  • Modernize Metadata

- Python
Published by adtzlr over 4 years ago

matadi - v0.0.7 Implement Holzapfel-Gasser-Ogden material formulation

- Python
Published by adtzlr over 4 years ago

matadi - v0.0.6 Add simple fiber model

- Python
Published by adtzlr over 4 years ago

matadi - v0.0.5 Fix gradient and hessian for functions based on repeated equal eigenvalues

  • remove modify arguments of gradient and hessian methods

- Python
Published by adtzlr over 4 years ago

matadi - v0.0.4 Add hyperelastic material template and models

- Python
Published by adtzlr over 4 years ago

matadi - v0.0.3 Enhancements on Material class

  • allow Function to be evaluated on input data

- Python
Published by adtzlr over 4 years ago

matadi - v0.0.2 some minor enhancements

- Python
Published by adtzlr over 4 years ago

matadi - v0.0.1 Initial release of matADi

- Python
Published by adtzlr over 4 years ago