Skip to content

Releases: JedS6391/LGP

1.2.1

09 Apr 06:47
Compare
Choose a tag to compare
Version 1.2.1 release.

Version 1.2

04 Apr 01:14
7daaaca
Compare
Choose a tag to compare

Version 1.2 is here!

A summary of the changes added for version 1.2. is listed below, but for full details feel free to checkout the diff here.

Features:

  • Added YAML ConfigLoader implementation
  • Add built-in logic for collecting and exporting results (ResultAggregator and ResultOutputProvider).

Bug Fixes:

  • Fix deadlock bug due to invalid configuration information.
  • Fix issues that could occur when reading CSV data set files using CsvDatasetLoader.

Infrastructure:

  • Builds are now smarter; automated builds for feature, release and master branch are now performed.
  • Builds will now fail if there are any compiler warnings, in an attempt to ensure problems are caught early.

Version 1.2 (beta)

04 Apr 00:51
Compare
Choose a tag to compare
Version 1.2 (beta) Pre-release
Pre-release

This release contains functionality that will be in the next minor version (v1.2). The release will be updated as new features/bug-fixes are added until the 1.2 release is finalised. It is marked as beta as there may be instabilites that need to be fixed.

Features:

  • Added YAML ConfigLoader implementation
  • Add built-in logic for collecting and exporting results (ResultAggregator and ResultOutputProvider).

Bug Fixes:

  • Fix deadlock bug due to invalid configuration information.
  • Fix issues that could occur when reading CSV data set files using CsvDatasetLoader.

Infrastructure:

  • Builds are now smarter; automated builds for feature, release and master branch are now performed.
  • Builds will now fail if there are any compiler warnings, in an attempt to ensure problems are caught early.

Version 1.1

09 Feb 22:56
Compare
Choose a tag to compare

This release is stable and introduces the changes as given below. The system is ready to be used in a production environment and the API is stable.

Please refer to the usage guide for instructions on using the system. All documentation is targeted for this release.

Change log:

  • Update to Kotlin version 1.2.21
  • Update to Dokka version 0.9.15