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: when using from table to time series feature must be given #572

Conversation

Gerhardsa0
Copy link
Contributor

@Gerhardsa0 Gerhardsa0 commented Mar 15, 2024

Closes #571

Summary of Changes

TimeSeries no longer is subclass of TaggedTable only of Table

@Gerhardsa0 Gerhardsa0 requested a review from a team as a code owner March 15, 2024 13:21
@Gerhardsa0 Gerhardsa0 linked an issue Mar 15, 2024 that may be closed by this pull request
Copy link
Contributor

github-actions bot commented Mar 15, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ PYTHON black 36 0 0 1.44s
✅ PYTHON mypy 36 0 2.5s
✅ PYTHON ruff 36 0 0 0.17s
✅ REPOSITORY git_diff yes no 0.25s

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

Copy link

codecov bot commented Mar 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (f6a3ca7) to head (1a9dc14).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #572   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           50        50           
  Lines         2956      2973   +17     
=========================================
+ Hits          2956      2973   +17     

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

@Gerhardsa0 Gerhardsa0 changed the title 571 bug when using from table to time series feature must be given bug: when using from table to time series feature must be given Mar 15, 2024
@Gerhardsa0 Gerhardsa0 changed the title bug: when using from table to time series feature must be given feat: when using from table to time series feature must be given Mar 15, 2024
@lars-reimann
Copy link
Member

@Gerhardsa0 Please remove the merge conflict, then this should be good to go.

@Gerhardsa0
Copy link
Contributor Author

@Gerhardsa0 Please remove the merge conflict, then this should be good to go.

yes, thank you!

…g-when-using-from_table_to_time_series-feature-must-be-given

# Conflicts:
#	tests/safeds/data/tabular/containers/_table/_tagged_table/_time_series/test_sizeof.py
#	tests/safeds/data/tabular/containers/_time_series/test_eq.py
#	tests/safeds/data/tabular/containers/_time_series/test_hash.py
Copy link
Member

@lars-reimann lars-reimann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work, thank you.

@lars-reimann lars-reimann merged commit ca23f0f into main Mar 18, 2024
8 checks passed
@lars-reimann lars-reimann deleted the 571-bug-when-using-from_table_to_time_series-feature-must-be-given branch March 18, 2024 15:23
Copy link
Contributor

@WinPlay02 WinPlay02 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything looks good 👍🏻

lars-reimann pushed a commit that referenced this pull request Apr 3, 2024
## [0.20.0](v0.19.0...v0.20.0) (2024-04-03)

### Features

* add deterministic hash methods to all types ([#573](#573)) ([f6a3ca7](f6a3ca7))
* add fnn functionality ([#529](#529)) ([ce53153](ce53153)), closes [#522](#522)
* add suffixes to models to indicate their task ([#588](#588)) ([d490dee](d490dee))
* added lag_plot ([#548](#548)) ([0fb38d2](0fb38d2)), closes [#519](#519)
* added normal plot for time series ([#550](#550)) ([dbdf11e](dbdf11e)), closes [#549](#549)
* when using from table to time series feature must be given ([#572](#572)) ([ca23f0f](ca23f0f)), closes [#571](#571)

### Bug Fixes

* incorrect type hint for `number_of_bins` parameter ([#567](#567)) ([b434e53](b434e53))
* mark various API elements as internal ([#587](#587)) ([ea176fc](ea176fc)), closes [#582](#582) [#585](#585)
@lars-reimann
Copy link
Member

🎉 This PR is included in version 0.20.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@lars-reimann lars-reimann added the released Included in a release label Apr 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.

bug: When using from_table_to_time_series, feature must be given
4 participants