Releases: Argonne-National-Laboratory/neml
Releases · Argonne-National-Laboratory/neml
v1.5.4
Update to version v1.5.3
Main fixes
- Updated python package to (hopefully) fix recent linking bug
What's Changed
- Wrapped NEML exceptions, which should not be necessary by @reverendbedford in #158
- Generalized HuCocks model by @hugary1995 in #150
- Added an option to disable expensive error checking on production runs by @reverendbedford in #159
- Neml2 verification by @reverendbedford in #153
- random_orientations with consistent seeding by @hugary1995 in #160
- Fix imgmath by @reverendbedford in #161
- Added work scale variable for the Work Damage model by @janzenchoi in #164
- Uncomment the data header in NEML2 verification test files by @hugary1995 in #165
- Fix issue when exception occurs in OpenMP region by @reverendbedford in #162
- Added check_dmg option for uniaxial_test driver by @janzenchoi in #166
- Add tensors to the interface by @reverendbedford in #169
- Fix tests before merging by @reverendbedford in #174
- Modification of the nemlumat.f file by @jucavel09 in #172
- New driver for verifying large deformation NEML2 models by @reverendbedford in #168
- Update package build by @reverendbedford in #175
New Contributors
- @hugary1995 made their first contribution in #150
- @janzenchoi made their first contribution in #164
- @jucavel09 made their first contribution in #172
Full Changelog: v1.5.2...v1.5.3
Correct versioning
Correct the versioning issue causing PyPi upload to failure
Regular update
Update python packages to include all bugfixes and improvements developed in 2022.
What's Changed
- Add missing include to allow linking to NEML using neml_interface.h by @bwspenc in #116
- Add Hu and Cocks model plus twin infastructure by @reverendbedford in #117
- Adds serailization capabilties by @reverendbedford in #118
- Adds specialized Chaboche model compatible with pyoptmat by @reverendbedford in #119
- Fixes bug in new CrystalOrientation class by @reverendbedford in #121
- LANL Ti model by @reverendbedford in #123
- Fixes a bug in the python wrappers by @reverendbedford in #124
- Fix windows build issues by @reverendbedford in #128
- Creates various options for elastic predictors in the crystal model by @reverendbedford in #125
- Simple fixes the help with convergence when using the LANLTi model by @reverendbedford in #129
- Remove error codes from the library by @reverendbedford in #130
- Added a way to get the message out of a NEML exception for MOOSE use by @reverendbedford in #131
- Continue to update LANL Ti model by @reverendbedford in #132
- Update damage models by @reverendbedford in #133
- Switch to nose2 by @reverendbedford in #138
- Add composite flow rule by @reverendbedford in #137
- Added a simple linear viscous flow rule by @reverendbedford in #139
- Updated mac bindings to use python3.10 by @reverendbedford in #141
- Work damage update by @reverendbedford in #140
- Add a general lattice class by @reverendbedford in #143
- Store descriptive strings for the model internal state by @reverendbedford in #142
- fix issue with polar points on edge of hemisphere by @tianjuchen in #144
- Adds the ability to specify weights for Taylor models by @reverendbedford in #145
- Increment mac build python version to 3.11 by @reverendbedford in #148
- Added simple trajectory plotting routine for IPF reorientation by @reverendbedford in #147
- Fix pretty egregious issue with storing the history object by @reverendbedford in #151
- Fixed leak in creep + plasticity by @reverendbedford in #152
- Bugfix divide by zero in walker model by @reverendbedford in #154
- Documentation update by @reverendbedford in #155
- Potential compiler fix for weird limits error by @reverendbedford in #156
Version 1.4.1: Emergency bugfix for python packages
This version fixes a bug caused by using -march=native
in compiling the python packages...
Version 1.4.0: Improvements to the build system
This version:
- Updates the build system to something more rational, including separating headers and source files.
- Automates python wheels packages for Linux and Mac
- Improves the CP numerics
- Includes minor updates and bugfixes
Version 1.3.5: final resolution of the PyPi package
This release finally fixes the various pypi issues.
Version 1.3.4 revision 4
Fixed spelling error killing other releases.
Version 1.3.4 revision 3
Continuing to attempt to get the twine upload to function.
Revised release 1.3.4
Yet another attempt at generating the pypi package.