Releases: JuliaRobotics/IncrementalInference.jl
Releases · JuliaRobotics/IncrementalInference.jl
v0.30.2
v0.30.1
IncrementalInference v0.30.1
Closed issues:
- Standardize
IIF.Mixture
as density (#1504) - Ensure tree construction code is only compiled once, (#1513)
- Ensure params.attemptGradients=false actually does disable gradient code (#1561)
- A new method for CCW is compiled on every factor added (#1564)
- Regression, new bug, related to useMsgLikelihoods (#1574)
Merged pull requests:
- Parametric Refactor (#1560) (@Affie)
- CCW.params NamedTuple->Tuple (#1565) (@Affie)
- CompatHelper: add new compat entry for OrderedCollections at version 1, (keep existing compat) (#1567) (@github-actions[bot])
- OrderedDict changed variable ordering (#1569) (@Affie)
- v0.30.1-rc1 (#1572) (@dehann)
- Fix samplTangent MKD coords, and test (#1576) (@Affie)
- workflow_dispatch in CI (#1577) (@Affie)
v0.30.0
IncrementalInference v0.30.0
Closed issues:
- multihypo check to avoid incorrect api usage (#424)
Merged pull requests:
- Change to support ArrayPartition by default (#1552) (@Affie)
- Slightly better _prepParamVec (#1553) (@Affie)
- fix multihypo #424, and depr fix (#1554) (@dehann)
- ProductRepr fixes and maintenance (#1555) (@dehann)
- temporary test order, 3door mh (#1557) (@dehann)
- Remove deprecations and update news (#1558) (@Affie)
v0.29.1
v0.29.0
IncrementalInference v0.29.0
Closed issues:
- Restore tests on solveTree! parametric (#1229)
- missing solveKey=:parametric before solve or init (#1243)
- test regression, solveTree! :parametric w/ Manifolds.jl (#1289)
- Sphere(2) variable with a prior gives wrong numerical result (#1298)
- Consider using
identity_like_element
(#1527) - Consider splitting CI tests into two parts (#1528)
- replace deprecated initManual! with initVariable! (#1536)
- Manual init variable for parametric (#1540)
- Fix parametric solveTree numerical tests_broken (#1542)
Merged pull requests:
- CompatHelper: bump compat for "DocStringExtensions" to "0.9" (#1526) (@github-actions[bot])
- Split tests into two groups (#1529) (@Affie)
- Upgrade to Manifolds v0.8 (#1531) (@Affie)
- minor improvement, local updates (#1532) (@dehann)
- Don't use MixedCircular by default (#1533) (@Affie)
- more standard initVariable! (#1535) (@dehann)
- Manual Init from a distribution (#1538) (@Affie)
- Parametric Updates (#1541) (@Affie)
- Fix tests on parametric tree solve (#1543) (@Affie)
- initManual! -> initVariable! for deprecation (#1544) (@Affie)