Releases: UT-CHG/BET
BET v3.0.0
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
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.
Butler, Estep, Tavener Method v2.0-beta
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
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
First stable release of v1
Minor changes since workshop. This has been the working version for several months and is relatively stable.
Workshop
Sensitivity
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
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.