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

Package cleanup #23

Merged
merged 25 commits into from May 11, 2018
Merged

Package cleanup #23

merged 25 commits into from May 11, 2018

Commits on Mar 8, 2018

  1. Copy the full SHA
    edb8715 View commit details
    Browse the repository at this point in the history
  2. Update setup.py for PyPI

    mroberge committed Mar 8, 2018
    Copy the full SHA
    6488196 View commit details
    Browse the repository at this point in the history
  3. remove draw_map.JPG

    Git doesn't seem to notice when I change the file extension from all
    caps to lowercase, yet browsers can't seem to find the file when the
    case is wrong. I'm going to remove it, commit, then add it with
    lowercase and commit.
    mroberge committed Mar 8, 2018
    Copy the full SHA
    166d805 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    c992e60 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    f098f36 View commit details
    Browse the repository at this point in the history
  6. move docs images to _static

    mroberge committed Mar 8, 2018
    Copy the full SHA
    154cee9 View commit details
    Browse the repository at this point in the history
  7. move images to _static

    mroberge committed Mar 8, 2018
    Copy the full SHA
    42e9973 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    9bd0d3f View commit details
    Browse the repository at this point in the history
  9. update make file

    `make html` now does a clean before building html docs.
    mroberge committed Mar 8, 2018
    Copy the full SHA
    ffa3376 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    5c0cf7d View commit details
    Browse the repository at this point in the history
  11. slight change to README

    mroberge committed Mar 8, 2018
    Copy the full SHA
    142a03a View commit details
    Browse the repository at this point in the history
  12. fix MANIFEST

    mroberge committed Mar 8, 2018
    Copy the full SHA
    b5f9e1e View commit details
    Browse the repository at this point in the history
  13. created function that converts relative links to absolute links for pypi

    This will hopefully allow me to show images on the pypi site and in
    GitHub.
    mroberge committed Mar 8, 2018
    Copy the full SHA
    813b32d View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2018

  1. Update .travis.yml

    mroberge committed Mar 11, 2018
    Copy the full SHA
    94dd6cc View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2018

  1. Copy the full SHA
    ab54f89 View commit details
    Browse the repository at this point in the history
  2. run coverage

    mroberge committed Mar 12, 2018
    Copy the full SHA
    cfffe0a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    2ac1191 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    fda5d6c View commit details
    Browse the repository at this point in the history
  5. fixed typo in .travis.yml

    1) typo likely caused 'command not found'
    2) codecov needs to be in 'install' so that I can use coverage when I
    `coverage run setup.py test`
    3) It still makes sense to keep coverage in the test requires, I think,
    so  you can use it locally after you install.
    mroberge committed Mar 12, 2018
    Copy the full SHA
    ad15d2e View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    126ecf6 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2018

  1. update pip to use wheel binaries for numpy and scipy

    See issue travis-ci/travis-ci#2650 for the suggestion to update pip and
    request the wheels for scipy and numpy.
    
    travis-ci/travis-ci#2650 (comment)
    mroberge committed May 10, 2018
    Copy the full SHA
    cc1c51a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    07dffff View commit details
    Browse the repository at this point in the history

Commits on May 11, 2018

  1. Copy the full SHA
    49de33b View commit details
    Browse the repository at this point in the history
  2. update requirements_dev.txt

    I don't use this file in my distribution, but it includes things like
    Sphinx, which I use. This file could be useful for someone else who
    wants to build the sphinx docs.
    mroberge committed May 11, 2018
    Copy the full SHA
    f8ac489 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    781ffbf View commit details
    Browse the repository at this point in the history