Skip to content

Commit

Permalink
Added release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
PauBadiaM committed Mar 18, 2022
1 parent 940797e commit 5c4e70d
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion decoupler/pre.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def extract(mat, use_raw=True, verbose=False, dtype=np.float32):
Returns
-------
m : csr_matrix
Sparse matrix contianing molecular readouts or statistics.
Sparse matrix containing molecular readouts or statistics.
r : ndarray
Array of sample names.
c : ndarray
Expand Down
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ The data redistributed by OmniPath does not have a license, each original resour
notebooks/msigdb
notebooks/pseudobulk
api
release_notes
reference
21 changes: 21 additions & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Release notes
=============

1.1.0
-----
Bug fixes
~~~~~~~~~
- Fixed ``get_pseudobulk`` errors.
- Fixed ``get_progeny`` to correctly return non duplicate entries.
- Fixed ``run_viper`` parallelization error.
- Fixed ``run_ora`` to correctly deal with random ties.

Changes
~~~~~~~~
- ``get_dorothea`` now returns an ordered dataframe.
- ``get_contrast`` now prints warnings instead of returning an empty dataframe.

Additions
~~~~~~~~~
- Added ``get_top_targets`` util function.
- Added ``format_contrast_results`` util function.

0 comments on commit 5c4e70d

Please sign in to comment.