Skip to content

v1.2.0 - 2025-03-26

Latest
Compare
Choose a tag to compare
@amyheather amyheather released this 26 Mar 14:20

Add tests, change from default inputs, rename some variables, and add a method which allows the solution of ReplicationsAlgorithm to be less than the initial_replications set.

Added

  • Add unit tests for ReplicationsAlgorithm when only 2 replications are run, and for the new find_position() method.
  • Add back test for scenario analysis.

Changed

  • Linting GitHub action no longer triggers on pull requests.
  • Renamed count_unseen and q_time_unseen to be resource-specific (i.e.g count_unseen_nurse).
  • Set default alpha to 0.05 for OnlineStatistics.
  • Accept instance of Param class as input for run_scenarios() rather than a dictionary.

Fixed

  • Add find_position() method to ReplicationsAlgorithm, allowing us to correct results if the solution was below the initial_replications set.