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

Let matrix literals actually concatenate #1391

Merged
merged 3 commits into from
Jul 2, 2023

Conversation

mgkurtz
Copy link
Contributor

@mgkurtz mgkurtz commented Jun 30, 2023

This makes matrix literals (like QQ[1 2; 3 4]) more flexible. See the new tests for examples.

@codecov
Copy link

codecov bot commented Jun 30, 2023

Codecov Report

Merging #1391 (5521c26) into master (5a96da9) will decrease coverage by 0.06%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #1391      +/-   ##
==========================================
- Coverage   85.78%   85.73%   -0.06%     
==========================================
  Files         104      104              
  Lines       28185    28165      -20     
==========================================
- Hits        24178    24146      -32     
- Misses       4007     4019      +12     
Impacted Files Coverage Δ
src/AbstractAlgebra.jl 56.25% <100.00%> (+1.04%) ⬆️

... and 13 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@thofma thofma merged commit d626816 into Nemocas:master Jul 2, 2023
13 of 15 checks passed
@mgkurtz mgkurtz deleted the mgk/matrix-literals branch August 27, 2024 12:13
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