Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Deduction42/time-records in…
Browse files Browse the repository at this point in the history
…to DEV
  • Loading branch information
RGonTheNoble committed Nov 14, 2024
2 parents ebd28eb + be07a8b commit b2d49f7
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions ToDo.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1 @@
(1) Make the "time_average" fully depend on the "time_integrals" output
- We can change the "TimeSeries" output one element at a time (dividing by dt) in order to minimize allocations

(2) Make the "time_integrals" less dependent on the total cumulative integral
- Reconstruct local cumulative integrals to interpolate
- Use the existing time_integral(ts::AbstractTimeSeries{T}, Δt::TimeInterval) implementation which is efficient
- Consider adding an "indhint" argument to make it more efficient (with an indhint output)
- Modify the interpolated results by subtracting the first value

(3) Allow "merge" to make use of a splatable constructor function
- No constrcutor function should return a "Tuple"
- Tuple interpolation will need to broadcast math operators

0 comments on commit b2d49f7

Please sign in to comment.