Releases: datalad/datalad-installer
Releases · datalad/datalad-installer
v0.5.5
🐛 Bug Fix
- datalad/git-annex: Uninstall git-annex package before installing git-annex-standalone #100 (@jwodder)
- Try to ignore tempdir cleanup errors on Windows #96 (@jwodder)
- Ensure the pip version in venvs is up-to-date #97 (@jwodder)
- Use
ar
&tar
instead ofdpkg -x
#86 (@jwodder)
🏠 Internal
- Improve linting configuration #98 (@jwodder)
- More linting #93 (@jwodder)
- Update codecov action to v2 #88 (@jwodder)
🧪 Tests
- Test against Python 3.10 and PyPy3.7 #87 (@jwodder)
- Add a
--dev-pip
option for testing against the dev version of pip #90 (@jwodder)
Authors: 1
- John T. Wodder II (@jwodder)
v0.5.4
v0.5.3
🐛 Bug Fix
- Use newer build for OSX (from Catalina on GH actions, instead of Yosemite) #80 (@yarikoptic)
Authors: 1
- Yaroslav Halchenko (@yarikoptic)
v0.5.2
v0.5.1
v0.5.0
v0.4.0
🚀 Enhancement
- Add installation method for getting latest build of datalad/git-annex; rename datalad/git-annex to datalad/git-annex:tested #76 (@jwodder)
- Add "dmg" installation method for git-annex #69 (@jwodder)
🐛 Bug Fix
🏠 Internal
- [DATALAD RUNCMD] codespell is lucky to find a typo #67 (@yarikoptic)
Authors: 2
- John T. Wodder II (@jwodder)
- Yaroslav Halchenko (@yarikoptic)
v0.3.1
🐛 Bug Fix
- Adjust post-install checks of program executability #65 (@jwodder)
- Update for pip 21.1 #66 (@jwodder)
- Don't run "brew update" more than once #59 (@jwodder)
- Run
brew update
beforebrew install
#58 (@jwodder) - Print brew diagnostic output on failure #51 (@jwodder)
- Improve "Cannot execute program!" error message #49 (@jwodder)
🧪 Tests
- Add tests on Appveyor #63 (@jwodder)
- Add a test of installing git-annex with brew on macOS #57 (@jwodder)
- Only run push tests on push to master #56 (@jwodder)
Authors: 1
- John T. Wodder II (@jwodder)
v0.3.0
v0.2.0
🚀 Enhancement
- Add --sudo option to by default seek confirmation to run sudo commands #34 (@jwodder)
- Support installing git-annex from datalad/packages on Windows #26 (@jwodder)
- Support datalad/git-annex installation method for git-annex on Windows #24 (@jwodder)
- Support installing Datalad with brew #23 (@jwodder)
- Support Miniconda and venv on Windows #17 (@jwodder)
🐛 Bug Fix
- Use "sudo" to install neurodebian #33 (@jwodder)
- Mark conda on Windows & macOS as an unsupported method for installing git-annex #25 (@jwodder)
- Use pip to correctly determine pip's script install path #27 (@jwodder)
🏠 Internal
- .autorc: Set "noVersionPrefix" to
false
#30 (@jwodder) - Use constants for running OS #28 (@jwodder)
- Set up auto #22 (@jwodder)
📝 Documentation
- Improve documentation of supported OSes and
conda-env
component #29 (@jwodder) - Fix minor copy-and-paste error in README #19 (@jwodder)
🧪 Tests
Authors: 1
- John T. Wodder II (@jwodder)