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: arokem/python-matlab-bridge
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: arokem/python-matlab-bridge
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: hbristow-feat-pythonic
Choose a head ref
  • 7 commits
  • 10 files changed
  • 1 contributor

Commits on May 28, 2014

  1. Initial pythonic API teaser

    Hilton Bristow authored and arokem committed May 28, 2014
    Configuration menu
    Copy the full SHA
    a94e8a9 View commit details
    Browse the repository at this point in the history
  2. streamlined API

    Hilton Bristow authored and arokem committed May 28, 2014
    Configuration menu
    Copy the full SHA
    dba3114 View commit details
    Browse the repository at this point in the history
  3. Added 2D numpy (de-)serialization support. 3D+ currently being mangle…

    …d by Matlab
    Hilton Bristow authored and arokem committed May 28, 2014
    Configuration menu
    Copy the full SHA
    30024e9 View commit details
    Browse the repository at this point in the history
  4. Improve socket reboot

    Hilton Bristow authored and arokem committed May 28, 2014
    Configuration menu
    Copy the full SHA
    69b98cd View commit details
    Browse the repository at this point in the history
  5. Multi-dimensional numpy array support

    Hilton Bristow authored and arokem committed May 28, 2014
    Configuration menu
    Copy the full SHA
    dc7cdca View commit details
    Browse the repository at this point in the history
  6. Allow graphical plots by default. Draw the plots with a call to matla…

    …b.drawnow(). TODO: Allow the EDT to run while zmq is blocking for a request
    Hilton Bristow authored and arokem committed May 28, 2014
    Configuration menu
    Copy the full SHA
    e9b9478 View commit details
    Browse the repository at this point in the history
  7. Migrated setup.py to setuptools. Merged version.py into setup.py. Bum…

    …ped minor version number to signify new API
    Hilton Bristow authored and arokem committed May 28, 2014
    Configuration menu
    Copy the full SHA
    df8919b View commit details
    Browse the repository at this point in the history
Loading