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

Commits on Jul 19, 2017

  1. Major refactor to completely separate abtraction layers of 'module' a…

    …nd 'motor' concepts.
    
    A single module can support one or more Motors. Motor class now only supports interacting
    with its own realm of influence. The Module object will need to be extended to support other,
    module-level concerns such as get/setting global parameters and TMCL comparison/assignment
    operations.
    alanpich committed Jul 19, 2017
    Configuration menu
    Copy the full SHA
    e3365b0 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2017

  1. Configuration menu
    Copy the full SHA
    43fd54e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    161db1b View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2017

  1. Configuration menu
    Copy the full SHA
    14641fe View commit details
    Browse the repository at this point in the history
  2. update readme

    alanpich committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    4d9c62b View commit details
    Browse the repository at this point in the history
  3. Setup repo for travis-ci testing

    commit 6dcc8b504c801cb03b389261da06d1ebfcbe7bc3
    Author: Alan Pich <alanp@native.com>
    Date:   Fri Jul 21 12:31:24 2017 +0100
    
        remove stupid badges from readme
    
    commit 9291c3acb9936cda3c0c7b2738e40289623163a5
    Author: Alan Pich <alanp@native.com>
    Date:   Fri Jul 21 12:28:25 2017 +0100
    
        remove python3.2 from travis build because the error is coming from pytest
    
    commit 010966e
    Author: Alan Pich <alanp@native.com>
    Date:   Fri Jul 21 12:21:17 2017 +0100
    
        remove pytest-cov from deps since it causes issues testing on python3.2
    
    commit 172836b
    Author: Alan Pich <alanp@native.com>
    Date:   Fri Jul 21 12:20:19 2017 +0100
    
        remove python3.7 from travis build as it always crashes
    
    commit a2a8d20
    Author: Alan Pich <alanp@native.com>
    Date:   Fri Jul 21 12:18:46 2017 +0100
    
        fix inheritance for python3
    
    commit a80d274
    Author: Alan Pich <alanp@native.com>
    Date:   Fri Jul 21 12:14:01 2017 +0100
    
        tests updated for new send() signature
    
    commit 28e4405
    Author: Alan Pich <alanp@native.com>
    Date:   Fri Jul 21 11:48:03 2017 +0100
    
        fix travis.yml
    
    commit 685070f
    Author: Alan Pich <alanp@native.com>
    Date:   Fri Jul 21 11:46:30 2017 +0100
    
        fix travis.yml
    
    commit 23a7f06
    Author: Alan Pich <alanp@native.com>
    Date:   Fri Jul 21 11:41:20 2017 +0100
    
        configure for travis ci testing
    alanpich committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    ee041a7 View commit details
    Browse the repository at this point in the history
Loading