Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: JuliaRobotics/DistributedFactorGraphs.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.25.1
Choose a base ref
...
head repository: JuliaRobotics/DistributedFactorGraphs.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.25.2
Choose a head ref
  • 5 commits
  • 33 files changed
  • 2 contributors

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    a1d7339 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Add more functions for SDK and deprecate some smalldata functions (#1107

    )
    
    * Add more functions for SDK and deprecate some smalldata functions
    
    * Update smalldata docs and tests
    
    ---------
    
    Co-authored-by: Johannes Terblanche <Affie@users.noreply.github.com>
    Affie and Affie authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    02a94c6 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Fix arrow blob extention and add (#1108)

    Co-authored-by: Johannes Terblanche <Affie@users.noreply.github.com>
    Affie and Affie authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    a96f463 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Update Project.toml

    Affie authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    b0ae00c View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. Standardize Variable and Factor Levels (#1109)

    * better progress in loadDFG!
    
    * rn SkeletonDFGVariable -> VariableSkeleton
    
    * rn DFGVariableSummary -> VariableSummary
    
    * rn DFGVariable -> VariableCompute
    
    * rn PackedVariable/Variable -> VariableDFG
    
    * rn SkeletonDFGFactor -> FactorSkeleton
    
    * rn DFGFactorSummary -> FactorSummary
    
    * rn DFGFactor -> FactorCompute
    
    * rn PackedFactor/Factor -> FactorDFG
    Affie authored Nov 28, 2024
    2 Configuration menu
    Copy the full SHA
    e2e6151 View commit details
    Browse the repository at this point in the history
Loading