-
Notifications
You must be signed in to change notification settings - Fork 28
Comparing changes
Open a pull request
base repository: pygridtools/drmaa-python
base: stable
head repository: pygridtools/drmaa-python
compare: master
- 18 commits
- 5 files changed
- 3 contributors
Commits on Feb 27, 2018
-
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`.
Configuration menu - View commit details
-
Copy full SHA for 29548bc - Browse repository at this point
Copy the full SHA 29548bcView commit details -
Catch
StopIterationinrun_bulk_jobAs `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.
Configuration menu - View commit details
-
Copy full SHA for 459c6ca - Browse repository at this point
Copy the full SHA 459c6caView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 3b93745 - Browse repository at this point
Copy the full SHA 3b93745View commit details
Commits on Mar 12, 2018
-
Merge pull request #63 from jakirkham/fix_ci
Require Ubuntu Precise
Configuration menu - View commit details
-
Copy full SHA for 4ebef42 - Browse repository at this point
Copy the full SHA 4ebef42View commit details -
Merge remote-tracking branch 'pygridtools/master' into 'jakirkham/use…
…_finally_run_bulk_job'
Configuration menu - View commit details
-
Copy full SHA for 47a062a - Browse repository at this point
Copy the full SHA 47a062aView commit details -
Merge pull request #62 from jakirkham/use_finally_run_bulk_job
Use `finally` in `run_bulk_job` and catch StopIteration
Configuration menu - View commit details
-
Copy full SHA for 50d1757 - Browse repository at this point
Copy the full SHA 50d1757View commit details
Commits on Mar 18, 2018
-
The wheel section is
bdist_wheelWas 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
Configuration menu - View commit details
-
Copy full SHA for c51e888 - Browse repository at this point
Copy the full SHA c51e888View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 6dc567f - Browse repository at this point
Copy the full SHA 6dc567fView commit details
Commits on Mar 26, 2018
-
Merge pull request #64 from jakirkham/fix_setup_cfg
Fixes for wheels
Configuration menu - View commit details
-
Copy full SHA for 61b5eb6 - Browse repository at this point
Copy the full SHA 61b5eb6View commit details
Commits on Jul 28, 2018
-
As Python 2.6 has passed its EOL (back in 2013), go ahead and drop it.
Configuration menu - View commit details
-
Copy full SHA for 48d2c21 - Browse repository at this point
Copy the full SHA 48d2c21View commit details -
Python 3.3's EOL was last September. So drop support for it.
Configuration menu - View commit details
-
Copy full SHA for 8d59056 - Browse repository at this point
Copy the full SHA 8d59056View commit details
Commits on Aug 10, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c76004f - Browse repository at this point
Copy the full SHA c76004fView commit details
Commits on Sep 25, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 4422c3b - Browse repository at this point
Copy the full SHA 4422c3bView commit details -
Start testing against Python 3.7
Adds the Python 3.7 dev release as a target of the testing matrix on Travis CI.
Configuration menu - View commit details
-
Copy full SHA for 8e4bd6a - Browse repository at this point
Copy the full SHA 8e4bd6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d9d5a2 - Browse repository at this point
Copy the full SHA 7d9d5a2View commit details
Commits on Sep 26, 2018
-
Merge pull request #65 from jakirkham/test_3.7_dev
Start testing against Python 3.7
Configuration menu - View commit details
-
Copy full SHA for 3023bec - Browse repository at this point
Copy the full SHA 3023becView commit details
Commits on Nov 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 572e77b - Browse repository at this point
Copy the full SHA 572e77bView commit details -
Merge pull request #74 from pygridtools/release/0.7.9
Update version number.
Configuration menu - View commit details
-
Copy full SHA for ed6b926 - Browse repository at this point
Copy the full SHA ed6b926View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff stable...master