Skip to content

Commit a9691c1

Browse files
committed
update changelog
1 parent d251dcf commit a9691c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGES.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ See also here for a [version history](https://crates.io/crates/varpro/versions).
99
type.
1010
* Require `Send` and `Sync` bounds for `BasisFunction` implementors.
1111
* Expose parrallel calculations for `LevMarProblem` using extra generic
12-
arguments and the rayon dependency.
12+
arguments and the rayon dependency. Use the `parallel` feature flag
13+
to enable.
1314
* Require `Send` and `Sync` trait bounds on all base functions for building
1415
separable models whether or not the calculations are to be run in parallel.
1516
This should not pose restrictions in practice for sane models. If `Send`

0 commit comments

Comments
 (0)