-
Notifications
You must be signed in to change notification settings - Fork 2
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
Support named tuples and arrow serialization #41
base: main
Are you sure you want to change the base?
Conversation
Project.toml
Outdated
@@ -1,9 +1,10 @@ | |||
name = "TimeSpans" | |||
uuid = "bb34ddd2-327f-4c4a-bfb0-c98fc494ece1" | |||
authors = ["Beacon Biosignals, Inc."] | |||
version = "0.3.1" | |||
version = "0.4.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this is breaking?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Based on the slack conversation we do want to be careful about how this is introduced re the pirated methods removed in beacon-biosignals/Onda.jl#126
Co-authored-by: Alex Arslan <[email protected]>
Co-authored-by: Eric Hanson <[email protected]>
@ericphanson: I believe this is ready for you to approve. |
Though there is some debate over in #42 about whether TimeSpans should support non |
Okay. I think that should be safe enough now... |
Sorry, I don't think I'll get to this by my EOD and I'm out of the rest of the week, so I'll unrequest myself. The version #s and right way to align this with changes to Onda still isn't totally clear to me. E.g. Onda is not compatible with v0.3 of TimeSpans.jl which is a complication here. |
Co-authored-by: Alex Arslan <[email protected]>
In some ways I think that makes the process a little easier: if we mark this release as breaking then Onda can release a breaking version that requires 0.4 of TimeSpans (skipping 0.3 altogether). What work is involved in making Onda compatible with newer versions of TimeSpans? |
Alternatively, if Onda is not compatible with 0.3 at all, we can just mark this as non-breaking (since the only reason it is technically "breaking" for Onda is that it was pirating some methods that belonged here). Whenever Onda gets upgraded to support TimeSpans 0.3, it will have to also remove the methods it pirates. |
Thanks that's helpful background! Looks like there are a number of moving parts to supporting TimeSpans 0.3 unrelated to the pirated methods. (Annoyingly that probably needs to be fixed for us to benefit from TimeSpans, since Onda is probably a common dependency). |
These two features were pirated in another beacon repo, and are being moved here