Skip to content

Add changelog #60

Merged
merged 3 commits into from
Sep 17, 2021
Merged

Add changelog #60

merged 3 commits into from
Sep 17, 2021

Conversation

iKintosh
Copy link
Contributor

IMPORTANT: Please do not create a Pull Request without creating an issue first.

Before submitting (checklist)

  • Was this discussed/approved via a Github issue? (no need for typos and docs improvements)
  • Did you read the contribution guide?
  • Did you check the code style? make lint (poetry install -E style).
  • Did you make sure to update the docs? We use Numpy format for all the methods and classes.
  • Did you write any new necessary tests?
  • Did you check that your code passes the unit tests pytest tests/ ?
  • Did you add your new functionality to the docs?
  • Did you update the CHANGELOG?

Type of Change

  • Examples / docs / tutorials / contributors update
  • Bug fix (non-breaking change which fixes an issue)
  • Improvement (non-breaking change which improves an existing feature)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Proposed Changes

  • add changelog

Related Issue

PR review

Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.

@codecov-commenter
Copy link

codecov-commenter commented Sep 17, 2021

Codecov Report

Merging #60 (8a0a0c0) into master (2df0793) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #60   +/-   ##
=======================================
  Coverage   90.32%   90.32%           
=======================================
  Files          45       45           
  Lines        1975     1975           
=======================================
  Hits         1784     1784           
  Misses        191      191           

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 2df0793...8a0a0c0. Read the comment docs.

@iKintosh iKintosh merged commit 19e1ae3 into master Sep 17, 2021
@iKintosh iKintosh deleted the add-changelog branch September 17, 2021 10:32
Mr-Geekman pushed a commit that referenced this pull request Sep 20, 2021
* Create CHANGELOG.md
* Add version 1.0.0
* add unreleased changes
julia-shenshina pushed a commit that referenced this pull request Sep 22, 2021
* Add cap and floor to prophet regressor columns

* Refactor if-block

* Add changelog (#60)

* Create CHANGELOG.md
* Add version 1.0.0
* add unreleased changes

* LinearTrendTransform bug fix (#49)

* Fix tsdataset getitem method (#25)

* fix tsdataset getitem method

* fix style

* add test for all indexes

* fix imports

* add Nan info

* fix typo

Co-authored-by: an.alekseev <an.alekseev@tinkoff.ru>

* ScalerTransform: micro and macro mode (#61)

* Add micro and macro mode for ScalerTransform

* Add macro/micro mode for power transformers


Co-authored-by: a.p.chikov <a.p.chikov@macbook-a.p.chikov>

* Revert "Add cap and floor to prophet regressor columns"

This reverts commit 8c60bba.

* Add processing regressor_cap and regressor_floor features, add notes in documentation about it

* Update changelog

* Fix missing add regressor

* Fix wrong code, edit test

* Reformat code

Co-authored-by: Andrey Alekseev <ilekseev@gmail.com>
Co-authored-by: alex-hse-repository <55380696+alex-hse-repository@users.noreply.github.com>
Co-authored-by: an.alekseev <an.alekseev@tinkoff.ru>
Co-authored-by: a.p.chikov <a.p.chikov@macbook-a.p.chikov>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants