Roestlab / massdash

MassDash: A web-based dashboard for streamlined DIA-MS visualization, analysis, prototyping, and optimization
https://massdash.streamlit.app/
BSD 3-Clause "New" or "Revised" License
16 stars 3 forks source link

Minor Fixes #134

Closed jcharkow closed 3 months ago

jcharkow commented 3 months ago

Description

Fix import errors that occur with recent version of scipy

Fix typos

Fix deprecation warnings

Contents (#134)

Other

Uncategorised!

jcharkow commented 3 months ago

@singjc ideally we can do a quick release with these changes like version 0.91 for these minor changes. Currently tests fail because of recent scipy bump

singjc commented 3 months ago

@singjc ideally we can do a quick release with these changes like version 0.91 for these minor changes. Currently tests fail because of recent scipy bump

Yeah think we can do this. There is a github action that you have to trigger manually to bump the version. But I think the script currently bumps the patch version by a whole number.

singjc commented 3 months ago

@singjc ideally we can do a quick release with these changes like version 0.91 for these minor changes. Currently tests fail because of recent scipy bump

Yeah think we can do this. There is a github action that you have to trigger manually to bump the version. But I think the script currently bumps the patch version by a whole number.

Actually, I think it's okay if we bump by whole number,, because it's just a patch. So v0.010, otherwise it would be first initial version with 91 patches?

jcharkow commented 3 months ago

sounds good we can do version 0.0.10