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: roboptim/roboptim-core-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.2
Choose a base ref
...
head repository: roboptim/roboptim-core-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 13 commits
  • 12 files changed
  • 1 contributor

Commits on Feb 7, 2016

  1. Add .clang-format

    bchretien committed Feb 7, 2016
    Configuration menu
    Copy the full SHA
    142b0a6 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2016

  1. Configuration menu
    Copy the full SHA
    e496107 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59e39ef View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2016

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

Commits on Mar 4, 2016

  1. Configuration menu
    Copy the full SHA
    4174c79 View commit details
    Browse the repository at this point in the history
  2. [travis] Synchronize

    bchretien committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    0e52ea0 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2016

  1. [cmake] Synchronize

    bchretien committed Aug 28, 2016
    Configuration menu
    Copy the full SHA
    46e6eb5 View commit details
    Browse the repository at this point in the history
  2. [travis] Add OS X target

    bchretien committed Aug 28, 2016
    Configuration menu
    Copy the full SHA
    60a22ba View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2018

  1. [travis] Synchronize

    bchretien committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    371af45 View commit details
    Browse the repository at this point in the history
  2. [cmake] Synchronize

    bchretien committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    28c0f1c View commit details
    Browse the repository at this point in the history
  3. Fix test for changes to NumPy

    Before:
    
    [[ 0.  0.  0. ]
     [ 0.  0.  0. ]
     [ 0.  0.  0. ]]
    
    With recent NumPy:
    
    [[0.  0.  0.]
     [0.  0.  0.]
     [0.  0.  0.]]
    
    See numpy/numpy#9139
    bchretien committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    56ca346 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2018

  1. [ci] Fix compilation

    bchretien committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    be051e9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from bchretien/travis

    Add Travis support
    bchretien authored Jul 5, 2018
    Configuration menu
    Copy the full SHA
    84141ef View commit details
    Browse the repository at this point in the history
Loading