Releases: beacon-biosignals/AlignedSpans.jl
Releases · beacon-biosignals/AlignedSpans.jl
Release list
v0.2.10
AlignedSpans v0.2.10
Merged pull requests:
- Bump actions/checkout from 4 to 5 (#47) (@dependabot[bot])
- Bump codecov/codecov-action from 5.4.3 to 5.5.0 (#48) (@dependabot[bot])
- Bump codecov/codecov-action from 5.5.0 to 5.5.1 (#49) (@dependabot[bot])
- Bump actions/checkout from 5 to 6 (#50) (@dependabot[bot])
- Bump codecov/codecov-action from 5.5.1 to 5.5.2 (#51) (@dependabot[bot])
- Bump julia-actions/cache from 2 to 3 (#52) (@dependabot[bot])
- Bump codecov/codecov-action from 5.5.2 to 5.5.3 (#53) (@dependabot[bot])
- Bump codecov/codecov-action from 5.5.3 to 6.0.0 (#54) (@dependabot[bot])
- Bump julia-actions/setup-julia from 2 to 3 (#55) (@dependabot[bot])
- Bump codecov/codecov-action from 6.0.0 to 7.0.0 (#57) (@dependabot[bot])
- Bump actions/checkout from 6 to 7 (#58) (@dependabot[bot])
- [docs] change terminology (time vs sample index, not continuous vs discrete) (#59) (@ericphanson)
- restructure docs, add examples and decision journal (#60) (@ericphanson)
- add little illustrations for each example in the docs (#61) (@ericphanson)
- Bump version for release (#64) (@ericphanson)
v0.1.0
What's Changed
- Initial functionality by @ericphanson in #1
- add codecov token by @ericphanson in #3
- fix codecov badge by @ericphanson in #4
- Fix readme by @ericphanson in #5
- add docs badges by @ericphanson in #6
Full Changelog: https://github.com/beacon-biosignals/AlignedSpans.jl/commits/v0.1.0
v0.2.9
AlignedSpans v0.2.9
- Fix floating-point precision issues in time-to-index conversion by
- canonicalizing on closed-closed Intervals
- using Int128/Rational representations of sample rates internally for all calculations
Merged pull requests:
- have tagbot use the right key (#39) (@ericphanson)
- fix assert violation found in #40 by canonicalizing to closed-closed intervals (#41) (@ericphanson)
- Attempt to handle floating point weirdness with rationals (#42) (@kleinschmidt)
- Bump codecov/codecov-action from 5.3.1 to 5.4.0 (#43) (@dependabot[bot])
- use rational/int sampling rates (#44) (@ericphanson)
- Bump codecov/codecov-action from 5.4.0 to 5.4.2 (#45) (@dependabot[bot])
- Bump codecov/codecov-action from 5.4.2 to 5.4.3 (#46) (@dependabot[bot])
Closed issues:
v0.2.8
AlignedSpans v0.2.8
Merged pull requests:
- Bump codecov action (#23) (@palday)
- Create dependabot.yml (#25) (@palday)
- Bump codecov/codecov-action from 3 to 4 (#26) (@dependabot[bot])
- Bump actions/checkout from 1 to 4 (#27) (@dependabot[bot])
- Bump julia-actions/setup-julia from 1 to 2 (#28) (@dependabot[bot])
- Fix docs (#29) (@ericphanson)
- Bump julia-actions/cache from 1 to 2 (#30) (@dependabot[bot])
- Bump codecov/codecov-action from 4 to 5 (#31) (@dependabot[bot])
- Bump codecov/codecov-action from 5.0.2 to 5.1.1 (#33) (@dependabot[bot])
- Bump codecov/codecov-action from 5.1.1 to 5.1.2 (#34) (@dependabot[bot])
- Bump codecov/codecov-action from 5.1.2 to 5.3.1 (#35) (@dependabot[bot])
- improve docs and add asserts (#37) (@ericphanson)
- add
RoundFullyContainedSampleSpans(#38) (@ericphanson)
Closed issues:
ROUND_INWARDincorrect (#36)
v0.2.7
AlignedSpans v0.2.7
Merged pull requests:
- apply post-merge review suggestions for #19 (#21) (@ericphanson)
- CompatHelper: bump compat for TimeSpans to 1, (keep existing compat) (#24) (@github-actions[bot])
v0.2.6
v0.2.5
v0.2.4
AlignedSpans v0.2.4
Closed issues:
- Support sample_time < 0 nanoseconds (#15)
Merged pull requests:
- allow AlignedSpans w/ negative indices (#16) (@ericphanson)
v0.2.3
v0.2.2
AlignedSpans v0.2.2
Merged pull requests:
- Support constructing
AlignedSpanfromUnitRange(#13) (@hannahilea)