Skip to content

Commit

Permalink
v0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
earmingol committed Mar 3, 2023
1 parent 2082d7f commit ec24a58
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cell2cell/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
from cell2cell import tensor
from cell2cell import utils

__version__ = "0.6.5"
__version__ = "0.6.6"
17 changes: 17 additions & 0 deletions release/0.6.6-notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Release Notes - cell2cell v0.6.6

## New features
- Added new attributes and methods to `cell2cell.tensor.tensor.BaseTensor` and any other
derived class, including `BaseTensor.shape`, `BaseTensor.write_file()`, `BaseTensor.to_device()`.
These new features are respectively for:
- Passing the shape of the tensor directly (instead of `BaseTensor.tensor.shape`)
- Export or save a tensor object to a file.
- Change the device for running Tensor-cell2cell (e.g. 'cpu', 'cuda', etc.)
-
## Feature updates
- Added **kwargs as parameter of `cell2cell.analysis.tensor_pipelines.run_tensor_cell2cell_pipeline()`
to directly pass parameters to the functions running the elbow analysis and the tensor decomposition.
- Sort factors numerically in `cell2cell.external.gseapy.run_gsea()`.

## Fixed Bugs
-

0 comments on commit ec24a58

Please sign in to comment.