ChangelogΒΆ

This document records the main changes to the sdss_install code.

1.1.0 unreleased

  • [Feature] #29: Grab latest tag of sdss_install during install for robustness
  • [Feature]: Implemented subprocessing of git commands for version validation
  • [Feature]: Added custom Module(s) class for improved system handling of module files
  • [Feature] #25: Added support for Mac Brew installed modules
  • [Feature] #42: Added new sdss_install_version script to check version of the currently checked out Git branch or tag.
  • [Feature] #39: Added support for installation of external dependencies
  • [Feature] #47: Added new command line option --https enables the user to use sdss_install with either https or ssh.
  • [Feature] #45: New --skip-git-verdirs option to turn off use of version sub-directories for git repos
  • [Feature] #48: Use of custom sdss_install.yml config file for loading of parameters and environment variables
  • [Feature] #12: Added new environment variables to customize GIT and SVN product and modulefile locations
  • [Feature] #12: Added new configuration bash sript to aid setup during sdss_install bootstrap
  • [Feature] #48: new --github-url option to optionally set a different public git url
  • [Bug] #48: synchronized package version with tag versions
  • [Support] #48: Set up testing on Travis-CI
  • [Support] #48: Initial test suite for better failure tracking and robustness
  • [Support] #48: Updated changelog
  • [Support] #7: Added sphinx documentation for readthedocs

1.0.6 2019-12-09

  • [Bug] #46: - no option for git install from https

1.0.5 2019-11-13

  • [Feature] #39: Added support for installation of external dependencies

1.0.4 2019-07-02

  • [Feature] #25: Added support for Mac Brew installed modules
  • [Feature] #42: Added new sdss_install_version script to check version of the currently checked out Git branch or tag.

1.0.3 2019-05-16

  • [Feature]: Added custom Module(s) class for improved system handling of module files

1.0.2 2019-05-13

  • [Feature] #29: Grab latest tag of sdss_install during install for robustness
  • [Feature]: Implemented subprocessing of git commands for version validation
  • [Bug] #21: Removed GraphQL implementation of version validation

1.0.1 2019-05-13

  • [Feature]: GraphQL product/version validation of Github repos
  • [Feature]: Initial release of sdss_install