Skip to content

Releases: 3MAH/simcoon

1.10.2

03 Mar 22:03

Choose a tag to compare

What's Changed

  • CI: run release publishing only from GitHub Release events by @kmarchais in #70
  • Unify versioning from pyproject.toml (2.0.0.dev0) by @kmarchais in #69
  • Enable OpenMP and macOS libomp configuration by @chemiskyy in #74
  • Refactor UMAT interface and updated doc by @chemiskyy in #60
  • Fix and Feature/comprehensive objective by @chemiskyy in #77

Full Changelog: v1.10.1...1.10.2

v1.10.1

07 Feb 21:49
07b5881

Choose a tag to compare

What's Changed

  • Add cibuildwheel configuration for PyPI wheel builds by @kmarchais in #59
  • Set macOS target to 14.0 and update docs by @chemiskyy in #68

Full Changelog: 1.10.0...v1.10.1

Legacy stable

05 Feb 15:22
6c1c629

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.9.7...1.10.0

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)