Skip to content

Commit

Permalink
Bump v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FloBay committed Mar 25, 2024
1 parent 9637d0f commit 2f19f69
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 9 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
v0.5.0
- Fixing R2 calculation (#15)
- RMSE of the curve model is now an output column (#18)
- Fixing the linear interpolation in combined replicate analysis (#20)
- Add max_imputation parameter to toml to adjust filtering (#22)
- Make compatible to bokeh version >=3.4 (#23)
- Improves robustness of the pipeline (#16, #17, #19, #20, #23)
- Improves testing and documentation (#16)
- Minor improvements and fixes

v0.4.0
- Add more examples and improved documentation (#9)
- Add clipping option to handle values outside the expected range (#11)
Expand Down
2 changes: 1 addition & 1 deletion curve_curator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# Florian P. Bayer - 2024
#

__version__ = '0.4.1dev'
__version__ = '0.5.0'
14 changes: 7 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "curve_curator"
version = "0.4.0"
version = "0.5.0"
description = "CurveCurator is an open-source analysis platform for any dose-dependent data. It fits a classical 4-parameter equation to estimate effect potency, effect size, and the statistical significance of the observed response. 2D-thresholding efficiently reduces false positives in high-throughput experiments and separates relevant from irrelevant or insignificant hits in an automated and unbiased manner. An interactive dashboard allows users to quickly explore data locally."
authors = ["Florian P. Bayer <f.bayer@tum.de>"]
license = "Apache License, Version 2.0"
Expand Down

0 comments on commit 2f19f69

Please sign in to comment.