Skip to content
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 datetimes #38

Merged
merged 2 commits into from
Mar 18, 2024
Merged

support datetimes #38

merged 2 commits into from
Mar 18, 2024

Conversation

aplavin
Copy link
Contributor

@aplavin aplavin commented Sep 30, 2023

No description provided.

@codecov
Copy link

codecov bot commented Sep 30, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (d397fef) 100.00% compared to head (50cfd22) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##            master       #38   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         6    +1     
  Lines          121       129    +8     
=========================================
+ Hits           121       129    +8     
Files Coverage Δ
ext/DatesExt.jl 100.00% <100.00%> (ø)
src/InverseFunctions.jl 100.00% <ø> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

test/test_inverse.jl Outdated Show resolved Hide resolved
test/test_inverse.jl Show resolved Hide resolved
@oschulz
Copy link
Collaborator

oschulz commented Oct 2, 2023

If we do this, I think we should support Dates for <v1.9 as well (as a direct dependency), via a

@static if !isdefined(Base, :get_extension)
    include("../ext/DatesExt.jl")
end

@oschulz
Copy link
Collaborator

oschulz commented Nov 2, 2023

@aplavin , should we get this one "home"?

@oschulz oschulz mentioned this pull request Nov 2, 2023
@aplavin
Copy link
Contributor Author

aplavin commented Nov 25, 2023

Yes I think this is ready

@oschulz
Copy link
Collaborator

oschulz commented Nov 25, 2023

@devmotion any objections to merging and releasing?

@oschulz
Copy link
Collaborator

oschulz commented Dec 25, 2023

My apologies @aplavin , we lost track of this one. @devmotion any objections to merging this?

@oschulz
Copy link
Collaborator

oschulz commented Mar 18, 2024

I'm very sorry for the delay @aplavin ! Merging this now.

@oschulz oschulz merged commit 43fd0df into JuliaMath:master Mar 18, 2024
9 checks passed
@oschulz
Copy link
Collaborator

oschulz commented Mar 18, 2024

@aplavin aplavin deleted the dates branch April 24, 2024 17:39
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.

3 participants