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

DOC Update changelog for 0.4.0 #265

Closed rth closed 3 years ago

rth commented 3 years ago

Updates changelog in preparation for 0.4.0 release (#264)

I haven't done the changelog for all previous versions, just indicated that they were there. Also there is a bit of the confusion in that there was a v0.2.0 git tag in 2017 then a 0.2.0 release in 2020.

codecov[bot] commented 3 years ago

Codecov Report

Merging #265 (a39b812) into master (74041f6) will increase coverage by 0.51%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #265      +/-   ##
==========================================
+ Coverage   81.62%   82.13%   +0.51%     
==========================================
  Files         130      133       +3     
  Lines        4866     4938      +72     
==========================================
+ Hits         3972     4056      +84     
+ Misses        894      882      -12     
Impacted Files Coverage Δ
rampwf/utils/submission.py 86.45% <0.00%> (-1.39%) :arrow_down:
rampwf/utils/importing.py 100.00% <0.00%> (ø)
rampwf/workflows/clusterer.py 100.00% <0.00%> (ø)
rampwf/workflows/regressor.py 100.00% <0.00%> (ø)
rampwf/workflows/classifier.py 100.00% <0.00%> (ø)
rampwf/score_types/soft_accuracy.py 100.00% <0.00%> (ø)
rampwf/workflows/object_detector.py 55.00% <0.00%> (ø)
rampwf/workflows/image_classifier.py 97.97% <0.00%> (ø)
rampwf/workflows/sklearn_pipeline.py 100.00% <0.00%> (ø)
rampwf/workflows/feature_extractor.py 93.75% <0.00%> (ø)
... and 9 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 74041f6...a39b812. Read the comment docs.