Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 807 Bytes

CHANGELOG.md

File metadata and controls

32 lines (18 loc) · 807 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.

Unreleased

Nothing

[v1.0.0] - 2024-07-7

Initial stable release.

Added

Changed

  • API calls to drug models have been made more consistent.

Fixed

  • Dose-dependence of n-dimensional MuSyC models (#10).

Removed

  • Plotting functionality that was built into individual models. Use synergy.utils.plots directly instead, or your own custom plotting code.
  • synergy.utils.dose_utils.remove_replicates()