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: farm-ng/farm-ng-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.1
Choose a base ref
...
head repository: farm-ng/farm-ng-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.2
Choose a head ref
  • 6 commits
  • 15 files changed
  • 7 contributors

Commits on Jul 24, 2024

  1. Copy the full SHA
    8f3740a View commit details

Commits on Jul 26, 2024

  1. Copy the full SHA
    f364ec7 View commit details

Commits on Aug 13, 2024

  1. Update RecorderProfile proto to include metadata, image output format (

    …#252)
    
    Co-authored-by: Ian B <ian.b@farm-ng.com>
    ianBtesser and Ian B authored Aug 13, 2024
    Copy the full SHA
    5118d5e View commit details

Commits on Nov 12, 2024

  1. CI fixes: update precommit | lock grpcio, protobuf versions (#259)

    Co-authored-by: Kyle Coble <kyle@farm-ng.com>
    MScatolin and Kyle Coble authored Nov 12, 2024
    Copy the full SHA
    c430439 View commit details

Commits on Dec 19, 2024

  1. Fix Python CI breakages (#262)

    Mitigate drift in supported GitHub runner versions:
    * ubuntu-latest now uses ubuntu-24.04, which broke our Python CI due to newer and stricter GCC.
    * macos-12 is EOL.
    
    Fix (1) by pinning Python builds to ubuntu-22.04. Note that ubuntu-24.04 also drops out-of-the-box support for Python 3.8, which we should continue testing to match the Brain.
    
    Fix (2) by upgrading to macos-13, likewise the final runner with Python 3.8 baked in. This required a fix to an undefined behavior (compiler-dependent) bug in the pybindings for Lie group types.
    
    Completes SWE-531 and SWE-538.
    mihelich authored Dec 19, 2024
    Copy the full SHA
    b78ce90 View commit details

Commits on Jan 27, 2025

  1. Lock req versions + release number (#261)

    Co-authored-by: Patrick Mihelich <patrick@farm-ng.com>
    MScatolin and Patrick Mihelich authored Jan 27, 2025
    Copy the full SHA
    a3be45b View commit details
Loading