Skip to content

Commit

Permalink
Merge pull request #190 from MannLabs/multicova
Browse files Browse the repository at this point in the history
Release 0.6.3
  • Loading branch information
elena-krismer authored Jul 5, 2023
2 parents be87721 + 348fc7b commit 1221400
Show file tree
Hide file tree
Showing 50 changed files with 47,005 additions and 627 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.2
current_version = 0.6.3
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
Expand Down
8 changes: 8 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog


# 0.6.3
* ENH download metadata template in the GUI
* ENH multicova analysis
* ENH filter data completeness `dataset.preprocess(data_completeness=0.7)`
* ADD `GenericLoader` for not supported data formats

# 0.6.2
* FIX preprocessing with VST floats and inf
* FIX plotly display
Expand All @@ -11,6 +18,7 @@
* ADD mzTAB support
* ENH color Volcano Plot data points using list of protein names `color_list=your_protein_list`


# 0.5.4
* FIX altair version - binning of streamlit version

Expand Down
Loading

0 comments on commit 1221400

Please sign in to comment.