Releases: JuliaLinearAlgebra/SpecialMatrices.jl
Releases · JuliaLinearAlgebra/SpecialMatrices.jl
v3.0.0
SpecialMatrices v3.0.0
Closed issues:
- Extending Circulant Functionality (#21)
- Some docstrings would be nice (#38)
- Cauchy type mismatch (#46)
- Please register the latestet version v2.0.1 officially (#57)
- Check 1-based indexing throughout (#71)
Merged pull requests:
- Clean and 100% covered Cauchy matrices (#17) (@fp4code)
- Some documentation (#45) (@JeffFessler)
- tab to 4space (#48) (@JeffFessler)
- Streamline Vandermonde (#49) (@JeffFessler)
- Update badges and Readme examples (#50) (@JeffFessler)
- Make Strang type stable and efficient (#51) (@JeffFessler)
- Streamline Riemann (#52) (@JeffFessler)
- Bump version for Polynomials. (#55) (@hurak)
- Update CompatHelper.yml to v3 (#56) (@jishnub)
- Update actions to v3 to use node.js v16 and
master
branch (#58) (@jishnub) - Fix Riemann doctest (#59) (@JeffFessler)
- Avoid rebuilding docs on readme changes (#60) (@JeffFessler)
- Fix branch in docs/make.jl (#61) (@JeffFessler)
- Test and fix Hilbert (#63) (@JeffFessler)
- Test Julia 1.6 and abandon 1.0 (#64) (@JeffFessler)
- Add tests for Kahan (#65) (@JeffFessler)
- Add dependabot (#66) (@JeffFessler)
- Bump codecov/codecov-action from 1 to 3 (#67) (@dependabot[bot])
- Update Frobenius to use 3-arg
mul!
and improve test coverage (#68) (@JeffFessler) - Use 3-arg mul! for Companion and improve test coverage (#69) (@JeffFessler)
- Tweak Documentation to try to get docs to build and deploy (#70) (@JeffFessler)
- Use jldoctest in docstrings (#72) (@JeffFessler)
- Fix links in readme (#73) (@jishnub)
- Ensure 1-based indexing (#76) (@JeffFessler)
- Update documentation, tweak actions (#77) (@JeffFessler)
- Add LDLt factorization for Strang (#78) (@JeffFessler)
v2.0.0
SpecialMatrices v2.0.0
Closed issues:
- Avoid redundancy with ToeplitzMatrices.jl (#23)
- Failed to precompile SpecialMatrices (#37)
- Possible to get a new tagged release? (#39)
Merged pull requests:
- Remove Toeplitz, Hankel, and circulant matrices (#40) (@devmotion)
v1.0.1
SpecialMatrices v1.0.1
Closed issues:
- New Feature: Add constructor for Toeplitz matrix (#7)
- Special Matrix Transpose (#10)
- Corrections needed for 0.5.0 (#11)
- Please add a tag to current master and update METADATA (#15)
- Error Companion Matrix (#18)
- compatibility Julia v0.4.5 (#24)
- Julia 1.1 Compatibility (#27)
- Info about upcoming removal of packages in the General registry (#28)
- @JuliaRegistrator register (#29)
- Polynomials 1.0 no longer exports Poly (#35)
Merged pull requests:
- extend support for Hilbert matrices and their inverses (#30) (@fkastner)
- Install TagBot as a GitHub Action (#31) (@JuliaTagBot)
- Update README.md (#32) (@singularitti)
- Various modernization updates (#33) (@christopher-dG)
- Use test sets (#34) (@christopher-dG)
- Fix Companion: Polynomial does not have a property "a". Improve testing. (#36) (@mkitti)
- Update CI (#41) (@devmotion)
- Update Project.toml (#42) (@ivanslapnicar)
v1.0.0
v1.0.0 (2019-09-11)
Closed issues:
- Printing of matrices causes error in the REPL (#22)
- Companion issue (#14)
- Move to JuliaMath? (#12)
- [PkgEval] SpecialMatrices may have a testing issue on Julia 0.2 (2014-07-09) (#6)
Merged pull requests:
- Fast solver for Vandermonde systems (#26) (ludvigak)
- Julia 1.0 compability (#25) (ludvigak)
- fix A_mul_B! (#20) (ChrisRackauckas)
- Fix Strang printing (#19) (ChrisRackauckas)
- Added more matrices ... (#9) (ivanslapnicar)