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

Remove keyword arguments from X_A_Xt and X_A_Xt! and add AbstractMatrix fallbacks #34

Merged
merged 7 commits into from
Jul 9, 2024

Conversation

nathanaelbosch
Copy link
Owner

This will prevent some type piracy in ProbNumDiffEq.jl, as shown here: nathanaelbosch/ProbNumDiffEq.jl#278 (comment)

Copy link

codecov bot commented Jul 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.27%. Comparing base (e380ae7) to head (257f051).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #34      +/-   ##
==========================================
+ Coverage   98.21%   98.27%   +0.06%     
==========================================
  Files           1        1              
  Lines          56       58       +2     
==========================================
+ Hits           55       57       +2     
  Misses          1        1              

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

@nathanaelbosch
Copy link
Owner Author

Before merging I locally made sure that ProbNumDiffEq.jl tests pass, so next I will open a PR there that moves the package over to v0.5.0!

@nathanaelbosch nathanaelbosch merged commit 7939218 into main Jul 9, 2024
10 checks passed
@nathanaelbosch nathanaelbosch deleted the remove-xaxt-kwargs branch July 9, 2024 16:16
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.

1 participant