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

feat: class for time series #508

Merged
merged 72 commits into from
Jan 29, 2024
Merged

Conversation

Gerhardsa0
Copy link
Contributor

Closes #481

Summary of Changes

added the time series class, with all basic tests and functionalities
the new features are not added, but this would make the pr too big

Ettel added 4 commits December 5, 2023 19:19
time series class is a tagged table which treats the target column as an feature and adds an time column, which a neither a feature or target column
also I added alot of tests, I am done until the test_from_table and also time series functionalities needs to be added, this can take some time still(the testing takes alot of time)
- added time series blue print and extended errors and tests
- not having a great week, rthats
removed the tests for the new features and they are just there for blue print
@Gerhardsa0 Gerhardsa0 requested review from a team and lars-reimann as code owners December 13, 2023 14:28
@Gerhardsa0 Gerhardsa0 linked an issue Dec 13, 2023 that may be closed by this pull request
@Gerhardsa0 Gerhardsa0 changed the title 481 timeseries class in safe ds std lib 1 feat: 481 timeseries class in safe ds std lib 1 Dec 14, 2023
Ettel added 2 commits December 14, 2023 17:50
Copy link
Contributor

github-actions bot commented Dec 14, 2023

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ PYTHON black 36 0 0 1.44s
✅ PYTHON mypy 36 0 2.43s
✅ PYTHON ruff 36 0 0 0.16s
✅ REPOSITORY git_diff yes no 0.24s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@lars-reimann lars-reimann changed the title feat: 481 timeseries class in safe ds std lib 1 feat: class for time series Dec 14, 2023
@lars-reimann lars-reimann marked this pull request as draft December 14, 2023 20:34
@lars-reimann
Copy link
Member

I'm not going to fully review this until the automated checks pass. Do you need some specific feedback?

Copy link

codecov bot commented Dec 15, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (0cfe80a) 100.00% compared to head (415aebd) 100.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##              main      #508    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           49        50     +1     
  Lines         2706      2831   +125     
==========================================
+ Hits          2706      2831   +125     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

sibre28
sibre28 previously approved these changes Jan 22, 2024
src/safeds/data/tabular/containers/_table.py Outdated Show resolved Hide resolved
src/safeds/data/tabular/containers/_table.py Show resolved Hide resolved
src/safeds/data/tabular/containers/_time_series.py Outdated Show resolved Hide resolved
src/safeds/data/tabular/containers/_time_series.py Outdated Show resolved Hide resolved
src/safeds/data/tabular/containers/_tagged_table.py Outdated Show resolved Hide resolved
src/safeds/data/tabular/containers/_time_series.py Outdated Show resolved Hide resolved
src/safeds/data/tabular/containers/_time_series.py Outdated Show resolved Hide resolved
src/safeds/data/tabular/containers/_time_series.py Outdated Show resolved Hide resolved
src/safeds/data/tabular/containers/_time_series.py Outdated Show resolved Hide resolved
Co-authored-by: Alexander <47296670+Marsmaennchen221@users.noreply.github.com>
Gerhardsa0 and others added 8 commits January 26, 2024 10:50
Co-authored-by: Alexander <47296670+Marsmaennchen221@users.noreply.github.com>
Co-authored-by: Alexander <47296670+Marsmaennchen221@users.noreply.github.com>
fixed from_table_to_time_series function and updated the test
…std-lib-1' into 481-timeseries-class-in-safe-ds-std-lib-1
Co-authored-by: Alexander <47296670+Marsmaennchen221@users.noreply.github.com>
@Gerhardsa0 Gerhardsa0 merged commit 73cdfb1 into main Jan 29, 2024
7 checks passed
@Gerhardsa0 Gerhardsa0 deleted the 481-timeseries-class-in-safe-ds-std-lib-1 branch January 29, 2024 13:07
lars-reimann pushed a commit that referenced this pull request Feb 3, 2024
## [0.18.0](v0.17.1...v0.18.0) (2024-02-03)

### Features

* Add adjust_color_balance method in Image ([#530](#530)) ([dba23f9](dba23f9)), closes [#525](#525)
* Add find_edges method in Image ([#531](#531)) ([d728eb6](d728eb6)), closes [#523](#523)
* class for time series ([#508](#508)) ([73cdfb1](73cdfb1)), closes [#481](#481)
@lars-reimann
Copy link
Member

🎉 This PR is included in version 0.18.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@lars-reimann lars-reimann added the released Included in a release label Feb 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released Included in a release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TimeSeries Class in Safe-DS std-Lib
5 participants