beacon-biosignals / TimeSpans.jl

A Julia package that provides a `TimeSpan` type for representing a continuous span between two points in time.
Other
6 stars 2 forks source link

fix findall method ambiguity in Julia 1.7 #23

Closed palday closed 2 years ago

palday commented 2 years ago

Closes #22

ericphanson commented 2 years ago

Should we add 1.6 to CI, to be sure we keep that working? Then the versions would be: earliest supported release (1.0), LTS (1.6) and current release (1.7)

palday commented 2 years ago

I would be tempted to drop 1.0 support and just test LTS and current release.

jrevels commented 2 years ago

I would be tempted to drop 1.0 support and just test LTS and current release.

I'm fine with this.