Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 2.7 KB

CHANGELOG.md

File metadata and controls

52 lines (33 loc) · 2.7 KB

Change Log

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.

[0.3.0] - 2024-10-25

Changed

  • The text of the intro paragraph of the README to note use for rapid prototyping and exploratory analysis.
    • Issue #4
  • The page title and added a header under it on the compartmental/upload page to try and make the page purpose more obvious.
  • Updated the page title of the compartmental/visualize page to to try and make the page purpose more obvious - Issue #22
  • The page names of Compartmental PK/PD items in the navigation sidebar. Trying to make the app and page purposes easier to understand and follow as part of updates for Issue #22
  • Expander text in the about_page widget function to 'More About this Page'.
  • The title on the compartmental/build page to try and make it easier to understand the page purpose.
  • The Save and Download section of compartmental/build to try and further clarify these steps as per Issue #23

[0.2.0] - 2024-09-04

Added

  • New option button to directly load the example model on the Upload page - Issue #21

Changed

  • Moved the HT Cell Proliferation page under the External Tools section and updated the page to linkout to the Thunor web App - Issue #4
  • Updated the compartmental/build page to put the descriptions/info for each step under expanders.
  • Updated all the compartmental pages as well as the NCA page and Exposure-Response pages, putting the page descriptions under expanders with text printed using st.info to help further declutter the pages and hide extraneous info.
  • Updated the home page to put each of the modeling/analysis options under expanders in an effort to help declutter the app pages and hide extraneous info.

[0.1.2] - 2024-08-02

Fixed

  • Upload page: pages/compartmental/upload.py. Added in an option to specify the branch of the repository to load a model file from as a fix for Issue #17

[0.1.1] - 2024-07-30

Fixed

  • Upload page: pages/compartmental/upload.py. Fixed the incorrect path to build page in the st.switch_page widget. Fix for Issue #13

[Unreleased] - yyyy-mm-dd

N/A

Added

Changed

Fixed