We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d251dcf commit a9691c1Copy full SHA for a9691c1
CHANGES.md
@@ -9,7 +9,8 @@ See also here for a [version history](https://crates.io/crates/varpro/versions).
9
type.
10
* Require `Send` and `Sync` bounds for `BasisFunction` implementors.
11
* Expose parrallel calculations for `LevMarProblem` using extra generic
12
- arguments and the rayon dependency.
+ arguments and the rayon dependency. Use the `parallel` feature flag
13
+ to enable.
14
* Require `Send` and `Sync` trait bounds on all base functions for building
15
separable models whether or not the calculations are to be run in parallel.
16
This should not pose restrictions in practice for sane models. If `Send`
0 commit comments