Skip to content

Commit

Permalink
Merge pull request #115 from AlexandrovLab/u_ndarray
Browse files Browse the repository at this point in the history
v0.1.3: Modify how ndarrays are processed
  • Loading branch information
mdbarnesUCSD authored Feb 16, 2024
2 parents 717e9db + 1410493 commit 486a8d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion SigProfilerAssignment/decomposition.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ def spa_analyze(
genomes = pd.read_csv(samples, sep="\t", index_col=0)
except:
genomes = samples
genomes = pd.DataFrame(genomes)
else:
sys.exit("Invalid input_type specified")

Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
if os.path.exists("dist"):
shutil.rmtree("dist")

VERSION = "0.1.2"
VERSION = "0.1.3"


def write_version_py(filename="SigProfilerAssignment/version.py"):
Expand All @@ -15,7 +15,7 @@ def write_version_py(filename="SigProfilerAssignment/version.py"):
# THIS FILE IS GENERATED FROM SigProfilerAssignment SETUP.PY
short_version = '%(version)s'
version = '%(version)s'
Update = 'v0.1.2: Add matrix input format processing'
Update = 'v0.1.3: Modify how ndarrays are processed'
"""
Expand All @@ -37,7 +37,7 @@ def write_version_py(filename="SigProfilerAssignment/version.py"):
"numpy>=1.21.2",
"pandas>=1.2.4,<2.0.0",
"SigProfilerMatrixGenerator>=1.2.17",
"sigProfilerPlotting>=1.3.18",
"sigProfilerPlotting>=1.3.20",
"statsmodels>=0.9.0",
"scikit-learn>=0.24.2",
"psutil>=5.6.1",
Expand Down

0 comments on commit 486a8d8

Please sign in to comment.