Skip to content

Support Accessors.jl #50

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

Merged
merged 4 commits into from
Mar 10, 2023
Merged

Support Accessors.jl #50

merged 4 commits into from
Mar 10, 2023

Conversation

aplavin
Copy link
Contributor

@aplavin aplavin commented Feb 25, 2023

Useful for code that works with coordinates generically and needs to modify them.

Also: fix unnoticed bug in EclipticCoords, add them to all tests.

Accessors only for 1.9, nothing is changed on older julia versions. Accessors.jl contains integrations with stable widely-used packages itself (eg JuliaObjects/Accessors.jl#87), but it makes more sense to keep SkyCoords intergration here.

@codecov
Copy link

codecov bot commented Feb 25, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +5.20 🎉

Comparison is base (f69923e) 90.47% compared to head (eab4df5) 95.68%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #50      +/-   ##
==========================================
+ Coverage   90.47%   95.68%   +5.20%     
==========================================
  Files           3        4       +1     
  Lines         126      139      +13     
==========================================
+ Hits          114      133      +19     
+ Misses         12        6       -6     
Impacted Files Coverage Δ
ext/AccessorsExt.jl 100.00% <100.00%> (ø)
src/types.jl 87.50% <100.00%> (+15.62%) ⬆️

... and 1 file with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@aplavin
Copy link
Contributor Author

aplavin commented Mar 9, 2023

Bump...

Co-authored-by: Mosè Giordano <[email protected]>
@giordano giordano merged commit b2e06a4 into JuliaAstro:master Mar 10, 2023
@aplavin aplavin deleted the ext branch March 25, 2023 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants