-
Notifications
You must be signed in to change notification settings - Fork 8
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
ERFA Overhaul #35
ERFA Overhaul #35
Conversation
CI failures are due to this: JuliaPackaging/BinDeps.jl#351 I would like to fix 0.7 deprecations and the above issue as well while I am at it. But without Compat.jl this is cumbersome. Any objections to adding the dependency back? BinDeps.jl installs it anyways. |
I tried to add |
I didn't have the time to have a look at this, just wanted to say that I think it's fine to require Compat |
CI is green 🎉 |
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.
Looks overall good. Great refactoring work!
@@ -1,66 +1,41 @@ | |||
|
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.
Looks like these constants are used nowhere, perhaps are better suited in the newly-born AstroBase.jl
package. And DPI
and D2PI
are probably redundant, given we have pi
in Julia. Anyway, this is unrelated to this change.
I will merge this later and tag a new release if I hear no objections. |
Okay, I have changed a lot of things. But I split the changes in nice thematic commits...