Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 13 Feb 07:55
b197fdb

LinearElasticityBase v0.1.0

Merged pull requests:

  • Move conversion constructors to src/conversion.jl & Deprecate all convert methods (#1) (@singularitti)
  • CompatHelper: add new compat entry for ConstructionBase at version 1, (keep existing compat) (#2) (@github-actions[bot])
  • CompatHelper: add new compat entry for Tensorial at version 0.12, (keep existing compat) (#3) (@github-actions[bot])
  • Fix BroadcastStyle & similar for Broadcasted in src/types.jl (#4) (@singularitti)
  • Make EngineeringStress & EngineeringStrain mutable & taking MVector instead of static Vec (#5) (@singularitti)
  • Bump actions/checkout from 2 to 3 (#6) (@dependabot[bot])
  • Bump codecov/codecov-action from 2 to 3 (#7) (@dependabot[bot])
  • Add == isequal isapprox for types (#8) (@singularitti)
  • CompatHelper: add new compat entry for StaticArrays at version 1, (keep existing compat) (#9) (@github-actions[bot])
  • Deprecate SymmetricSecondOrderTensor, which does not support setindex!, use SymmetricPacked & MMatrix (#10) (@singularitti)
  • Deprecate ConstructionBase.constructorof (#11) (@singularitti)
  • Deprecate ==, etc., add isequivalent & (#12) (@singularitti)
  • Revert changes back to #10 (#13) (@singularitti)