Skip to content

Releases: ICB-DCM/pyABC

pyABC 0.12.6

30 Aug 11:24
b44299e
Compare
Choose a tag to compare
  • Add JOSS paper of version 0.12.5
  • Update Julia reference DiffEqJump -> JumpProcesses (name change)
  • Unfix jinja2
  • Update flake8 dependencies after new issues

pyABC 0.12.5

21 Jun 18:09
b077f5a
Compare
Choose a tag to compare

Minor:

  • Document outdated Google Colab version (Python 3.7)

pyABC 0.12.4

05 May 09:46
cae6cfb
Compare
Choose a tag to compare

Minor:

  • Move near-zero population weight to warning (#563)
  • Improve test installation instructions;
    fix for updates of flake8-print and black (#567)

pyABC 0.12.3

05 Apr 15:47
9474075
Compare
Choose a tag to compare
  • Document custom priors (#559)

pyABC 0.12.2

25 Mar 19:45
6c6a138
Compare
Choose a tag to compare
  • Update citation hints, add logo license (#554)

pyABC 0.12.1

02 Mar 13:44
e7ebad1
Compare
Choose a tag to compare
  • Fix double logging in grid search

pyABC 0.12.0

25 Feb 21:39
24dc8e8
Compare
Choose a tag to compare

Major changes compared to 0.11.0:

New features:

  • Add Silk acceptance rate curve based optimal threshold scheme (#539)
  • Interface Copasi model simulators via BasiCO (thanks to Frank Bergmann)
    (#531)
  • Interface simulators in the Julia language via pyjulia (#514)
  • Add Wasserstein and Sliced Wasserstein optimal transport distances (#500)
  • Finalize sensitivity weighted distance functions using inverse
    regression models and augmented regression targets (#478, 484)

Technical changes:

  • Support python>=3.8 (#543)

Internals:

  • Automatic code formatting via black, isort, and nbqa (#506, #508, #544)

Random:

  • The logo is pink (#549)

pyABC 0.11.12

19 Feb 19:29
5ec2f8f
Compare
Choose a tag to compare
  • Add Silk acceptance rate curve based optimal threshold scheme (#539)
  • Fix Julia version in tests (#542)
  • Apply nbqa black and isort to notebooks (#544)
  • Update to stable tox
  • Require python>=3.8 (#543)

pyABC 0.11.11

25 Dec 21:08
08d98c8
Compare
Choose a tag to compare
  • Implement color grouping by summary statistics and parameters in sankey plots (#536)

pyABC 0.11.10

24 Dec 14:58
ef3369f
Compare
Choose a tag to compare
  • Add BasiCO-Copasi model interface (thanks to Frank Bergmann) (#531)
  • CI: Run Amici without sensitivity calculation (#533)