Skip to content

Add TrendTransform #139

Merged
merged 14 commits into from
Oct 7, 2021
Merged

Add TrendTransform #139

merged 14 commits into from
Oct 7, 2021

Conversation

alex-hse-repository
Copy link
Collaborator

@alex-hse-repository alex-hse-repository commented Oct 6, 2021

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

Before submitting (must do checklist)

  • Did you read the contribution guide?
  • Did you update the docs? We use Numpy format for all the methods and classes.
  • Did you write any new necessary tests?
  • 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 TrendTransform

Related Issue

Closing issues

@alex-hse-repository alex-hse-repository added the enhancement New feature or request label Oct 6, 2021
@alex-hse-repository alex-hse-repository self-assigned this Oct 6, 2021
alex-hse-repository and others added 10 commits October 6, 2021 13:20
* Update ruptures version

* Fix doccstring

* Upd CHANGELOG
* Add scaling for cbar

* Update CHANGELOG
* V-optimal hist error

* First version hist anomalies

* Add tests, raw version

* Ready to optimize

* Add docs

* Add numba v1

* new tests

* Minor fix

* Fix bugs

* Fix lint

* Fix x2

* Final

* Changelog

* Final x2

* run workflow

Co-authored-by: Andrey Alekseev <[email protected]>
@codecov-commenter
Copy link

codecov-commenter commented Oct 7, 2021

Codecov Report

Merging #139 (e560206) into master (b11f399) will increase coverage by 0.16%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #139      +/-   ##
==========================================
+ Coverage   86.97%   87.13%   +0.16%     
==========================================
  Files          70       71       +1     
  Lines        3055     3094      +39     
==========================================
+ Hits         2657     2696      +39     
  Misses        398      398              
Impacted Files Coverage Δ
etna/transforms/__init__.py 100.00% <100.00%> (ø)
etna/transforms/trend.py 100.00% <100.00%> (ø)

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 b11f399...e560206. Read the comment docs.

@julia-shenshina julia-shenshina merged commit a42d1e7 into master Oct 7, 2021
@iKintosh iKintosh deleted the ETNA-800 branch November 18, 2021 15:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants