You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fuse_core/CHANGELOG.rst
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,37 @@ Changelog for package fuse_core
24
24
* Added a time-limited optimization option to the Graph class (#234)
25
25
* Contributors: Stephen Williams, Tom Moore
26
26
27
+
Forthcoming
28
+
-----------
29
+
* 0.5.0
30
+
* Update changelogs
31
+
* Fix Ceres 2.0.0 API support (#273)
32
+
* Pass kNumResiduals to the internal AutoDiff function.
33
+
Ceres added this argument in https://github.com/ceres-solver/ceres-solver/commit/e7a30359ee754057f9bd7b349c98c291138d91f4 we need to pass it else template substitution fails.
34
+
* Pass kLocalSize instead of kGlobalSize
35
+
Upstream commit made me assume kGlobalSize, but that threw at runtime when the tests ran.
36
+
This seems to work, also put a using statement there to make roslint happy.
0 commit comments