Skip to content

Releases: htjb/globalemu

globalemu v1.8.1

16 Jan 16:23
bbe7934
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.0...v1.8.1

globalemu v1.8.0

24 Jul 14:55
fd89b48
Compare
Choose a tag to compare

What's Changed

  • Better os compatibility by @htjb in #21

Full Changelog: v1.7.3...v1.8.0

globalemu v1.7.3

21 Jun 09:52
dce5bb0
Compare
Choose a tag to compare

What's Changed

  • Updating the citation on the readme by @htjb in #20

Full Changelog: v1.7.2...v1.7.3

globalemu v1.7.2

26 May 08:58
c580aab
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.7.2

globalemu v1.6.0

21 Apr 12:05
3d504e3
Compare
Choose a tag to compare

Includes a few bug updates and updated early stopping based on the test loss.

globalemu v1.5.0 release

01 Nov 18:36
a8a2598
Compare
Choose a tag to compare

Stable release:

  • Added code so that users can train with their own custom loss functions built with tensforlow's keras backend.

globalemu v1.4.0 release

06 Jul 09:17
d21955e
Compare
Choose a tag to compare

Stable release:

  • Added greater freedoms for the user to the preprocessing of the data via the new kwargs AFB, resampling and std_division.
  • Modified testing and documentation accordingly.

globalemu v1.3.0 release

18 May 13:54
438065d
Compare
Choose a tag to compare

Stable release:

  • Redesigned GUI so that it relies on configuration files associated with trained instances of the emulator. This provides a new level of flexibility in that a GUI configuration file can be produced for any trained model and that trained model can subsequently be explored with the GUI.
  • Added relevant docs and testing for the new functionality.

globalemu v1.2.0 release

17 May 14:48
Compare
Choose a tag to compare

Stable release:

  • Added functionality such that multiple sets of parameters can be emulated with one call to the emulator as opposed to via a set of calls in a for loop.
  • Added a function to plot the mean, 95th percentile and worst emulations from a set of input parameters and corresponding signals so that users can easily assess the quality of the training.
  • Restructuring of cmSim.py.
  • Additional tutorials and tests for new functionality.

globalemu v1.1.1 release

07 Apr 08:36
Compare
Choose a tag to compare

Stable release:

  • Updated GUI to be more compact
  • Corrected GUI slider ranges
  • Added more detail to README and docs about the released models
  • Corrected spelling mistake in kwarg error reporting