Skip to content

Releases: Open-Systems-Pharmacology/TLF-Library

Version 1.5.170

09 Sep 08:41
bd595c7
Compare
Choose a tag to compare
Version 1.5.170 Pre-release
Pre-release

Downloads

tlf_1.5.170.tar.gz
tlf_1.5.170.zip

Documentation

https://www.open-systems-pharmacology.org/TLF-Library

What's Changed

  • Lower Limit Of Quantification (LLOQ) can be added on time-profile plots and obs-vs-pred plots.
  • The xLimits and yLimits argument in PlotConfiguration are renamed xAxisLimits and yAxisLimits.
    This will crop the axis limits but keep all the data to generate the plot (see ggplot2::coord_cartesian).
  • New xValuesLimits and yValuesLimits argument in PlotConfiguration to filter the data used to generate the plot. (see ggplot2::scale_continuous_x).
  • Groups names are now wrapped on several lines if their number of characters is longer than 60.
  • Plots and plotGrids labels (titles, subtitles, caption and axis labels) are now automatically fitting plot's width and wrapped on several lines if too long.
  • Plot labels texts are now sanitized from any unsupported characters.
  • Plot labels now have margin around them. This can be configured in Label objects.

Minor improvements and bug fixes

  • Error bars cap sized are now drawn only if the error bars are displayed.
  • Fix a bug where error bars caps were wrongly displayed #1410

Full Changelog: v1.5.158...v1.5.170

Version 1.5.158

07 Dec 10:43
1d3cde9
Compare
Choose a tag to compare
Version 1.5.158 Pre-release
Pre-release

Downloads

tlf_1.5.158.tar.gz
tlf_1.5.158.zip

Documentation

https://www.open-systems-pharmacology.org/TLF-Library

What's Changed

  • Lower Limit Of Quantification (LLOQ) can be added on time-profile plots and obs-vs-pred plots.
  • The xLimits and yLimits argument in PlotConfiguration are renamed xAxisLimits and yAxisLimits.
    This will crop the axis limits but keep all the data to generate the plot (see ggplot2::coord_cartesian).
  • New xValuesLimits and yValuesLimits argument in PlotConfiguration to filter the data used to generate the plot. (see ggplot2::scale_continuous_x).
  • Groups names are now wraped on several lines if their number of characters is longer than 60.
  • Plots and plotGrids labels (titles, subtitles, caption and axis labels) are now automatically fitting plot's width and wraped on several lines if too long.
  • Plot labels texts are now sanitized from any unsupported characters.
  • Plot labels now have margin around them. This can be configured in Label
    objects.

New Contributors

Full Changelog: v1.5.125...v1.5.158

Version 1.5.125

09 Mar 17:07
80198ba
Compare
Choose a tag to compare

Downloads

tlf_1.5.125.tar.gz
tlf_1.5.125.zip

Documentation

https://www.open-systems-pharmacology.org/TLF-Library/

Minor improvements and bug fixes

  • dataMapping objects do not keep factor levels as is (#406)
  • Prevent legend update to crash time profile plots (#409 )

Version 1.5.121

30 Jan 17:59
df636ce
Compare
Choose a tag to compare

Downloads

tlf_1.5.121.tar.gz
tlf_1.5.121.zip

Documentation

https://www.open-systems-pharmacology.org/TLF-Library/

New features

Minor improvements and bug fixes

  • Minor ticks can be displayed

Version 1.4.89

13 Jul 10:42
370edb5
Compare
Choose a tag to compare

Downloads

tlf_1.4.89.tar.gz
tlf_1.4.89.zip

Documentation

https://www.open-systems-pharmacology.org/TLF-Library/

New features

  • New helper functions and parameters to facilitate usage of plot functions (#301):

    • Function getLinesFromFoldDistance tanslates fold distance values into lines argument for dataMapping objects.
    • Functions plotDDIRatio, plotPKRatio, plotObsVsPred, plotResVsPred and plotResVsTime include optional parameters such as foldDistance, deltaGuest or smoother.

Minor improvements and bug fixes

  • PlotGridConfiguration class adds new fields to control the position of the individual plot tags and aesthetic properties of the tag text. (#293)

Version 1.3.66

19 May 15:07
2d63b8f
Compare
Choose a tag to compare

Downloads

tlf_1.3.66.tar.gz
tlf_1.3.66.zip

Documentation

https://www.open-systems-pharmacology.org/TLF-Library/

New features

  • New function plotGrid() to create a plot grid and PlotGridConfiguration class to specify its properties.
  • The default theme for all plots is the new useMinimalTheme().

Minor improvements and bug fixes

  • Log scale plots use prettier ticks and ticklabels (#199)
  • Creation of additional helper enums: ExportFormats, ExportUnits, FontFaces and Alignements (#263)
  • Plots support transparency of ribbons, points and lines defined by field alpha (#227, #272)

What's Changed

New Contributors

Full Changelog: v1.2.5...v1.3.66

Version 1.2.5

10 Jun 13:51
7600a01
Compare
Choose a tag to compare
v1.2.5

Fixes #144 "blank" shape is ggplot shape 32 (#145)

Version 1.1.1

09 Oct 15:16
c0d8f97
Compare
Choose a tag to compare

Version 1.1 of the TLF-Library. This is the same version as the 1.0.68 with the exception of the minor bump in release to ensure the correct versioning

Version 1.0.68

11 Sep 13:32
3fb8dc5
Compare
Choose a tag to compare

First official release of the TLF Library