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

Apply a few fixes and improvements from PDMats.jl #35

Merged
merged 2 commits into from
Oct 17, 2023

Conversation

devmotion
Copy link

This PR adapts a few improvements from the latest PDMats releases and fixes a StackOverflowError with quad and invquad that show up due to an updated dispatch hierarchy in PDMats (it's required to define the matrix versions as well: the previous default was wrong and implemented with inplace operations which broke StaticArrays support).

Copy link
Member

@oxinabox oxinabox left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@oxinabox oxinabox closed this Oct 17, 2023
@oxinabox oxinabox reopened this Oct 17, 2023
@codecov
Copy link

codecov bot commented Oct 17, 2023

Codecov Report

Merging #35 (729741b) into master (fcf559d) will decrease coverage by 1.61%.
Report is 4 commits behind head on master.
The diff coverage is 61.11%.

@@            Coverage Diff             @@
##           master      #35      +/-   ##
==========================================
- Coverage   74.13%   72.53%   -1.61%     
==========================================
  Files           4        4              
  Lines         116      142      +26     
==========================================
+ Hits           86      103      +17     
- Misses         30       39       +9     
Files Coverage Δ
src/PDMatsExtras.jl 100.00% <ø> (ø)
src/utils.jl 88.88% <0.00%> (-11.12%) ⬇️
src/psd_mat.jl 57.83% <62.85%> (+4.38%) ⬆️

@oxinabox oxinabox merged commit 59ad8ee into invenia:master Oct 17, 2023
6 of 9 checks passed
@devmotion devmotion deleted the dw/updates branch October 17, 2023 08:35
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