itt-ustutt / num-dual

Generalized (hyper-) dual numbers in rust
Apache License 2.0
60 stars 7 forks source link

Update to nalgebra 0.33.0 and simba 0.9.0 #75

Closed contagon closed 4 months ago

contagon commented 4 months ago

nalgebra and simba had a handful of breaking changes in their most recent updates. This should upgrade num-dual to make it compatible. Specifically, the changes were

All tests seemed to pass, but let me know if there's any other issues. I'll be using it in my own project for the next week or so and will update this if I hit any bugs although I don't expect any.

Also, I'm not sure if the Allocator changes would result in any potential simplifying that coule be made... my changes are mostly just to get things working. Let me know if there's any areas that may be worth investigating as far as simplifying things go.

g-bauer commented 4 months ago

That looks great. I successfully ran the tests in FeOs based on this PR. 👍