Skip to content

Releases: tomsnunes/rocmroll

v0.2.0 Release Candidate 1

20 Jun 13:41
573476e

Choose a tag to compare

Pre-release

This version change the base version from v0.1.x to v0.2.x due to structural changes on the project for better architecture, including new and more logical command system, while also fixing two bugs related to ROCm channels and patching.

⚠️Break Changes

ROCmRoll now has new set of commands no longer compatible with v0.1.0 commands. Check the docs for changes.

🔨Refactor

  • Removed legacy and duplicated code, split some functions to have a single responsability, removes embedded python script.
  • Removed path and file functions from rocmroll main file. Now uses a dedicated utilities module.
  • Created dedicated commands and instance module, removes more duplicated functions and applies single responsability principles.
  • Applies standardization for all rocm commands and its parameters.

🆕Features

  • Improve the mechanism to apply patches on Python packages.
  • New system to manage, apply and remove ComfyUI patches.

🔄️Updates

  • Python Triton package was updated from 3.6.0.post25 to 3.7.0.post26.

🐞Fixes

  • Channels constraints for torch dependencies never enforced before torch install.
  • Avoid patches dependency on instance state on first install, better architecture matching.

What's Changed

  • Architecture refactor and better command system by @tomsnunes in #5

Full Changelog: v0.1.1...v0.2.0-rc1

v0.1.1

15 Jun 19:09
38c6593

Choose a tag to compare

What's Changed

  • feat: RDNA 1/2 dedicated channels, space-in-path ROCm fixes, preview channel, and new custom node by @tomsnunes in #2
  • Initial workspaces support by @tomsnunes in #3

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.1-rc2

15 Jun 00:54
862413c

Choose a tag to compare

v0.1.1-rc2 Pre-release
Pre-release

What's Changed

  • feat: RDNA 1/2 dedicated channels, space-in-path ROCm fixes, preview channel, and new custom node by @tomsnunes in #2

New Contributors

Full Changelog: v0.1.1-rc1...v0.1.1-rc2

v0.1.1-rc1

12 Jun 16:17

Choose a tag to compare

v0.1.0

12 Jun 13:50

Choose a tag to compare