bittremieux / spectrum_utils

Python package for efficient mass spectrometry data processing and visualization
https://spectrum-utils.readthedocs.io/
Apache License 2.0
130 stars 21 forks source link

Milestones for next release #33

Closed jspaezp closed 1 year ago

jspaezp commented 1 year ago

Hello there!

It is me again! I was wondering if you had a list of features in mind for the next release of the package.

I am interested in using the package for a project of mine and since I noticed there will be a fair amount of changes in the API based on the current state of the master branch I was hoping to help that release get out of the way.

We could set up a milestone for V0.36 (maybe ...)

The prelim list I can think of is:

So .... Do you want to start a branch to get those out of the way? or if I have a contribution to get those out of the way should I PR against master?

Best! Sebastian

bittremieux commented 1 year ago

Thanks for giving me a kick under the butt! It was necessary.

And also thanks for the list of milestones. I've addressed all tasks for now and released spectrum_utils version 0.4.0. :tada:

I can still make improvements to some of these tasks. For example, the documentation now is still all static markdown pages with the code examples (although fully functional) run externally, rather than writing the relevant pages as notebooks so that the examples are automatically executed. That doesn't change the functionality, or even the look, at the moment though. So to provide the new functionality to you and other users, I've published the new release. Documentation updates (and possibly some bug fixes as needed) will be added in patch versions.

The only milestone that was not explicitly addressed is adding documentation building to the GitHub Actions, because it's doen automatically by readthedocs.

jspaezp commented 1 year ago

WOW, to be honest my I was expecting some discussion or even delegating tasks :P Thank you so much for the hard work!

bittremieux commented 1 year ago

The new release was long overdue to be honest. I think it has some nice new functionality, but I'm always to receive feedback.