Changelog

List of changes in-between ggf releases.

version 0.3.2

  • update documentation

version 0.3.1

  • code cleanup and minor documentaion update

version 0.3.0

  • add look-up table for cells (distribution on PyPI only)
  • fix: mistake in boundary function in boyde2009 stress computation due to mix-up of “inner radius” and “initial radius”, affects only non-zero values of Poisson’s ratio (#1)

version 0.2.0

  • BREAKING CHANGES:
    • ref: changed submodule imports, please revise your scripts
    • ref: move computation of stress to stress.boyde2009 submodule
  • feat: added support for GGF look-up tables Note that an experimental look-up table is already included in the release on PyPI, but not yet in the source tree.
  • feat: analytical computation of GGF from Legendre polynomials
  • globgeomfact.coeff2ggf returned complex instead of float
  • docs: add preliminary theoretical part

version 0.1.0

  • initial version