Skip to content

Releases: 3MAH/simcoon

1.9.7

21 May 12:48

Choose a tag to compare

What's Changed

Full Changelog: 1.9.6...1.9.7

1.9.6

26 Mar 13:26
f02b7e4

Choose a tag to compare

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

16 Oct 11:54
826bc9c

Choose a tag to compare

Merge pull request #18 from 3MAH/switch_to_1.9.5

1.9.5

Version 1.9.4

17 Sep 12:15

Choose a tag to compare

What's Changed

Full Changelog: 1.9.3...1.9.4

1.9.3

06 Sep 08:13

Choose a tag to compare

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

Full Changelog: 1.9.2...1.9.3

Simcoon v1.9.2

16 Oct 13:14
85fd14d

Choose a tag to compare

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)