We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 012be27 commit 9642e12Copy full SHA for 9642e12
CHANGES.md
@@ -10,6 +10,11 @@ See also here for a [version history](https://crates.io/crates/varpro/versions).
10
* Require `Send` and `Sync` bounds for `BasisFunction` implementors.
11
* Expose parrallel calculations for `LevMarProblem` using extra generic
12
arguments and the rayon dependency.
13
+* Require `Send` and `Sync` trait bounds on all base functions for building
14
+ separable models whether or not the calculations are to be run in parallel.
15
+ This should not pose restrictions in practice for sane models. If `Send`
16
+ and `Sync` bounds cannot be satisfied there's always the possibility to
17
+ implement `SeparableNonlinearModel` by hand.
18
19
## 0.10.1
20
0 commit comments