Releases: JuliaLinearAlgebra/Octavian.jl
Releases · JuliaLinearAlgebra/Octavian.jl
v0.1.0
Octavian v0.1.0
Closed issues:
- Combination of
@time
and@testset
breaksgetindex
forPointerMatrix
(#9) - TODO: Get code coverage to 100% (#11)
- Run the non-coverage tests with bigger matrices (#14)
- Code coverage bug on line 6 of
src/macrokernel.jl
(#15) - Change threading API (#25)
Merged pull requests:
- Split CI into separate workflows for Julia 1.x versus Julia nightly (#1) (@DilumAluthge)
- Add some macros from Gaius.jl (#2) (@DilumAluthge)
- Add some dependencies (#3) (@DilumAluthge)
- Transfer repo to JuliaLinearAlgebra (#4) (@DilumAluthge)
- Rename the package to Octavian.jl (#5) (@DilumAluthge)
- Initial matmul implementation (#6) (@chriselrod)
- Separate the tests for coverage versus non-coverage (#8) (@DilumAluthge)
- Add tests to increase code coverage (#10) (@DilumAluthge)
- Reorganize the CI workflow files (#12) (@DilumAluthge)
- [Docs] Some improvements to the documentation (#13) (@DilumAluthge)
- Bigger and more test matrices, and use
Val
for cache_inclusvity (#16) (@chriselrod) - First attempt at multithreading: thread loop 3 only (#17) (@DilumAluthge)
- In the README, mention that the package is still experimental (#20) (@DilumAluthge)
- Temporarily disable CI on Windows (#21) (@DilumAluthge)
- More descriptive CI job names (#26) (@DilumAluthge)
- Set the random seed at the beginning of the test suite (#27) (@DilumAluthge)
- Always use threading (#28) (@DilumAluthge)
- Added explicit dependency on ArrayInterface (#29) (@chriselrod)
- Stop exporting
matmul
andmatmul!
(#30) (@DilumAluthge) - Run CI with one thread and three threads (#31) (@DilumAluthge)
- [docs] Add a package description (#32) (@DilumAluthge)
- Bump version number from "0.1.0-DEV" to "0.1.0" (#33) (@DilumAluthge)
- [docs] Add a "Getting Started" page (#34) (@DilumAluthge)
- [docs] Remind the user to start Julia with multiple threads (#35) (@DilumAluthge)
- [docs] Small tweak to some examples (#36) (@DilumAluthge)
- [docs] Fix whitespace (#37) (@DilumAluthge)