Recent Releases of https://github.com/beacon-biosignals/timespans.jl

https://github.com/beacon-biosignals/timespans.jl - v1.1.0

TimeSpans v1.1.0

Diff since v1.0.0

Merged pull requests: - Add a package extension for ArrowTypes (#61) (@ararslan)

- Julia
Published by github-actions[bot] over 2 years ago

https://github.com/beacon-biosignals/timespans.jl - v1.0.0

TimeSpans v1.0.0

Diff since v0.3.8

Merged pull requests: - Add some examples to README (#58) (@jmmanley) - Set project version to 1.0 (#60) (@glennmoy)

Closed issues: - Tag 1.0? (#59)

- Julia
Published by github-actions[bot] over 2 years ago

https://github.com/beacon-biosignals/timespans.jl - v0.3.8

TimeSpans v0.3.8

Diff since v0.3.7

Merged pull requests: - Support TimeSpan construction from Dates.CompoundPeriod, Dates.Period (#57) (@hannahilea)

- Julia
Published by github-actions[bot] about 3 years ago

https://github.com/beacon-biosignals/timespans.jl - v0.3.7

TimeSpans v0.3.7

Diff since v0.3.6

Closed issues: - user-selectable rounding strategies for time <-> index conversion? (#26) - time_from_index of a range is inconsistent depending on the length of the range (#45)

Merged pull requests: - Backport invert_spans fix to release-0.2 (#54) (@ararslan) - invert_spans when all spans lie outside of parent (#56) (@palday)

- Julia
Published by github-actions[bot] about 3 years ago

https://github.com/beacon-biosignals/timespans.jl - v0.2.11

TimeSpans v0.2.11

Diff since v0.2.10

Closed issues: - Unexpected results during invert_spans if a timespan is straddling in and out of the parent_span (#52)

Merged pull requests: - use 64-bit precision for nanosecondspersample (#50) (@jrevels) - improve consistency of time <-> index conversion (#51) (@jrevels) - Allow spans that cross the parent's boundary in invert_spans (#53) (@ararslan) - Backport invert_spans fix to release-0.2 (#54) (@ararslan)

- Julia
Published by github-actions[bot] over 3 years ago

https://github.com/beacon-biosignals/timespans.jl - v0.3.6

TimeSpans v0.3.6

Diff since v0.3.5

Closed issues: - Unexpected results during invert_spans if a timespan is straddling in and out of the parent_span (#52)

Merged pull requests: - Allow spans that cross the parent's boundary in invert_spans (#53) (@ararslan)

- Julia
Published by github-actions[bot] over 3 years ago

https://github.com/beacon-biosignals/timespans.jl - v0.3.5

TimeSpans v0.3.5

Diff since v0.3.4

Merged pull requests: - use 64-bit precision for nanosecondspersample (#50) (@jrevels)

- Julia
Published by github-actions[bot] over 3 years ago

https://github.com/beacon-biosignals/timespans.jl - v0.3.4

TimeSpans v0.3.4

Diff since v0.3.3

Merged pull requests: - improve consistency of time <-> index conversion (#51) (@jrevels)

- Julia
Published by github-actions[bot] over 3 years ago

https://github.com/beacon-biosignals/timespans.jl - v0.2.10

TimeSpans v0.2.10

Diff since v0.2.9

Closed issues: - invert_spans doesn't handle the empty spans case (#47)

Merged pull requests: - Handle empty spans in invert_spans (#48) (@ararslan) - Backport: Handle empty spans in invert_spans (#49) (@ararslan)

- Julia
Published by github-actions[bot] almost 4 years ago

https://github.com/beacon-biosignals/timespans.jl - v0.3.3

TimeSpans v0.3.3

Diff since v0.3.2

Closed issues: - invert_spans doesn't handle the empty spans case (#47)

Merged pull requests: - Allow TimeSpans to be broadcasted (#43) (#44) (@kendal-s) - Handle empty spans in invert_spans (#48) (@ararslan)

- Julia
Published by github-actions[bot] almost 4 years ago

https://github.com/beacon-biosignals/timespans.jl - v0.2.9

TimeSpans v0.2.9

Diff since v0.2.8

Closed issues: - Backport invert_spans (#37)

Merged pull requests: - Allow TimeSpans to be broadcasted (#43) (@kendal-s) - Allow TimeSpans to be broadcasted (#43) (#44) (@kendal-s)

- Julia
Published by github-actions[bot] almost 4 years ago

https://github.com/beacon-biosignals/timespans.jl - v0.3.2

TimeSpans v0.3.2

Diff since v0.3.1

Closed issues: - Backport invert_spans (#37)

Merged pull requests: - Add invert_spans (#36) (@mich11) - Backport features introduced in 0.3.x to 0.2.x (#38) (@ararslan) - Allow TimeSpans to be broadcasted (#43) (@kendal-s)

- Julia
Published by github-actions[bot] almost 4 years ago

https://github.com/beacon-biosignals/timespans.jl - v0.2.8

TimeSpans v0.2.8

This version is branched off of v0.2.6 to provide features included in later versions to users who can't yet upgrade to v0.3.

Diff since v0.2.6

Merged pull requests: - add Statistics.middle (#25) (@palday) - Add invert_spans (#36) (@mich11) - Backport features introduced in 0.3.x to 0.2.x (#38) (@ararslan)

- Julia
Published by github-actions[bot] about 4 years ago

https://github.com/beacon-biosignals/timespans.jl - v0.3.1

TimeSpans v0.3.1

Diff since v0.3.0

Closed issues: - middle(::TimeSpan) (#24) - Add parse(TimeSpan, ...) support (#35)

Merged pull requests: - add Statistics.middle (#25) (@palday) - add some more index_from_time tests (#34) (@ericphanson)

- Julia
Published by github-actions[bot] about 4 years ago

https://github.com/beacon-biosignals/timespans.jl - v0.3.0

TimeSpans v0.3.0

Diff since v0.2.7

Merged pull requests: - Update CI to codecov-action v2 (#30) (@kimlaberinto) - tag v0.3.0 (#32) (@ericphanson)

- Julia
Published by github-actions[bot] over 4 years ago

https://github.com/beacon-biosignals/timespans.jl - v0.2.7

TimeSpans v0.2.7

NOTE: THIS VERSION HAS BEEN YANKED FROM THE GENERAL REGISTRY. It was found to be inadvertently breaking and was re-tagged as v0.3.0.

Diff since v0.2.6

Closed issues: - Suspected implementation bug in index_from_time(sample_rate, span::TimeSpan) (#28)

Merged pull requests: - Fix #28 (#29) (@ericphanson)

- Julia
Published by github-actions[bot] over 4 years ago

https://github.com/beacon-biosignals/timespans.jl - v0.2.6

TimeSpans v0.2.6

Diff since v0.2.5

Closed issues: - Julia 1.7 support (#22)

Merged pull requests: - fix findall method ambiguity in Julia 1.7 (#23) (@palday)

- Julia
Published by github-actions[bot] over 4 years ago

https://github.com/beacon-biosignals/timespans.jl - v0.2.5

TimeSpans v0.2.5

Diff since v0.2.4

Merged pull requests: - Add functionality to merge timespans in collections (#21) (@ararslan)

- Julia
Published by github-actions[bot] over 4 years ago

https://github.com/beacon-biosignals/timespans.jl - v0.2.4

TimeSpans v0.2.4

Diff since v0.2.3

Closed issues: - Show incorrect for TimeSpan negative endpoints (#12) - TimeSpans not performing as expected with Float32 sample_rate (#15)

Merged pull requests: - Fix TimeSpan show for negative bounds (#13) (@omus) - Improve accuracy of index_from_time (#16) (@omus)

- Julia
Published by github-actions[bot] almost 5 years ago

https://github.com/beacon-biosignals/timespans.jl - v0.2.3

TimeSpans v0.2.3

Diff since v0.2.2

Merged pull requests: - Replace Travis with GHA (#7) (@christopher-dG) - Add method for Base.in (#9) (@ericphanson)

- Julia
Published by github-actions[bot] over 5 years ago

https://github.com/beacon-biosignals/timespans.jl - v0.2.2

TimeSpans v0.2.2

Diff since v0.2.1

Merged pull requests: - Add exports, doctests, and a docstring (#5) (@ararslan) - fix overlaps boundary case + add pretty printing (#6) (@jrevels)

- Julia
Published by github-actions[bot] over 5 years ago

https://github.com/beacon-biosignals/timespans.jl - v0.2.1

TimeSpans v0.2.1

Diff since v0.2.0

Closed issues: - define a translate function (or shift?) (#1)

Merged pull requests: - add translate function (#4) (@jrevels)

- Julia
Published by github-actions[bot] over 5 years ago

https://github.com/beacon-biosignals/timespans.jl - v0.2.0

TimeSpans v0.2.0

Diff since v0.1.0

- Julia
Published by github-actions[bot] over 5 years ago

https://github.com/beacon-biosignals/timespans.jl - v0.1.0

TimeSpans v0.1.0

- Julia
Published by github-actions[bot] over 5 years ago