Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 771 Bytes

CHANGELOG.md

File metadata and controls

30 lines (18 loc) · 771 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[1.0.0] - 2022-04-07: Refactor as Poetry package

Added

  • Dependency management using Poetry
  • Tests of model components added.
  • Interrogate package added and documentation coverage improved.

Changed

  • Migrated model files to package folder.
  • Changed to inline dask delayed rather than method decorator.
  • Updated readme to reflect latest approach to modelling.

[0.0.0] - 2021-07-05: Initial release

Added

  • Initial release demonstrating healthcare modelling using Dask.

Changed

  • Nothing