Skip to content

Releases: alan-turing-institute/autoemulate

1.2.0

16 Oct 09:21
243a0f9

Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...1.2.0

v1.1.1

25 Sep 15:07
24f32d7

Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

04 Sep 13:34
2dc50a7

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

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

Choose a tag to compare

Major Changes

Other Changes

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

v0.3.3

13 Jun 13:42

Choose a tag to compare

What's Changed

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

v0.3.2

06 Jun 14:53

Choose a tag to compare

What's Changed

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

v0.3.1

04 Jun 08:46
71aba97

Choose a tag to compare

What's Changed

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

v0.3.0

29 Apr 15:02
343864d

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

Choose a tag to compare

  • fixed sci-kit learn dependency bug during installation
  • fixed warnings in tests