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: pygridtools/drmaa-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: stable
Choose a base ref
...
head repository: pygridtools/drmaa-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 5 files changed
  • 3 contributors

Commits on Feb 27, 2018

  1. Use finally in run_bulk_job

    While there is separate handling for `except` and `else` of a `try`
    block, they don't seem to be doing anything significantly different. So
    just use a `finally` statement instead and drop `except` and `else`.
    jakirkham committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    29548bc View commit details
    Browse the repository at this point in the history
  2. Catch StopIteration in run_bulk_job

    As `run_bulk_job` can sometimes raise a `StopIteration` and this is
    deprecated behavior, catch and squash this exception. Thus avoiding the
    deprecated behavior. As this still breaks the loop and ends the
    generator, this has no real effect on how this generator behaves.
    jakirkham committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    459c6ca View commit details
    Browse the repository at this point in the history
  3. Require Ubuntu Precise

    Travis CI has made the default Ubuntu Trusty and will soon eliminate
    Ubuntu Precise. For now, require Ubuntu Precise. At some point this will
    need to be rewritten to use Ubuntu Trusty or will need a Docker
    container that can mimic the original system for testing.
    jakirkham committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    3b93745 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2018

  1. Merge pull request #63 from jakirkham/fix_ci

    Require Ubuntu Precise
    desilinguist authored Mar 12, 2018
    Configuration menu
    Copy the full SHA
    4ebef42 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'pygridtools/master' into 'jakirkham/use…

    …_finally_run_bulk_job'
    jakirkham committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    47a062a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #62 from jakirkham/use_finally_run_bulk_job

    Use `finally` in `run_bulk_job` and catch StopIteration
    desilinguist authored Mar 12, 2018
    Configuration menu
    Copy the full SHA
    50d1757 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2018

  1. The wheel section is bdist_wheel

    Was named `wheel` previously, but should be named `bdist_wheel` as that
    is the subcommand that this argument is being passed to.
    
    ref: https://wheel.readthedocs.io/en/stable/#defining-the-python-version
    jakirkham committed Mar 18, 2018
    Configuration menu
    Copy the full SHA
    c51e888 View commit details
    Browse the repository at this point in the history
  2. Package the license file in the wheel

    Makes sure the license file gets included in the wheel so that is
    available for the end user to inspect in the installed environment.
    jakirkham committed Mar 18, 2018
    Configuration menu
    Copy the full SHA
    6dc567f View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2018

  1. Merge pull request #64 from jakirkham/fix_setup_cfg

    Fixes for wheels
    desilinguist authored Mar 26, 2018
    Configuration menu
    Copy the full SHA
    61b5eb6 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2018

  1. Drop Python 2.6

    As Python 2.6 has passed its EOL (back in 2013), go ahead and drop it.
    jakirkham committed Jul 28, 2018
    Configuration menu
    Copy the full SHA
    48d2c21 View commit details
    Browse the repository at this point in the history
  2. Drop Python 3.3

    Python 3.3's EOL was last September. So drop support for it.
    jakirkham committed Jul 28, 2018
    Configuration menu
    Copy the full SHA
    8d59056 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2018

  1. Merge pull request #72 from jakirkham/drop_py26

    Drop Python 2.6
    desilinguist authored Aug 10, 2018
    Configuration menu
    Copy the full SHA
    c76004f View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2018

  1. Merge pull request #73 from jakirkham/drop_py33

    Drop Python 3.3
    desilinguist authored Sep 25, 2018
    Configuration menu
    Copy the full SHA
    4422c3b View commit details
    Browse the repository at this point in the history
  2. Start testing against Python 3.7

    Adds the Python 3.7 dev release as a target of the testing matrix on
    Travis CI.
    jakirkham committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    8e4bd6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d9d5a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2018

  1. Merge pull request #65 from jakirkham/test_3.7_dev

    Start testing against Python 3.7
    desilinguist authored Sep 26, 2018
    Configuration menu
    Copy the full SHA
    3023bec View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2018

  1. Update version number.

    desilinguist committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    572e77b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #74 from pygridtools/release/0.7.9

    Update version number.
    desilinguist authored Nov 8, 2018
    Configuration menu
    Copy the full SHA
    ed6b926 View commit details
    Browse the repository at this point in the history
Loading