Skip to content

Commit

Permalink
Increment version number to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Felixmil committed Feb 8, 2024
1 parent 8797427 commit a483d11
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: TissueTMDD
Title: A shiny Application to Interact with drug-target binding in tissue
interstitial space model
Version: 0.2.2.9000
Version: 1.0.0
Authors@R:
person("Felix", "MIL", , "felix.mil@esqlabs.com", role = c("cre", "aut"))
Description: PKG_DESC.
Expand Down Expand Up @@ -46,4 +46,3 @@ LazyData: true
RoxygenNote: 7.2.3
Depends:
R (>= 4.0.0)

13 changes: 11 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
# TissueTMDD (development version)
# TissueTMDD 1.0.0

🎉 First stable release of the app !

## Bug fixes and minor improvements

- Available time units are now Hours and Days (#38)
- All inputs invalidates the simulation when changed (#37)
- All compared simulations are now displayed (#39),
- Results are now correctly reset between two simulations with custom settings (#40),


# TissueTMDD 0.2.2

## Bug fixes and minor improvements

* Fix unit conversion between user's input and model units (#36)
* Default dose is now 1 mg/kg
* Available time units are now Hours and Days
* Now display the application version in the header (#26)

# TissueTMDD 0.2.1
Expand Down

0 comments on commit a483d11

Please sign in to comment.