Skip to content

NeuroDataPub v0.2

Compare
Choose a tag to compare
@sebastientourbier sebastientourbier released this 09 Aug 13:28
· 91 commits to main since this release
3456e40

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 new datalad.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 in setup.py for publication to PyPI. (PR#26)

More...

Please check PR#24, the main release pull request.