Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
AgnesBaud committed Oct 24, 2023
1 parent 5946124 commit 6bfa3a5
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions docs/changelogs.rst
Original file line number Diff line number Diff line change
@@ -6,6 +6,20 @@ Changelogs

Summary of developments of moonstone library.


v1.0
====

v1.0.0
------

* upgrade to python >= 3.8. Version requirements have been updated for numpy, scikit-bio, scikit-learn, pandas, statsmodels, hdmedians, scipy and plotly
* ``mode`` argument for ``plot_most_abundant_taxa()`` and ``plot_most_prevalent_taxa()`` that allows to plot the data as boxplot or violin plot, as well as a bargraph.
* ``parsers``:
* More formats accepted in parsers: ".xls", ".xlsx", ".odt", ".ods", ".odf", ".xlsb"
* ``Metaphlan3Parser``: ``keep_NCBI_tax_col`` argument and possibility to compute dataframe with less taxonomical level than expected
* ``adapt_phylogenetic_tree_to_counts_df`` function in utils/phylogenetic_tree_editing.py

v0.7
====

2 changes: 1 addition & 1 deletion moonstone/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (0, 7, 0)
version_info = (1, 0, 0)
__version__ = '.'.join(str(c) for c in version_info)

0 comments on commit 6bfa3a5

Please sign in to comment.