Skip to content

Commit

Permalink
Add changelog entry.
Browse files Browse the repository at this point in the history
  • Loading branch information
kellertuer committed Dec 30, 2024
1 parent 8dc437f commit 8b9cbcb
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

* the Levenberg-Marquardt algorithm internally uses a `VectorGradientFunction`,
which males a “gradient matrix” and a vector of gradient functions available additionally to
a Jacobian, that requires bases for tangent spaces
* the Levenberg-Marquardt algorithm internally uses a `VectorGradientFunction`, which allows
to use a vector of gradients of a function returning all gradients as wel for the algorithm
* smoothing is now available for the Levenberg-Marquardt algorithm


### Changed

* Minimum Julia version is now 1.10 (the LTS which replaced 1.6)
* The vectorial functions had a bug where the original vector function for the mutating case
was not always treated as mutating.

### Removed

Expand Down

0 comments on commit 8b9cbcb

Please sign in to comment.