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] v0.2.1 #475

Merged
merged 10 commits into from Aug 23, 2022
Merged

[RELEASE] v0.2.1 #475

merged 10 commits into from Aug 23, 2022

Conversation

ravinkohli
Copy link
Contributor

@ravinkohli ravinkohli commented Aug 23, 2022

This PR fixes some minor bugs in v0.2.

Types of changes

  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

Note that a Pull Request should only contain one of refactoring, new features or documentation changes.
Please separate these changes and send us individual PRs for each.
For more information on how to create a good pull request, please refer to The anatomy of a perfect pull request.

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?
  • Have you added an explanation of what your changes do and why you'd like us to include them?
  • Have you written new tests for your core changes, as applicable?
  • Have you successfully ran tests with your changes locally?

Description

This PR includes changes from

  1. [FIX] Documentation and docker workflow file #449
  2. [ADD] change log for release #450
  3. [FIX] release docs #452
  4. [FIX] ADD forecasting init design to pip data files #459
  5. checks for time series dataset split #464
  6. [FIX] results management and visualisation with missing test data #465
  7. [FIX] pipeline options in fit_pipeline #466
  8. [FIX] Numerical stability scaling for timeseries forecasting tasks #467
  9. [ADD] Robustly refit models in final ensemble in parallel #471

Motivation and Context

This PR addresses recent issues raised after v0.2's release. More information about the issues can be found in the description of each of the PRs.

How has this been tested?

Each PR has successfully passed the ci checks.

ravinkohli and others added 10 commits July 18, 2022 20:28
* fixes to documentation and docker

* fix to docker

* Apply suggestions from code review
* Release 0.2

* Release 0.2.0

* fix docs new line
* add forecasting_init.json to data files under setup

* avoid undefined reference in scale_value
* checks for time series dataset split

* maint

* Update autoPyTorch/datasets/time_series_dataset.py

Co-authored-by: Ravin Kohli <13005107+ravinkohli@users.noreply.github.com>

Co-authored-by: Ravin Kohli <13005107+ravinkohli@users.noreply.github.com>
)

* resolve rebase conflict

* add checks for scaling factors

* flake8 fix

* resolve conflict
* fix update of pipeline config options in fit pipeline

* fix flake and test

* suggestions from review
* add flexibility to avoid checking for test scores

* fix flake and test

* fix bug in tests

* suggestions from review
* add parallel model runner and update running traditional classifiers

* update pipeline config to pipeline options

* working refit function

* fix mypy and flake

* suggestions from review

* fix mypy and flake

* suggestions from review

* finish documentation

* fix tests

* add test for parallel model runner

* fix flake

* fix tests

* fix traditional prediction for refit

* suggestions from review

* add warning for failed processing of results

* remove unnecessary change

* update autopytorch version number

* update autopytorch version number and the example file
* Release 0.2.1

* add release docs

* Update docs/releases.rst
@codecov
Copy link

codecov bot commented Aug 23, 2022

Codecov Report

Merging #475 (17cdc09) into master (a784abb) will decrease coverage by 0.25%.
The diff coverage is 82.86%.

@@            Coverage Diff             @@
##           master     #475      +/-   ##
==========================================
- Coverage   85.53%   85.28%   -0.26%     
==========================================
  Files         231      232       +1     
  Lines       16303    16456     +153     
  Branches     3009     3048      +39     
==========================================
+ Hits        13945    14034      +89     
- Misses       1520     1573      +53     
- Partials      838      849      +11     
Impacted Files Coverage Δ
autoPyTorch/evaluation/test_evaluator.py 94.59% <ø> (ø)
...luation/time_series_forecasting_train_evaluator.py 90.79% <ø> (ø)
autoPyTorch/evaluation/train_evaluator.py 89.06% <ø> (+1.56%) ⬆️
setup.py 0.00% <ø> (ø)
autoPyTorch/utils/results_visualizer.py 95.53% <42.85%> (-3.52%) ⬇️
...mponents/setup/network/forecasting_architecture.py 89.55% <50.00%> (-1.05%) ⬇️
...tup/traditional_ml/traditional_learner/learners.py 81.20% <66.66%> (-1.90%) ⬇️
autoPyTorch/utils/results_manager.py 95.30% <73.52%> (-3.09%) ⬇️
...ml/traditional_learner/base_traditional_learner.py 92.59% <77.77%> (-2.22%) ⬇️
autoPyTorch/api/base_task.py 82.60% <81.53%> (-1.22%) ⬇️
... and 27 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@ravinkohli ravinkohli merged commit 56a2ac1 into master Aug 23, 2022
github-actions bot pushed a commit that referenced this pull request Aug 23, 2022
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.

None yet

2 participants