Skip to content

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.

2 participants