Releases: jakirkham/splauncher
Releases · jakirkham/splauncher
v0.0.10
- Fix CIs. #33
- Point Anaconda badge to conda-forge. #32
- Include the license file. #31
- Pin conda-build to 1.x. #35
- Drop Sphinx 1.3 pin. #38
- Add the Read the Docs badge. #37
- Unpin conda-build from 1.x. #39
- Drop doc and conda package deployment. #34
- Fix docstring coverage measurement. #40
- Support coverage 4.x. #42
- Add
pragma: no cover
toexclude_lines
. #43 - Tidy up. #45
- Only use the Read the Docs badge. #46
- Use shields.io's license badge. #47
- Tidy badges. #48
- Add PyPI badge. #49
- Skip handling test requirements for
bdist_conda
. #50 - Use unittests. #51
- Specify type of BSD in setup metadata. #52
- Drop nose from docs. #53
- Fix versioneer 0.15 install. #54
- Upgrade to versioneer 0.18. #55
- Freshen setup metadata. #56
- Support Python 3.4. #57
- Support Python 3.6. #58
- Drop native specification. #60
- Specify hostname for stdout and stderr files. #61
v0.0.9: Python 3 support.
- Testing and support for Python 3.
- Fixes for Travis CI to work with SGE.
- Update badge links in README.
- Fix Wercker notifications.
v0.0.8: Improved CI.
- Redirected notifications to stop using Kato.
- Fixed security issue in documentation deployment.
v0.0.7: More continuous integration improvements.
- Improved strategy for ensuring a clean git repo on Wercker.
- Removed Travis secure string and outdated tokens and other similar changes.
- Pinned
conda-build
to version1.16.0
due to a bug when building withbdist_conda
.
v0.0.6: Improved continuous integration.
- Makes sure git repo is clean before building on Wercker ( #18 ).
- Ignore Wercker build products from local build.
- Ignore docstring coverage stats on master.
v0.0.5: Updated deployment dependencies.
- Updated to versionee 0.15.
- Moved versioneer configuration to setup.cfg.
- Switched to anaconda-client.
- Use conda server subcommand for uploads.
v0.0.4: Build and Continuous Integration improvements
- For conda channel, simply use the username not the URL.
- Switch from
binstar
toconda-server
. - Add build status notifications from Wercker to Kato.
- Add Wercker badges for builds.
- Remove the
.eggs
directory when runningpython setup.py clean
. - Remove the
splauncher.egg-info
directory when runningpython setup.py develop --uninstall
.
v0.0.3: Improved Continuous Integration and URL Endpoint Updates
- Now use Wercker for Continuous Integration, as well.
- Fixed Travis CI build so that it uses Conda for installing everything.
- Updated all URLs from binstar.org to anaconda.org.
v0.0.2: Fix badges
v0.0.2: Fix badges.
v0.0.1: Created a basic version of a launcher that works on any Open Grid Engine.
v0.0.1: Created a basic version of a launcher that works on any Open …