Commit bb3bf1b
v1.0 (#255)
* Compact show for `BlockRange` (#248)
* Compact show for BlockRange
* update docstrings
* don't specialize show for zero dim
* fix missing io in print
* missing show tests
* show for BlockIndexRange
* Bump version to v1.0.0-dev
* Add `BlockedOneTo` as the axis type for a `BlockedArray` (#348)
* Add BlockedOneTo
* axes for AbstractBlockedUnitRange returns BlockedOneTo
* Rewrite test using blockedrange instead of BlockedUnitRange
* Update BlockedUnitRange docstring and add for BlockedOneTo/blockedrange
* Show for BlockedOneTo
* Blocklengths for OrdinalRange block sizes
* Update docs
* Return BlockedOneTo in indexing with BlockRange
* Be less fussy in show tests
* Require 1-based lasts in blockedrange
* Disallow offset arrays in BlockedUnitRange
* undo unnecessary doc change
* Test conversions between BlockedOneTo and BlockedUnitRange
* Reduce the number of convert methods
* Remove axes1 specialization
* Disallow offset block axes and blocks in BlockArray constructor
* Remove unused axes method
* Infinite broadcast tests (#383)
* Specialize blockedrange BroadcastStyle for LazyArrayStyle (#384)
* Specialize blockedrange BroadcastStyle for LazyArrayStyle
* Add compat for LazyArrays
* Define dataids for PseudoBlockArrays (#364) (#385)
* Define dataids for PseudoBlockArrays (#364)
* Don't use dataids of axes
* Banded Matrix extension (#388)
* Move BandedMatrices+BlockArrays code in BlockBandedMatrices to extension
* Bump julia-actions/setup-julia from 1 to 2 (#387)
Bumps [julia-actions/setup-julia](https://github.com/julia-actions/setup-julia) from 1 to 2.
- [Release notes](https://github.com/julia-actions/setup-julia/releases)
- [Commits](julia-actions/setup-julia@v1...v2)
---
updated-dependencies:
- dependency-name: julia-actions/setup-julia
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Move over blockbanded code
* Add tests
* Update Project.toml
* add tests
* Update Project.toml
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Generalize the element type of `BlockedUnitRange` (#337)
* Allow more general BlockUnitRange element types
* Restrict element type
* Get tests passing
* Fix some tests
* Fix some doctests
* Skip broken test in Julia v1.6
* Better support for unitful numbers
* Fix tests
* Stricter types in _BlockedUnitRange
* Improve tests coverage
* Allow non-Int eltypes in BlockedOneTo (#395)
* Allow non-Int eltypes in BlockedOneTo
* Specific constructors in BlockedOneTo
* Restrict eltype to integers in BlockedOneTo constructors
* Tests for construction from a Tuple
* Move LazyArrays extension to LazyArrays.jl (#393)
* Move LazyArrays extension to LazyArrays.jl
* remove LazyArrays
* Move over OneToCumsum
This was type piracy in LazyBandedMatrices.jl
* Update blockaxis.jl
* move out InfiniteArrays.jl tests
* Use FillArrays accumulate overloads (#397)
* Bump julia-actions/setup-julia from 1 to 2 (#387)
Bumps [julia-actions/setup-julia](https://github.com/julia-actions/setup-julia) from 1 to 2.
- [Release notes](https://github.com/julia-actions/setup-julia/releases)
- [Commits](julia-actions/setup-julia@v1...v2)
---
updated-dependencies:
- dependency-name: julia-actions/setup-julia
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Map imported names to correct parentmodules (#391)
* Remove unused imported names (#392)
* Don't import Base.Cartesian (#394)
I don't think this is being used anymore
* Use FillArrays accumulate
* Bump julia-actions/cache from 1 to 2 (#398)
Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 1 to 2.
- [Release notes](https://github.com/julia-actions/cache/releases)
- [Commits](julia-actions/cache@v1...v2)
---
updated-dependencies:
- dependency-name: julia-actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update Project.toml
* Update Project.toml
* try running Pkg.update()
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jishnu Bhattacharya <jishnub.github@gmail.com>
* Redefine blocksizes (#399)
* Redefine blocksizes
* Revert change to docstring
* Add tests, fix some tests, add docstring
* Fix more tests
* Add test Project.toml
* Git ignore vim temp files
* Fixes to test Project.toml
* Another test Project.toml fix
* Move code, change type design, better code coverage
* Backwards compatibility. Fix doctest.
* Fix tests
* Redesign BlockSizes to be AbstractArray subtype
* Rename PseudoBlockArray to BlockedArray (#401)
* v1.0, add README
* rename files
* Update README.md
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jishnu Bhattacharya <jishnub.github@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matt Fishman <mtfishman@users.noreply.github.com>1 parent 0ccad75 commit bb3bf1b
File tree
41 files changed
+1740
-920
lines changed- .github/workflows
- benchmark
- docs
- src
- lib
- man
- ext
- src
- test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
41 files changed
+1740
-920
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
10 | 17 | | |
11 | 18 | | |
12 | 19 | | |
13 | | - | |
14 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
15 | 23 | | |
16 | | - | |
| 24 | + | |
17 | 25 | | |
18 | 26 | | |
19 | 27 | | |
| |||
22 | 30 | | |
23 | 31 | | |
24 | 32 | | |
| 33 | + | |
25 | 34 | | |
26 | 35 | | |
27 | 36 | | |
| |||
30 | 39 | | |
31 | 40 | | |
32 | 41 | | |
33 | | - | |
| 42 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
36 | 60 | | |
37 | 61 | | |
38 | 62 | | |
39 | 63 | | |
40 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
41 | 75 | | |
42 | 76 | | |
43 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | | - | |
73 | | - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments