NeuroDataPub v0.2
Second beta release of NeuroDataPub
that includes in particular the following changes since v0.1
.
New Features
- Update automatically the SSH config with an entry for the remote SSH server to configure the user login used by default by ssh. (PR#25)
Documentation
- Add documentation page to give instructions for the remote data server setup. (PR#28)
- Update documentation for the creation of the conda environment and the installation of git-annex on Linux and MacOSX (PR#23)
Bug Fixes
- Replace old
datalad.api.publish()
with newdatalad.api.push()
. (PR#22)
Misc
- Add conda/environment_macosx.yml, a conda environment file specific to MacOSX where git-annex is not included. (PR#23)
- Use content of README as
long_description
insetup.py
for publication to PyPI. (PR#26)
More...
Please check PR#24, the main release pull request.