Skip to content

Releases: UT-CHG/BET

BET v3.0.0

09 Jul 03:39
c1d3177
Compare
Choose a tag to compare

This release is not entirely backwards compatible, but maintains backwards compatibility wherever possible. It comprises a significant refactoring of the entire codebase. The main change is the addition of density-based methods. All of the changes are outlined in #382.

Butler, Estep, Tavener Method v2.0.0

10 Aug 19:15
Compare
Choose a tag to compare

This release is NOT backwards compatible. It comprises a significant refactoring of the entire codebase.

Major changes:

  • Introduction of the sample_set and discretization classes which are new storage objects.
  • Non-Voronoi cell based partitioning.
  • Local volume estimation.
  • Error estimates.
  • Updating and streamlining of parallelism.
  • Updating of documentation and examples.

DOI

Butler, Estep, Tavener Method v2.0-beta

26 May 03:31
Compare
Choose a tag to compare
Pre-release

Examples and documentation are still being updated. CI is currently implemented and additional functionality is still being added.

Butler, Estep, Tavener Method v2.0-alpha

25 May 22:31
Compare
Choose a tag to compare

Examples and documentation are still being updated. CI is currently implemented and additional functionality is still being added.

Butler, Estep, Tavener Method v1.0.2

16 Nov 22:57
Compare
Choose a tag to compare

First stable release of v1

16 Nov 02:36
Compare
Choose a tag to compare

Minor changes since workshop. This has been the working version for several months and is relatively stable.

Workshop

06 Jul 15:52
Compare
Choose a tag to compare

This release is essentially the same as v0.3.0 except it has additional examples.

Sensitivity

30 Jun 21:43
Compare
Choose a tag to compare

New features of note (in addition to overall improvements) are:

  • Added sensitivity package and associated tests
  • Updated API and documentation to match the current state of the code.

First Audit

15 May 20:54
Compare
Choose a tag to compare
First Audit Pre-release
Pre-release

This release should be entirely functional. New features of note (in addition to overall improvements) are:

  • Updated API and documentation to match the current state of the code.
  • Completed test library using nosestests. These tests can be run both in serial and parallel. The tests are located in the test folder.
  • Features that are under development have all been moved to the dev branch.