Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
enessenel committed Apr 20, 2021
2 parents 4fac373 + 6f4c4c3 commit 4ad058b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
5 changes: 5 additions & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
.. role:: smaller
.. role:: noteversion

Version 0.4.2 :small:`03 April 2021`
---------------------------------------
Improved package structure, fixed minor performace issues, and fixed bugs. Added two new tutorials (corti & osteosarcoma) and
updated the previous tutorials with validation analyses.

Version 0.4.1 :small:`24 August 2020`
---------------------------------------
Changed the package structure and run flow of the scripts. Added anndata and scanpy support. Updated tutorials and implemented
Expand Down
6 changes: 4 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
cycler>=0.10.0
cython
Cython
decorator>=4.3.2
kiwisolver>=1.0.1
matplotlib>=2.2
networkx
numpy
POT
pyparsing>=2.3.1
python-dateutil>=2.8.0
scikit-learn>=0.20.2
scikit-learn>=0.22.1
scipy
six>=1.12.0
scanpy
altair
8 changes: 5 additions & 3 deletions novosparc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
__author__ = ', '.join([
'Nikos Karaiskos',
'Mor Nitzan',
'Enes Senel'
'Enes Senel',
'Noa Moriel'
])
__email__ = ', '.join([
'[email protected]',
'[email protected]',
'[email protected]'
'[email protected]',
'[email protected]'
])
__version__ = '0.4.1'
__version__ = '0.4.2'

from . import plotting as pl
from . import preprocessing as pp
Expand Down

0 comments on commit 4ad058b

Please sign in to comment.