Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
asistradition committed Mar 15, 2024
1 parent deb3385 commit 72bb236
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion inferelator_velocity/__init__.py
@@ -1,10 +1,12 @@
__version__ = "1.1.1"

from .programs import program_select
from .times import program_times, wrap_times
from .program_graph import program_graphs, global_graph
from .velocity import calc_velocity
from .decay import calc_decay, calc_decay_sliding_windows
from .program_genes import assign_genes_to_programs
from .denoise import denoise
from .denoise_data import denoise

from . import plotting as pl
from . import utils as util
File renamed without changes.
2 changes: 1 addition & 1 deletion inferelator_velocity/tests/test_denoise.py
Expand Up @@ -8,7 +8,7 @@
EXPRESSION_ADATA
)

from inferelator_velocity.denoise import (
from inferelator_velocity.denoise_data import (
_dist_to_row_stochastic,
denoise
)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -20,7 +20,7 @@
"pytest"
]

version = "1.1.0"
version = "1.1.1"

# Description from README.md
long_description = "\n\n".join(
Expand Down

0 comments on commit 72bb236

Please sign in to comment.