-
Notifications
You must be signed in to change notification settings - Fork 9
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
Timeseries and calc_temporal_pattern #88
Merged
Merged
Conversation
This file contains 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
dyokelson
changed the title
WIP Timeseries and calc_temporal_pattern
WIP stats: Timeseries and calc_temporal_pattern
Sep 6, 2023
dyokelson
added
area-stats
Issues and PRs related to Thicket's stats subpackage
area-thicket
Issues and PRs involving Thicket's core Thicket datastructure and associated classes
status-work-in-progress
PR is currently being worked on
labels
Sep 6, 2023
dyokelson
changed the title
WIP stats: Timeseries and calc_temporal_pattern
WIP: Timeseries and calc_temporal_pattern
Sep 7, 2023
dyokelson
force-pushed
the
timeseries
branch
2 times, most recently
from
September 28, 2023 04:38
a5956db
to
0b7f32a
Compare
dyokelson
force-pushed
the
timeseries
branch
from
December 28, 2023 19:12
0b7f32a
to
23e8f47
Compare
initial tests added test files fixed indentation fix function check fixed the from_timeseries function timeseries almost done, needs rebase and cleanup memory pattern mapping works, still needs cleanup adding memory pattern visual to tree refactor to temporal pattern tiny cleanup code cleanup and black formatting should be ready for review weird python black failure I think fixed
dyokelson
changed the title
WIP: Timeseries and calc_temporal_pattern
Timeseries and calc_temporal_pattern
Sep 4, 2024
dyokelson
added
status-ready-for-review
This PR is ready to be reviewed by assigned reviewers
type-feature
Requests for new features or PRs which implement new features
and removed
status-work-in-progress
PR is currently being worked on
labels
Sep 4, 2024
slabasan
approved these changes
Oct 28, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area-stats
Issues and PRs related to Thicket's stats subpackage
area-thicket
Issues and PRs involving Thicket's core Thicket datastructure and associated classes
priority-normal
Normal priority issues and PRs
status-ready-for-review
This PR is ready to be reviewed by assigned reviewers
type-feature
Requests for new features or PRs which implement new features
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.
Ready to go except it needs the hatchet changes below.
Requires hatchet PR LLNL/hatchet#107 for timeseries to be readable.