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: snychka/python-decoding-sensor-data
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: brbecker/python-decoding-sensor-data
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 12 files changed
  • 3 contributors

Commits on May 31, 2020

  1. Fix naming typo

    hugo-valle committed May 31, 2020
    Configuration menu
    Copy the full SHA
    3100e23 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2021

  1. Added devcontainer

    brbecker committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    7f471e4 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2021

  1. Module 1 complete

    brbecker committed Aug 15, 2021
    Configuration menu
    Copy the full SHA
    04d7a85 View commit details
    Browse the repository at this point in the history
  2. Module 2 complete

    Test 5 failing. Believe this is an error in the test.
    brbecker committed Aug 15, 2021
    Configuration menu
    Copy the full SHA
    f14ae57 View commit details
    Browse the repository at this point in the history
  3. Remove commented code

    brbecker committed Aug 15, 2021
    Configuration menu
    Copy the full SHA
    1802bce View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. Bump pyyaml from 5.3.1 to 5.4

    Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.1 to 5.4.
    - [Release notes](https://github.com/yaml/pyyaml/releases)
    - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES)
    - [Commits](yaml/pyyaml@5.3.1...5.4)
    
    ---
    updated-dependencies:
    - dependency-name: pyyaml
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 19, 2021
    Configuration menu
    Copy the full SHA
    795eeb0 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2021

  1. Configuration menu
    Copy the full SHA
    eba92d7 View commit details
    Browse the repository at this point in the history
  2. Remove type hint on __init__

    brbecker committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    66e2e40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41dae04 View commit details
    Browse the repository at this point in the history
  4. Remove unused import

    brbecker committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    5838da0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1b1a318 View commit details
    Browse the repository at this point in the history
  6. Revert "Explicitly inherit from object"

    This reverts commit 41dae04.
    brbecker committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    89460ba View commit details
    Browse the repository at this point in the history
  7. Revert "Remove type hint on __init__"

    This reverts commit 66e2e40.
    brbecker committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    d048887 View commit details
    Browse the repository at this point in the history
  8. Revert "Don't combine cases in get_data_by_area"

    This reverts commit eba92d7.
    brbecker committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    0c689be View commit details
    Browse the repository at this point in the history
  9. Module 3 complete

    brbecker committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    2a9657b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0c9d6f0 View commit details
    Browse the repository at this point in the history
  11. Module 4 complete

    brbecker committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    5a94079 View commit details
    Browse the repository at this point in the history
  12. Module 5 complete

    brbecker committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    683f625 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. Merge pull request #1 from brbecker/dependabot/pip/pyyaml-5.4

    Bump pyyaml from 5.3.1 to 5.4
    brbecker authored Aug 23, 2021
    Configuration menu
    Copy the full SHA
    cbe9e00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    932601d View commit details
    Browse the repository at this point in the history
Loading