Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.4.0 #438

Merged
merged 93 commits into from
Sep 25, 2023
Merged

Release 0.4.0 #438

merged 93 commits into from
Sep 25, 2023

Conversation

wistuba
Copy link
Contributor

@wistuba wistuba commented Sep 25, 2023

Merging dev into main to prepare for release 0.4.0.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

wistuba and others added 30 commits May 4, 2023 09:44
* Add NLP Components to Benchmarking (#213)

* Robust Integration Tests (#214)

* Update Renate Config Example (#226)

* Make Wild Time Available in Benchmarking (#187)

* Fix `target_column` bug in `HuggingFaceTextDataModule` (#233)

* Add MMD covariate shift detector (#237)

* Add KS covariate shift detector (#242)

* Update dependabot.yml (#248)

* Update versions of some requirements (#247)

* Add doc page and example for shift detection (#244)

* Bump version (#252)

---------

Co-authored-by: Lukas Balles <lukas.balles@gmail.com>
Signed-off-by: Prabhu Teja S <prabhuteja12@gmail.com>
Co-authored-by: Prabhu Teja <prbuteja@amazon.de>
dependabot bot and others added 25 commits August 4, 2023 13:51
Signed-off-by: wistuba <marwistu@amazon.com>
@github-actions
Copy link

github-actions bot commented Sep 25, 2023

Coverage report

The coverage rate went from 85.56% to 81.93% ⬇️

66.46% of new lines are covered.

Diff Coverage details (click to unfold)

src/renate/init.py

100% of new lines are covered (100% of the complete file).

src/renate/benchmark/datasets/vision_datasets.py

44.44% of new lines are covered (38.77% of the complete file).
Missing lines: 371, 449, 450, 451, 452, 453, 459, 464, 465, 468, 469, 470, 471, 472, 473, 476, 535, 536, 544, 549, 550, 561, 562, 564, 565, 567, 568, 570, 571, 572, 575, 576, 577, 578, 580

src/renate/benchmark/experiment_config.py

75% of new lines are covered (89.28% of the complete file).
Missing lines: 120, 121, 125, 126, 127, 128

src/renate/benchmark/models/init.py

100% of new lines are covered (100% of the complete file).

src/renate/benchmark/models/spromptmodel.py

52.11% of new lines are covered (50.72% of the complete file).
Missing lines: 112, 126, 139, 140, 141, 143, 149, 150, 155, 156, 158, 165, 169, 170, 176, 181, 182, 183, 184, 186, 187, 188, 189, 191, 199, 200, 201, 202, 209, 211, 214, 217, 219, 222

src/renate/cli/parsing_functions.py

60% of new lines are covered (77.15% of the complete file).
Missing lines: 75, 495

src/renate/defaults.py

100% of new lines are covered (99.06% of the complete file).

src/renate/models/layers/shared_linear.py

100% of new lines are covered (100% of the complete file).

src/renate/models/task_identification_strategies.py

76.31% of new lines are covered (75% of the complete file).
Missing lines: 21, 25, 60, 61, 64, 66, 72, 78, 97

src/renate/updaters/avalanche/model_updater.py

100% of new lines are covered (94.02% of the complete file).

src/renate/updaters/experimental/speft.py

52.38% of new lines are covered (51.21% of the complete file).
Missing lines: 63, 64, 68, 98, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 115, 118, 120, 126, 163, 168

src/renate/updaters/model_updater.py

100% of new lines are covered (95.58% of the complete file).

src/renate/utils/avalanche.py

100% of new lines are covered (99% of the complete file).

src/renate/utils/file.py

22.22% of new lines are covered (50% of the complete file).
Missing lines: 293, 294, 295, 296, 298, 299, 338

src/renate/utils/misc.py

100% of new lines are covered (100% of the complete file).

@610v4nn1 610v4nn1 merged commit 7198a92 into main Sep 25, 2023
39 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants