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

Commits on Dec 28, 2020

  1. pybricks: add type hints for v2

    This adds PEP 561 style type hints for Pybricks v2 (just EV3).
    dlech committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    dca8518 View commit details
    Browse the repository at this point in the history
  2. pybricks: remove non-EV3 APIs

    This is the v2 branch which only supports EV3. Removing the extra APIs
    will prevent them from showing up when this library is used for code
    completion.
    dlech committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    eb7f441 View commit details
    Browse the repository at this point in the history
  3. v2.0.0.post1

    dlech committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    b471cae View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. pybricks.messaging: fix BluetoothMailboxServer close

    As per standard Python socketserver, there is `server_close()` rather than `close()`.
    
    Fixes #51
    dlech authored and laurensvalk committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    df27ebc View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. pybricks.ev3devices: fix Motor code completion

    The Microsoft Python extension for VS code doesn't include imports in
    type hints, so the Motor type wasn't working properly. We can fix this
    by wrapping the import type in a new, empty class definition.
    
    The DCMotor class was also missing from ev3devices so this is fixed as well.
    dlech committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    6b1f7d8 View commit details
    Browse the repository at this point in the history
  2. v2.0.0.post2

    dlech committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    bf59ef4 View commit details
    Browse the repository at this point in the history
Loading