Skip to content

Releases: jajcayn/pygpso

Release v0.6.1

18 May 16:44
3e76906
Compare
Choose a tag to compare
  • Python 3.9 support in CI testing
  • some typos

Release v0.6

16 Nov 16:42
da682aa
Compare
Choose a tag to compare

The new version brings a few changes:

  • switch from Travis to github actions for CI (linting, testing, and codecov)
  • fix saving of GPSurrogates

Release v0.5.1

10 Sep 09:03
ea5912c
Compare
Choose a tag to compare

New minor release:

  • only GPFlow in requirements, so that it installs the best version of tensorflow and tensorflow-probability
  • better testing scheme for saving / loading of GPRSurrogate

Release v0.5

10 Jul 14:24
b5cf45e
Compare
Choose a tag to compare

Version 0.5 brings to you:

  • easier interface for surrogate GP creation and control
  • more surrogate options
  • python3.8 support
  • wider testing suite (testing regularly 3.6 - 3.8)
  • DOI via zenodo

Release v0.4.1

31 Mar 15:16
143080f
Compare
Choose a tag to compare
  • switch from GPFlow2.0rc to official 2.0 release now on pypi!
  • that means that pygpso can be installed via pypi as well

Release v0.4

20 Mar 20:55
524841e
Compare
Choose a tag to compare

New release comes with new features!

  • saving of optimiser state: now possible to resume optimisation from the saved state
  • saving of GPR model
  • saver helper for saving modelling output, not just scores which we are optimising for
  • support for callbacks - custom functions run repeatedly in the particular state of the optimisation
  • support for repeated evaluation of the objective function for the same parameters (useful for a stochastic systems optimisation - the scores are then aggregated to be represented by a scaler per parameters)
  • better example notebooks (also support of interactive run thanks to binder)
  • couple minor bug fixes

Release v0.3

03 Feb 18:59
fac6ca3
Compare
Choose a tag to compare
  • igraph as an optional dependency

Release v0.2

31 Jan 17:41
51b8eb9
Compare
Choose a tag to compare
  • More concise README
  • better test coverage
  • minor code changes

Release version 0.1.1

29 Jan 23:40
80574ed
Compare
Choose a tag to compare

Added MANIFEST.in

Initial release

29 Jan 23:11
7bef2df
Compare
Choose a tag to compare

The initial release of pyGPSO.