Skip to content

Commit

Permalink
Updated release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
PauBadiaM committed Aug 7, 2024
1 parent 5028a39 commit 506a050
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Preprocessing:
match
rename_net
get_net_mat
break_ties


Methods:
Expand Down
17 changes: 17 additions & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Release notes
=============

1.8.0
-----
Bug fixes
~~~~~~~~~
- Fixed ``scipy >= 1.14.0`` errors due to deprecated ``.A`` attribute.
- ``get_pseudobulk`` now handles categorical columns.

Changes
~~~~~~~
- ``pre`` functions now are more efficient.
- Changed ``kcdf`` density argument for ``run_gsva``. Now it accepts either ``'gaussian'``, ``'poisson'`` or ``None``.

Additions
~~~~~~~~~
- Added method ``zscore``.
- Added ``pre`` function ``break_ties``.

1.7.0
-----

Expand Down

0 comments on commit 506a050

Please sign in to comment.