Skip to content

Tags: JuliaNLSolvers/LsqFit.jl

Tags

v0.15.0

Toggle v0.15.0's commit message
## LsqFit v0.15.0

[Diff since v0.14.0](v0.14.0...v0.15.0)


**Merged pull requests:**
- Use StatsAPI instead of StatsBase, define `confint` and `vcov` (#231) (@ararslan)
- Fix documentation deployment (#247) (@ararslan)

v0.14.0

Toggle v0.14.0's commit message
## LsqFit v0.14.0

[Diff since v0.13.0](v0.13.0...v0.14.0)


**Merged pull requests:**
- Clean up the whole project. (#221) (@pkofod)
- Fix the fact that dx is not copied in the trace logic. (#222) (@pkofod)
- Test that constant changes when bounding it. (#223) (@pkofod)
- Project in docs. (#224) (@pkofod)
- Convert g_norm to the type of the sum of squared residuals. (#225) (@pkofod)
- fix documenter (#226) (@pkofod)
- store_trace without show_trace; maxTime (#229) (@viktmar)
- Standardize GHA test setup, replace Travis badge with GHA (#232) (@ararslan)
- CompatHelper: bump compat for "StatsBase" to "0.34" (#237) (@github-actions[bot])
- LsqFit 0.13.1 (#244) (@IanButterworth)
- Update curve_fit.jl to not send big floats to beta_inc_inv (#245) (@pkofod)
- Update Project.toml to reflect what is tested (#246) (@pkofod)

**Closed issues:**
- Test for levenberg_marquardt.jl fails via DiffEqDiffTools not defined (#144)
- possible goodness of fit (#148)
- likelihood fitting (possible super-useful feature) ? (#153)
- How to use weights parameter (#158)
- lmfit returns optimum worse than starting point (#164)
- Taking too long to be imported (#169)
- Vector valued y (#171)
- Documentation issues (#184)
- Using curve_fit in bigfloat mode and kwarg g_tol (#191)
- trace not stored correctly in levenberg_marquardt.jl (#195)
- Fitting of 2D data is broken (#209)
- Release (#211)
- n_buffer has wrong dimensions (#212)
- `stderror` throws `LinearAlgebra.LAPACKException(1)` with weighted least squares fitting. (#234)
- Reqeust to register release (#243)

v0.13.0

Toggle v0.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update Project.toml

v0.12.1

Toggle v0.12.1's commit message
## LsqFit v0.12.1

[Diff since v0.12.0](v0.12.0...v0.12.1)


**Closed issues:**
- How can the standard deviation of a parameter be NaN...? (#176)

**Merged pull requests:**
- Allow Vector{BigFloat} for parameters (#168) (@RafaelArutjunjan)
- CompatHelper: bump compat for "Distributions" to "0.25" (#185) (@github-actions[bot])

v0.12.0

Toggle v0.12.0's commit message
## LsqFit v0.12.0

[Diff since v0.10.0](v0.10.0...v0.12.0)


**Closed issues:**
- Interpreting the fit parameter (#146)
- LAPACKException(2) for stderror(fit) (#172)

**Merged pull requests:**
- CompatHelper: bump compat for "Distributions" to "0.23" (#150) (@github-actions[bot])
- Update Project.toml (#151) (@pkofod)
- CompatHelper: bump compat for "StatsBase" to "0.33" (#152) (@github-actions[bot])
- Fix argument order in example (#157) (@RafaelArutjunjan)
- CompatHelper: bump compat for "Distributions" to "0.24" (#165) (@github-actions[bot])
- Update TagBot.yml (#173) (@jebej)

v0.10.0

Toggle v0.10.0's commit message

Verified

This tag was signed with the committer’s verified signature.
JuliaTagBot Julia TagBot
See github.com/JuliaNLSolvers/LsqFit.jl/releases/tag/v0.10.0 for rele…

…ase notes

v0.9.0

Toggle v0.9.0's commit message

Verified

This tag was signed with the committer’s verified signature.
JuliaTagBot Julia TagBot
See github.com/JuliaNLSolvers/LsqFit.jl/releases/tag/v0.9.0 for relea…

…se notes

v0.8.1

Toggle v0.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Check data for inf and nan (#116)

v0.8.0

Toggle v0.8.0's commit message
Add support for inplace jacobian and model for unidimensional input (#…

…102)

* add support for inplace jacobian

* make range calls compatible with nightly

* Added entry in readme about inplacejac. Removed superfluous option in one lmfit

* correction to f!_from_f

* update

* added support for inplacef

* update readme

-introduce the `inplacef` option
-generalize use of `@.` for jacobians
-introduce use of `@views` for slices

* correct bug

* update inplace tests

- removed callable type tests (obsolete)
- added more tests to cover all inplace cases

* unified inplacef and inplacejac, adapted tests

* Removed LOAD_PATH modification

* Update curve_fit.jl

* Remove unused f!_from_f

* Remove reference to univariate only in README.md.

* Remove Function annotations.

* Apply AbstractArray annotations

* Update curve_fit.jl

v0.7.3

Toggle v0.7.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix it for good this time. (#112)

* Fix it for good this time.

* Remove old functions.

* Remove commented at-shows.