Skip to content

Commit 9642e12

Browse files
committed
readme updates
1 parent 012be27 commit 9642e12

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGES.md

+5
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ See also here for a [version history](https://crates.io/crates/varpro/versions).
1010
* Require `Send` and `Sync` bounds for `BasisFunction` implementors.
1111
* Expose parrallel calculations for `LevMarProblem` using extra generic
1212
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.
1318

1419
## 0.10.1
1520

0 commit comments

Comments
 (0)