Add PointsInTimeSeries class and integrate with SampleSeries#45
Draft
tombonfert wants to merge 2 commits into
Draft
Add PointsInTimeSeries class and integrate with SampleSeries#45tombonfert wants to merge 2 commits into
tombonfert wants to merge 2 commits into
Conversation
- Introduced the PointsInTimeSeries class to represent time series data with values defined at specific timestamps. - Updated the SampleSeries class to support filtering based on PointsInTime, returning a PointsInTimeSeries when applicable. - Enhanced the __init__.py file to include the new PointsInTimeSeries class. - Added unit tests for PointsInTimeSeries and updated existing tests to validate new functionality. - Ensured compatibility with existing series types and improved overall functionality in time series operations.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #45 +/- ##
==========================================
+ Coverage 86.35% 86.54% +0.18%
==========================================
Files 52 53 +1
Lines 4229 4391 +162
Branches 507 528 +21
==========================================
+ Hits 3652 3800 +148
- Misses 479 491 +12
- Partials 98 100 +2
🚀 New features to boost your workflow:
|
…Series - Added a new documentation file for the Core Data Model, detailing the in-memory result classes and their interactions. - Updated existing documentation for Aggregations and Events to adjust sidebar positions for better organization. - Enhanced the TSAL documentation to clarify filtering methods and their return types, including the integration of PointsInTimeSeries. - Updated the API sidebar to include the new PointsInTimeSeries reference, ensuring comprehensive access to all series types.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
Test Plan
Checklist