Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port to Python 3 & NumPy API 1.7 #7

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Jan 25, 2019

  1. Port to Python3 and NumPy API 1.7

    Johannes Klicpera committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    2e92a92 View commit details
    Browse the repository at this point in the history
  2. Update README to reflect Python 3 support

    Johannes Klicpera committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    92eec67 View commit details
    Browse the repository at this point in the history
  3. Relax EPSILON to prevent problems with catastrophic elimination

    Johannes Klicpera committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    a24db35 View commit details
    Browse the repository at this point in the history
  4. We don't have any interpreter state to save

    Johannes Klicpera committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    19de3c9 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2019

  1. Add checks for input ndarrays

    Johannes Klicpera committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    bc3cf78 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2019

  1. Check input for ndarray, non-negativity and sum to 1

    Johannes Klicpera committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    fba56f6 View commit details
    Browse the repository at this point in the history