Releases: JuliaSmoothOptimizers/BasicLU.jl
Releases · JuliaSmoothOptimizers/BasicLU.jl
v0.2.2
BasicLU v0.2.2
Closed issues:
- API design: let users handle error codes without throwing error (#28)
Merged pull requests:
- added functions with retcode (#29) (@matbesancon)
- Release 0.2.2 (#30) (@amontoison)
v0.2.1
BasicLU v0.2.1
Closed issues:
- solve_for_update argument name misleading (#22)
Merged pull requests:
- Refactor (#25) (@matbesancon)
- Added method for update (#26) (@matbesancon)
- Update Project.toml (#27) (@matbesancon)
v0.2.0
BasicLU v0.2.0
Closed issues:
- Update the interface for BasicLU 2.2.0 (#12)
Merged pull requests:
- use push_preview = true in deploydocs (#13) (@dpo)
- Add DOI badge (#14) (@dpo)
- Add upper case to Julia in title (#15) (@tmigot)
- Add discussion in readme (#16) (@tmigot)
- Update BasicLU.jl for the version 2.2.0 (#17) (@amontoison)
- Update workflows (#18) (@amontoison)
- Update documentation (#20) (@amontoison)
- Release 0.2.0 (#21) (@amontoison)
Release to obtain DOI only
use push_preview = true in deploydocs With this change, a new workflow named "documenter/deploy" appears in the list of checks when the docs have finished building. Clicking on "details" takes you to the docs resulting from the pull request.
v0.1.2
v0.1.1
BasicLU v0.1.1
Closed issues:
- Deactivate print statements (#8)
Merged pull requests:
- Add verbose flag (#9) (@mtanneau)
- Release 0.1.1 (#10) (@amontoison)
v0.1.0
BasicLU v0.1.0
Merged pull requests:
- Add CI (#1) (@amontoison)
- Add a README.md (#2) (@amontoison)
- Module BasicLU (#3) (@amontoison)
- Add documentation (#4) (@amontoison)
- Update the docstring of get_factors (#5) (@amontoison)
- Add a compat entry for Julia and a license (#6) (@amontoison)