Skip to content

v1.3.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Dec 00:39
· 2 commits to master since this release
cc46573

BlockArrays v1.3.0

Diff since v1.2.0

julia compat v1.10

The v1.3 release sets the minimum julia compat to v1.10 (the current LTS release). Further development would seek to remain compatible with this version of julia. Older releases of BlockArrays (<v"1.3") would remain compatible with julia v1.6+.

Merged pull requests:

  • Inline blocksizes for better type-inference (#429) (@jishnub)
  • file -> files in CI codecov step (#434) (@jishnub)
  • Pass a command line flag to downstream tests (#435) (@jishnub)
  • Skip Aqua stale deps check in downstream tests (#436) (@jishnub)
  • Remove extension loading code for older julia versions (#437) (@jishnub)
  • Don't specify arch in ci matrix (#438) (@jishnub)

Closed issues:

  • Type instability of blocksizes(y, i) (#425)