Skip to content

v0.1.13

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Sep 05:13
· 50 commits to master since this release

Fixed

  • fixed issue with environmental variables not working on MacOS builds in Github Actions
  • fixed gradient of selection estimation algorithm
  • fixed issue with multiple libomp.dylib copies loading
  • fixed issue with the citation of current version of egttools
  • fixed link to anaconda documentation

Changes

  • now openmp is linked dynamically to avoid conflicts on MacOS
  • increased minimum required cmake version to 3.18
  • changed int to int_fast64_t to support larger number of generations

Added

  • added NetworkSync evolver
  • added more support for network simulations
  • added Cache to accelerate PairwiseComparison
  • added calculation of the averaged gradient of selection
  • added OneShotCRDNetworkGame
  • OpenMP support for MacOS arm64

Other changes

  • Bump robinraju/release-downloader from 1.6 to 1.7 by @dependabot in #48
  • Bump pypa/gh-action-pypi-publish from 1.6.4 to 1.7.1 by @dependabot in #52
  • Bump pypa/cibuildwheel from 2.11.2 to 2.12.1 by @dependabot in #51
  • Bump pypa/gh-action-pypi-publish from 1.7.1 to 1.8.1 by @dependabot in #53
  • Bump pypa/gh-action-pypi-publish from 1.8.1 to 1.8.3 by @dependabot in #54
  • Bump pypa/gh-action-pypi-publish from 1.8.3 to 1.8.4 by @dependabot in #55
  • Bump pypa/gh-action-pypi-publish from 1.8.4 to 1.8.5 by @dependabot in #56
  • Bump pypa/cibuildwheel from 2.12.1 to 2.12.3 by @dependabot in #58
  • Bump jwlawson/actions-setup-cmake from 1.13 to 1.14 by @dependabot in #59
  • Bump pypa/cibuildwheel from 2.12.3 to 2.13.1 by @dependabot in #63
  • Bump robinraju/release-downloader from 1.7 to 1.8 by @dependabot in #61
  • Bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6 by @dependabot in #60
  • Match scatter output to matplotlib api changes by @cvanelteren in #65
  • Bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7 by @dependabot in #66
  • Bump pypa/cibuildwheel from 2.13.1 to 2.14.0 by @dependabot in #69
  • Bump pypa/gh-action-pypi-publish from 1.8.7 to 1.8.8 by @dependabot in #71
  • Bump pypa/cibuildwheel from 2.14.0 to 2.14.1 by @dependabot in #73

New Contributors

Full Changelog: v0.1.12...v0.1.13