Skip to content

general improvements and minor bug fixes

Compare
Choose a tag to compare
@ctuning ctuning released this 02 May 15:47
· 7953 commits to master since this release
  • adding mode to skip tmp files/directories when downloading entry
  • fixing bug in entry downloader
  • adding version to CK kernel
  • providing URLs where to download Git and Python for installation
  • automatically extracting repo name from URL string when pulling repos from GitHub via --url
  • added action 'show' to 'repo' module to be able to open browser with an URL of a shared repository. For example, 'ck show repo:ck-autotuning'
  • Adding support function to get value from list without error if out of bounds (useful for sorting)
  • Before updating kernel from GitHub, check that it's a Git installation (noticed by Abdul Memon)