Releases: JuliaSmoothOptimizers/LinearOperators.jl
Releases · JuliaSmoothOptimizers/LinearOperators.jl
v1.3.0
LinearOperators v1.3.0
Closed issues:
- TypeError (#154)
Merged pull requests:
- Fix GitHub Actions badge (#167) (@amontoison)
- Add breakage tests (#168) (@abelsiqueira)
- define mul! for quasi-Newton operators (#170) (@dpo)
- bump version to 1.2.2 (#171) (@dpo)
- Breakage test: show commit hash (#173) (@abelsiqueira)
- Update TagBot.yml (#174) (@dpo)
- Update documentation workflow (#175) (@JSOBot)
- Update CI, TagBot and documentation workflows (#176) (@JSOBot)
v1.2.1
LinearOperators v1.2.1
Merged pull requests:
- use GitHub Actions across the board (#162) (@dpo)
- Allows symmetric and hermitian options for all PreallocatedLinearOperator methods (#165) (@amontoison)
- Release 1.2.1 (#166) (@amontoison)
v1.2.0
LinearOperators v1.2.0
Closed issues:
- Matrix-vector products with CuArrays and SparseArrays (#139)
Merged pull requests:
- fix CI scripts (#148) (@dpo)
- Add BlockDiagonalOperator and TimedLinearOperator in the documentation (#149) (@amontoison)
- Fix badge with Krylov in it (#150) (@abelsiqueira)
- Style proposal for JSO documentation (#151) (@abelsiqueira)
- Add BibTeX citation info (#152) (@dpo)
- LBFGS: remove allocations (#155) (@dpo)
- GitHub Actions CI (#156) (@dpo)
- build/deploy docs (#157) (@dpo)
- LSR1: remove allocations, make more generic (#158) (@dpo)
- version 1.2.0 (#159) (@dpo)
v1.1.0
LinearOperators v1.1.0
Merged pull requests:
- Install TagBot as a GitHub Action (#137) (@JuliaTagBot)
- Create CompatHelper.yml (#138) (@abelsiqueira)
- Allows more generic matrix-vector products (#140) (@amontoison)
- Add a kwarg storagetype for PreallocatedLinearOperators (#141) (@amontoison)
- Fix travis matrix to jobs (#142) (@amontoison)
- QN: reset scaling factor (#143) (@dpo)
- minor updates to L-SR1 operator (#145) (@dpo)
- Deprecation warning on keywords mem of LBFGS operators (#147) (@abelsiqueira)
v1.0.1
v1.0.1 (2019-12-13)
Merged pull requests:
- Remove wrong license in docs and update to 1.0.1 (#135) (abelsiqueira)
v1.0.0
v1.0.0 (2019-12-02)
Closed issues:
- LinearOperators concatenation functions have priority on matrices and fail (#129)
- Refactor source code (#113)
Merged pull requests:
- Version 1.0.0 (#133) (abelsiqueira)
- Update Documenter version (#132) (abelsiqueira)
- Update docs and coverage version to Julia 1.3 (#131) (abelsiqueira)
- Julia 1.3, FreeBSD, badge (#130) (dpo)
- Refactor code and split into many files (#126) (abelsiqueira)
v0.7.1
v0.7.1 (2019-11-20)
Merged pull requests:
- Version 0.7.1 (#128) (abelsiqueira)
- Annotate a few types to improve type inference and thus allocation (#127) (abelsiqueira)
- Version 0.7.0 (#125) (dpo)
v0.7.0
v0.7.0 (2019-11-15)
Closed issues:
- Missing methods for AdjointLinearOperator (#123)
- Make Linear Operators immutable (#114)
- Some operations involving adjoints are not yet supported (#109)
- Unary operations on adjoint fail (#107)
- [discussion] Could we remove prod and define * for specific types? (#106)
- New ambiguity on Julia 1.3 (#100)
- Exponentially long precompilation times with hcat and LinearOperators (#97)
- Block diagonal operator (#89)
- Some (many?) proposals (#56)
- Add counters for number of products performed (#47)
Merged pull requests:
- convert types in kron multiply (#124) (dpo)
- add block-diagonal linear operator (#122) (dpo)
- update README (#121) (dpo)
- Timers (#120) (dpo)
- add counters for products (#119) (dpo)
- Increase coverage of Preallocated Operators (#118) (abelsiqueira)
- Fix Conjugate Operator and test all adjoint/transpose/conjugate operations (#117) (abelsiqueira)
- Skip coverage unless on Linux with Julia 1.2 (#116) (abelsiqueira)
- Use TestSetExtensions (#115) (abelsiqueira)
- Removes {h,v,hv}cat between arbitrary number of operators and matrices (#112) (abelsiqueira)
- Fix bug with sum and cat between Adjoint/Transpose and other matrices (#111) (abelsiqueira)
- Implement unary - and scalar product for Adjoint and Transpose (#108) (abelsiqueira)
- Remove all function types and add callable test (#99) (abelsiqueira)
v0.6.0
v0.6.0 (2019-10-24)
Closed issues:
- check_positive_definite semi kwarg not working (#102)
- Better transposed operator (#92)
- PreallocatedLinearOperators with Int types (#82)
Merged pull requests:
- fix posdef check for matrices + add tests (#105) (dpo)
- Create adjoint, transpose and conjugate wrapper types (#104) (abelsiqueira)
- Update travis with latest Julia (#96) (abelsiqueira)
- Add Windows to Travis (#94) (abelsiqueira)
v0.5.4
v0.5.4 (2019-05-22)
Merged pull requests:
- Test Kron with better tolerance (#91) (abelsiqueira)
- Change from REQUIRE to Project.toml (#90) (abelsiqueira)
- Remove random (#87) (abelsiqueira)
- More multiprecision tests (#86) (abelsiqueira)
- Add contributors in zenodo (#85) (abelsiqueira)
- Update LICENSE and add Zenodo badge (#84) (abelsiqueira)