File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66if os .path .exists ("dist" ):
77 shutil .rmtree ("dist" )
88
9- VERSION = '0.0.17 '
9+ VERSION = '0.0.18 '
1010
1111with open ('README.md' ) as f :
1212 long_description = f .read ()
@@ -17,7 +17,7 @@ def write_version_py(filename='SigProfilerAssignment/version.py'):
1717# THIS FILE IS GENERATED FROM SigProfilerAssignment SETUP.PY
1818short_version = '%(version)s'
1919version = '%(version)s'
20- Update = 'Fix TMB plot y-axis when using exome parameter '
20+ Update = '(1) Import decomposition plots from SPA (2) Resolve issue with m_for_subgroups (3) Expand tests '
2121
2222 """
2323 fh = open (filename , 'w' )
@@ -27,7 +27,7 @@ def write_version_py(filename='SigProfilerAssignment/version.py'):
2727 'scipy>=1.6.3' ,
2828 'numpy>=1.21.2' ,
2929 'pandas>=1.2.4' ,
30- 'SigProfilerMatrixGenerator>=1.2.12 ' ,
30+ 'SigProfilerMatrixGenerator>=1.2.13 ' ,
3131 'sigProfilerPlotting>=1.3.2' ,
3232 'pillow' ,
3333 'statsmodels>=0.9.0' ,
You can’t perform that action at this time.
0 commit comments