paris-saclay-cds / ramp-workflow

Toolkit for building predictive workflows on top of pydata (pandas, scikit-learn, pytorch, keras, etc.).
https://paris-saclay-cds.github.io/ramp-docs/
BSD 3-Clause "New" or "Revised" License
68 stars 43 forks source link

Release 0.4.0 #264

Closed rth closed 3 years ago

rth commented 3 years ago

Last release was in March 2020, and I think it would be good to make a new release before trying to merge the advanced branch.

There wasn't really much breaking changes since 0.3.3 but one year later 0.4.0 is still probably better than 0.3.4

TODO:

The other more major changes in https://github.com/paris-saclay-cds/ramp-workflow/pull/246 with potential backward compatibility implications could be included in a follow up 0.5.0 release

@glemaitre One everything is ready would you be able to upload it to PyPi? Otherwise I can do it, but I would need permissions (PyPi username: ryurchak).

glemaitre commented 3 years ago

Once this is ready, I can find time to make the upload to PyPI

rth commented 3 years ago

OK, I created the 0.4.0 tag and if I didn't mess up anything it should be good to go,

twine check dist/ramp_workflow-0.4.0-py3-none-any.whl 
Checking dist/ramp_workflow-0.4.0-py3-none-any.whl: PASSED, with warnings
  warning: `long_description_content_type` missing. defaulting to `text/x-rst`.

@glemaitre Could you also please change the symlink for the docs https://paris-saclay-cds.github.io/ramp-docs/ramp-workflow/dev/contribute.html#release-process ? Thanks!

Edit: the failure in drug_spectra shouldn't be an issue. The CI is just flaky for drug_spectra https://github.com/paris-saclay-cds/ramp-workflow/pull/266#issuecomment-821134249 (and I'm not sure how to restart it)

glemaitre commented 3 years ago

yep

glemaitre commented 3 years ago

Done for both:

https://pypi.org/project/ramp-workflow/ https://paris-saclay-cds.github.io/ramp-docs/ramp-workflow/stable/

I also bump master to 0.5.0.dev0 and add the info in the "what's new"

glemaitre commented 3 years ago

Feel free to close the issue if we are good.

rth commented 3 years ago

Thanks @glemaitre!