Skip to content

Commit

Permalink
Update releasenotes/notes/add-fit-model-and-remove-curve_fitter-arg-4…
Browse files Browse the repository at this point in the history
…a0effb5f9b88ba9.yaml

Co-authored-by: Daniel J. Egger <[email protected]>
  • Loading branch information
nkanazawa1989 and eggerdj authored Mar 15, 2022
1 parent 8d75cdd commit 593c393
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ features:
upgrade:
- |
Analysis option `curve_fitter` of the :class:`CurveAnalysis` has been removed
because of the serialization problem. To use custom curve fitting library,
because callable lambda functions are not serializable. To use a custom curve fitting library,
one must directly override the class method :meth:`CurveAnalysis.curve_fit`.
developer:
- |
Expand Down

0 comments on commit 593c393

Please sign in to comment.