Skip to content

Commit 64ad9b1

Browse files
committed
Update changelogs
1 parent 9e2577c commit 64ad9b1

File tree

13 files changed

+64
-0
lines changed

13 files changed

+64
-0
lines changed

fuse/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ Changelog for package fuse
1919
* Update changelogs
2020
* Contributors: Gary Servin
2121

22+
Forthcoming
23+
-----------
24+
2225
0.11.0 (2025-02-04)
2326
-------------------
2427

fuse_constraints/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ Changelog for package fuse_constraints
5555
* Adding doxygen to all packages (#241)
5656
* Contributors: Enrique Fernandez Perdomo, Gary Servin, Stephen Williams, Tom Moore
5757

58+
Forthcoming
59+
-----------
60+
5861
0.11.0 (2025-02-04)
5962
-------------------
6063
* Fix mutliple definition error (#386)

fuse_core/CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,13 @@ Changelog for package fuse_core
100100
* Added a time-limited optimization option to the Graph class (#234)
101101
* Contributors: Enrique Fernandez Perdomo, Gary Servin, Stephen Williams, Tom Moore
102102

103+
Forthcoming
104+
-----------
105+
* [Issue-300] Handle prior on last stamp (#323)
106+
* Added unit test to illustrate the bug from Issue #300
107+
* Move where the input variables are updated to the motion model values to ensure that transactions that involve only a single timestamp are correctly handled
108+
* Contributors: Stephen Williams
109+
103110
0.11.0 (2025-02-04)
104111
-------------------
105112
* Fixing issue with Eigen in Ubuntu Jammy on ARM (#378)

fuse_doc/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ Changelog for package fuse_doc
2323
* Adding doxygen to all packages (#241)
2424
* Contributors: Gary Servin, Tom Moore
2525

26+
Forthcoming
27+
-----------
28+
2629
0.11.0 (2025-02-04)
2730
-------------------
2831

fuse_graphs/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ Changelog for package fuse_graphs
6060
* Added a time-limited optimization option to the Graph class (#234)
6161
* Contributors: Gary Servin, Stephen Williams, Tom Moore
6262

63+
Forthcoming
64+
-----------
65+
6366
0.11.0 (2025-02-04)
6467
-------------------
6568

fuse_loss/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ Changelog for package fuse_loss
2727
* Adding doxygen to all packages (#241)
2828
* Contributors: Gary Servin, Stephen Williams, Tom Moore
2929

30+
Forthcoming
31+
-----------
32+
3033
0.11.0 (2025-02-04)
3134
-------------------
3235

fuse_models/CHANGELOG.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,23 @@ Changelog for package fuse_models
4747
* [RST-3451] Delay some transform warnings so startup is less chatty
4848
* Contributors: Enrique Fernandez Perdomo, Gary Servin, Stephen Williams, Tom Moore, fabianhirmann
4949

50+
Forthcoming
51+
-----------
52+
* Cast nullptr to type for manifold support (#370)
53+
Co-authored-by: Jake McLaughlin <jmclaughlin@ottomotors.com>
54+
* Only instantiate tf_listeners if needed (#395)
55+
- We find that the transform listeners in sensor models are negatively
56+
impacting performance
57+
- Do not instantiate transform listeners if target frames are empty
58+
- Target frames are empty by default
59+
- Existing logic already does not do the transforms when target frames
60+
are empty
61+
* Imu2D: Use transformed twist when computing covariance (#394)
62+
* Fix Imu2D to use transformed twist in covariance
63+
---------
64+
Co-authored-by: Dan Murphy <dmurphy@ottomotors.com>
65+
* Contributors: Dan Murphy, Jake McLaughlin
66+
5067
0.11.0 (2025-02-04)
5168
-------------------
5269
* Fixing issue with Eigen in Ubuntu Jammy on ARM (#378)

fuse_msgs/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ Changelog for package fuse_msgs
1919
* Update changelogs
2020
* Contributors: Gary Servin
2121

22+
Forthcoming
23+
-----------
24+
2225
0.11.0 (2025-02-04)
2326
-------------------
2427

fuse_optimizers/CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ Changelog for package fuse_optimizers
4343
* [RST-3451] Cleaned up condition variable usage
4444
* Contributors: Enrique Fernandez Perdomo, Gary Servin, Stephen Williams, Tom Moore
4545

46+
Forthcoming
47+
-----------
48+
* Prevent optimization thread from doing its work when a stop was requested (#391)
49+
* Contributors: Carlos Mendes
50+
4651
0.11.0 (2025-02-04)
4752
-------------------
4853
* Treat external dependencies as system ones (#388)

fuse_publishers/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ Changelog for package fuse_publishers
3939
* Adding doxygen to all packages (#241)
4040
* Contributors: Gary Servin, Stephen Williams, Tom Moore
4141

42+
Forthcoming
43+
-----------
44+
4245
0.11.0 (2025-02-04)
4346
-------------------
4447
* Treat external dependencies as system ones (#388)

0 commit comments

Comments
 (0)