Conversation
eeceddf to
ba6beb3
Compare
This would be breaking if types are considered as part of the API, but we clearly document our API and do not include the types, so we treat it as non-breaking
|
There several deprecations in DimensionalData reaching back to <v0.27 (our lower bound) that didn't depwarn and that were removed in v0.30:
The above are now fixed. Additionally, the syntax v0.30 adds a new type argument for the dims to |
sethaxen
left a comment
There was a problem hiding this comment.
All remaining test failures should be due to JuliaIO/DiskArrays.jl#289 and are unrelated to these changes
This pull request changes the compat entry for the
DimensionalDatapackage from0.27, 0.28, 0.29to0.27, 0.28, 0.29, 0.30.This keeps the compat entries for earlier versions.
Note: I have not tested your package with this new compat entry.
It is your responsibility to make sure that your package tests pass before you merge this pull request.