Skip to content

Bump BlockArrays compat to 1 #40

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

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Bump BlockArrays compat to 1 #40

wants to merge 2 commits into from

Conversation

lassepe
Copy link
Member

@lassepe lassepe commented Dec 6, 2024

TODO (from https://github.com/JuliaArrays/BlockArrays.jl?tab=readme-ov-file#changes-in-v10)

  • BlockedArray replaces PseudoBlockArray.
  • Axes are now typically BlockedOneTo instead of BlockUnitRange.
  • Support for some simple block-banded matrices has been moved here from BlockBandedMatrices.jl.
  • The definition of blocksizes(array::AbstractArray) is changed from blocklengths.(axes(array)) to an iterator of size
  • blocksize(array) over the sizes of each block of array.
  • BlockedUnitRange is now parametrized by the element type instead of hardcoded to Int.

@lassepe lassepe marked this pull request as draft December 6, 2024 15:54
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