Skip to content

Releases: alan-turing-institute/autoemulate

v1.1.0

04 Sep 13:34
2dc50a7
Compare
Choose a tag to compare

⚠️ Breaking changes ⚠️

  • Changed behaviour of Simulator.forward_batch (returns both y and x)
  • AutoEmulate no longer takes in model_tuning argument, model tuning is not done if model_params != None, to use default params without tuning use model_params = {}

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

31 Jul 10:41
d7662f3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v1.0.0

v0.4.0

25 Jun 14:50
61eca8f
Compare
Choose a tag to compare

Major Changes

Other Changes

Full Changelog: v0.3.3...v0.4.0

v0.3.3

13 Jun 13:42
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.2...v0.3.3

v0.3.2

06 Jun 14:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

v0.3.1

04 Jun 08:46
71aba97
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

29 Apr 15:02
343864d
Compare
Choose a tag to compare

New features

  • History matching (#294)
  • Dimensionality reduction (#390)
  • Active learning (experimental) (#358)
  • End-to-end workflow example with a user-provided simulator (#423)
  • Initial PyTorch refactor (experimental)

What's Changed

New Contributors

Full Changelog: v0.2.1...v0.3.0

v0.2.1

30 Jan 16:27
Compare
Choose a tag to compare
  • fixed sci-kit learn dependency bug during installation
  • fixed warnings in tests

v0.2.0

27 Nov 17:08
Compare
Choose a tag to compare

see CHANGELOG for details.

v0.1.0.post1

02 Apr 16:15
Compare
Choose a tag to compare

Pre-release with basic functionality to automatically build emulators from simulation data, including:

  • 10 machine learning models commonly used in surrogate modeling, incl. neural nets
  • all models are scikit-learn compatible
  • cross-validation
  • hyperparameter optimisation (random and bayesian)
  • parallelisation
  • data pre-processing: scaling, dimensionality reduction
  • plotting