Skip to content

RusTorch v0.6.17: Installer and Environment Fixes

Choose a tag to compare

@JunSuzukiJapan JunSuzukiJapan released this 10 Sep 05:24
· 65 commits to main since this release

πŸš€ RusTorch v0.6.17

πŸ› οΈ Installation Improvements

  • Fixed rustorch-jupyter installer: Now downloads complete project with Cargo.toml for proper validation
  • Improved installation reliability: Better handling of non-git directories and incomplete installations
  • Enhanced error handling: Clearer error messages and graceful fallback mechanisms
  • Fixed script termination: Added missing newline to prevent installer hanging

πŸ”§ CI/CD Improvements

  • Resolved Performance Benchmarks: Fixed git fetch conflict with gh-pages branch
  • Better benchmark storage: Corrected skip-fetch-gh-pages configuration

πŸ“¦ What's Fixed

  • rustorch-jupyter command no longer shows 'Invalid RusTorch project directory' error
  • Installation script completes successfully without hanging
  • CI benchmarks now store results properly on gh-pages branch
  • Improved handling of existing installations

🎯 Installation

# One-liner installer (now working properly)
curl -sSL https://raw.githubusercontent.com/JunSuzukiJapan/rustorch/main/install_jupyter.sh | bash

# Or add to Cargo.toml
[dependencies]
rustorch = "0.6.17"

πŸ™ Thank You

Special thanks to users who reported installation issues. Your feedback helps make RusTorch better for everyone!