v0.16.40
·
81 commits
to master
since this release
BlockArrays v0.16.40
Merged pull requests:
- Remove explicit test on v1.10 (#326) (@jishnub)
- Bump actions/cache from 3 to 4 (#327) (@dependabot[bot])
- Bump codecov/codecov-action from 3 to 4 (#328) (@dependabot[bot])
- Use Codecov token in the coverage action (#329) (@jishnub)
- Ignore versioned manifest files (#330) (@jishnub)
- Return array in setindex (#331) (@jishnub)
- Run Documenter job on tags (#332) (@jishnub)
- Direct PkgEval badge to the report (#333) (@jishnub)
- Call functions instead of field access for BlockedUnitRange (#338) (@jishnub)
- Downstream test against ApproxFunBase (#339) (@jishnub)
- Use Documenter v1 in tests (#340) (@jishnub)
- Fix examples in manual (#341) (@jishnub)
- Simplify and specify types in blockedrange-related docstrings (#342) (@jishnub)
- Remove first/lasts field access by accessor functions (#343) (@jishnub)
- Fix blocks in popfirst (#344) (@jishnub)
Closed issues:
- Potential issue with
findblock[index]
forBlockUnitRange
withfirst != 1
(#336)