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: rlabbe/filterpy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: rlabbe/filterpy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: mht
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 8 files changed
  • 1 contributor

Commits on May 6, 2018

  1. Tree seems to be basically working

    Still adding functionality, though
    rlabbe committed May 6, 2018
    Configuration menu
    Copy the full SHA
    741a50d View commit details
    Browse the repository at this point in the history

Commits on May 7, 2018

  1. Working, split as separate node and tree

    Not sure I like this design, but it does make it easy to have
    separate set of all nodes, and all leaves. Not sure I see the
    need for the former, but will need the latter to efficiently
    add measurements.
    rlabbe committed May 7, 2018
    Configuration menu
    Copy the full SHA
    e3980d4 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2018

  1. Have basic MHT working

    rlabbe committed May 17, 2018
    Configuration menu
    Copy the full SHA
    ce35291 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into mht

    rlabbe committed May 17, 2018
    Configuration menu
    Copy the full SHA
    39f2da5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1557ca View commit details
    Browse the repository at this point in the history
  4. Fixed tree printing

    rlabbe committed May 17, 2018
    Configuration menu
    Copy the full SHA
    e20a36a View commit details
    Browse the repository at this point in the history

Commits on May 18, 2018

  1. Fixed tree printing

    rlabbe committed May 18, 2018
    Configuration menu
    Copy the full SHA
    e04f374 View commit details
    Browse the repository at this point in the history
  2. Node children now a dict

    rlabbe committed May 18, 2018
    Configuration menu
    Copy the full SHA
    ce13509 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    669d3b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa15a96 View commit details
    Browse the repository at this point in the history
  5. Made Tree.nodes a dict

    rlabbe committed May 18, 2018
    Configuration menu
    Copy the full SHA
    f9f5f3d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    186975c View commit details
    Browse the repository at this point in the history
  7. Fixed bug with Tree.delete

    Also updated the tests to be more comprehensive (such as
    testing delete!!!)
    rlabbe committed May 18, 2018
    Configuration menu
    Copy the full SHA
    8241539 View commit details
    Browse the repository at this point in the history
  8. Put MHT in its own module

    Moved from kalman module.
    rlabbe committed May 18, 2018
    Configuration menu
    Copy the full SHA
    95b041d View commit details
    Browse the repository at this point in the history

Commits on May 19, 2018

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

Commits on May 20, 2018

  1. bug fix, restructure

    Put Node in a separate file, fixed bug - I was looping on
    leaves in the inner loop, which meant I was creating a too
    deep tree.
    rlabbe committed May 20, 2018
    Configuration menu
    Copy the full SHA
    7cf906a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cb5515 View commit details
    Browse the repository at this point in the history
Loading