Releases: argmin-rs/argmin
Releases · argmin-rs/argmin
Version 0.4.7
What's Changed
- github actions and updated changelog by @stefan-k in #130
- Update readme by @stefan-k in #131
- Update nalgebra requirement from 0.28.0 to 0.29.0 by @dependabot in #133
- version 0.4.7 by @stefan-k in #134
Full Changelog: v0.4.6...v0.4.7
Version 0.4.6
- updated dependencies (#121, #123, #129, @stefan-k):
- ndarray 0.15
- ndarray-linalg 0.14
- appox 0.5
- nalgebra 0.28
- ndarray-rand 0.14
- num-complex 0.4
- finitediff 0.1.4
What's Changed
- Update approx requirement from 0.4.0 to 0.5.0 by @dependabot in #121
- update ndarray, ndarray-linalg, nalgebra, ndarray-rand, num-complex by @stefan-k in #129
Full Changelog: v0.4.5...v0.4.6
Version 0.4.5
- Squash warnings for Nalgebra 0.26.x (#118, #117, @CattleProdigy)
Version 0.4.4
Version 0.4.3
What's Changed
Full Changelog: v0.4.2...v0.4.3
Version 0.4.2
What's Changed
- Update nalgebra requirement from 0.24.1 to 0.25.0 by @dependabot-preview in #98
- Update num requirement from 0.3 to 0.4 by @dependabot-preview in #100
- Fix lazy evaluation of gradients in line searches by @w1th0utnam3 in #101
- Update ndarray-rand requirement from 0.13.0 to 0.14.0 by @dependabot-preview in #103
- Fixed error when using recent nightly compiler by @stefan-k in #106
- Update nalgebra requirement from 0.25.0 to 0.26.1 by @dependabot-preview in #105
- Version bump 0.4.2 by @stefan-k in #107
Full Changelog: v0.4.1...v0.4.2
Version 0.4.1
Version 0.4.0
What's Changed
- Update gnuplot requirement from 0.0.36 to 0.0.37 by @dependabot-preview in #64
- Update num requirement from 0.2 to 0.3 by @dependabot-preview in #66
- Update paste requirement from 0.1.5 to 1.0.0 by @dependabot-preview in #67
- Add nalgebra support by @Maher4Ever in #68
- Update nalgebra requirement from 0.21.1 to 0.22.0 by @dependabot-preview in #70
- remove unecessary Default bound on NelderMead by @vadixidav in #73
- Update approx requirement from 0.3.2 to 0.4.0 by @dependabot-preview in #74
- Update ndarray-rand requirement from 0.11.0 to 0.12.0 by @dependabot-preview in #79
- Update ndarray-rand requirement from 0.12.0 to 0.13.0 by @dependabot-preview in #84
- Replace std::time with instant to work in wasm environment by @stefan-k in #88
- Updated dependendies by @stefan-k in #96
New Contributors
- @Maher4Ever made their first contribution in #68
- @vadixidav made their first contribution in #73
Full Changelog: v0.3.1...v0.4.0
Version 0.3.1
What's Changed
- MoreThuente: Added error check for NaN or Inf by @MattBurn in #57
- Update gnuplot requirement from 0.0.34 to 0.0.35 by @dependabot-preview in #58
- Update gnuplot requirement from 0.0.35 to 0.0.36 by @dependabot-preview in #59
- remove
finitediff
fromndarrayl
feature by @optozorax in #61 - bump to version 0.3.1 by @stefan-k in #62
New Contributors
- @optozorax made their first contribution in #61
Full Changelog: v0.3.0...v0.3.1
Version 0.3.0
What's Changed
- Update gnuplot requirement from 0.0.32 to 0.0.33 by @dependabot-preview in #23
- Update gnuplot requirement from 0.0.33 to 0.0.34 by @dependabot-preview in #24
- Remove
work-in-progress
from README by @stefan-k in #27 - Moved
argmin_core
crate intocore
module by @stefan-k in #30 - Removed Send and Sync trait bounds from ArgminOp by @stefan-k in #33
- No reexport of modcholesky crate by @stefan-k in #35
- Removed need for unwrap in cstep MoreThuente LineSearch by @MattBurn in #38
- Exposed stopping criterion tolerances to user by @stefan-k in #37
- Exposed stopping criterion tolerances of Gauss Newton methods to user by @stefan-k in #39
- Exposed stopping criterion tolerance of NewtonCG method to user by @stefan-k in #40
- Exposed stopping criterion tolerances of Quasi-Newton methods to user by @stefan-k in #43
- Moved from failure to anyhow and thiserror by @stefan-k in #44
- Made
op
andstate
fields ofArgminResult
more accessible by @stefan-k in #45 - No reexport of
argmin_testfunctions
by @stefan-k in #46 - Remove
Serialize
trait bound onArgminOp
by @stefan-k in #36 - Remove
Clone
trait bound fromArgminOp
by @stefan-k in #48 - Generic floats by @stefan-k in #50
- Golden-section search by @nilgoyette in #49
- Added Golden-section search to documentation by @stefan-k in #53
- Added Golden-section search also to Readme by @stefan-k in #54
- Fixed macro documentation in IterState by @stefan-k in #55
- Release 0.3.0 by @stefan-k in #56
New Contributors
- @nilgoyette made their first contribution in #49
Full Changelog: v0.2.6...v0.3.0