Releases: 3MAH/simcoon
1.9.7
What's Changed
- suppress the release of GIL by @chemiskyy in #33
- 1.9.7 by @chemiskyy in #34
Full Changelog: 1.9.6...1.9.7
1.9.6
Changes from #31
-
Add argument "ndi" to umat for 2d plane stress assumption (default = 3 for 3 dimension problems or plane strain assumption)
-
A separted "__version.py__" file is added to the python side. The simcoon version is only written in this file (no need to write it anymore in setup.py) and is accessible from the simcoon module:
import simcoon
print(simcoon.__version__) -
all the simmit functions are made available at the simcoon level:
"import simcoon as sim" can be used instead of "from simcoon import simmit as sim". But the two options are still working.
Version 1.9.5
Merge pull request #18 from 3MAH/switch_to_1.9.5 1.9.5
Version 1.9.4
What's Changed
- Update python wrappers by @chemiskyy in #12
- Add Elastic-plastic law : Hill anisotropic yield with Chaboche hardening by @chemiskyy in #11
- Add tests for finite transformation by @chemiskyy in #10
- Switch to 1.9.4 by @chemiskyy in #13
Full Changelog: 1.9.3...1.9.4
1.9.3
What's Changed
- Update README adding libboost installation instruction by @ricardo0115 in #4
- Suppress boost & CGAL by @chemiskyy in #5
- Add hyperelasticity constitutive models by @chemiskyy in #6
- Cmake_remove unnecessary python deps by @chemiskyy in #7
- Open mp support for launch_umat (simcoon mat for fedoo) by @chemiskyy in #8
New Contributors
- @ricardo0115 made their first contribution in #4
Full Changelog: 1.9.2...1.9.3
Simcoon v1.9.2
This is a release considering up-to-date modifications on Simon in its v1.*
The major modification is the use of Carma and Pybind11 instead of Boost.python and our in-house arma2numpy python bindings
A legacy simmitboost module still contains some legacy functions and classes considering boot.python, but this shall be replaced in the newest version (v2.0)