Skip to content

Releases: cresset-template/cresset

Last release to support PyTorch 1.x.

16 Mar 08:36
7568722
Compare
Choose a tag to compare

This is a patch release to save all the work before updating to PyTorch 2.x, which has several breaking changes, most notably in the build-time dependencies.

Replace `flake8` and `isort` with `ruff`.

27 Feb 05:06
29415e1
Compare
Choose a tag to compare

Replacing flake8 and isort configurations and pre-commits with ruff, which is much faster and more modern.

Add Makefile commands for Pyre and Pre-commit.

26 Feb 08:04
9240066
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

Add automation tools and configurations.

26 Feb 04:11
021ad49
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

New years release for 2023.

04 Jan 16:02
633e55b
Compare
Choose a tag to compare

Changed the training environment so that conda is now the preferred package manager instead of just the virtual environment.
Fixed many bugs and issues to make the project easier to use.

More cleanup

12 Sep 13:40
2ec197a
Compare
Choose a tag to compare

Separate out installing PyTorch and related libraries.
Rename download-only stages as fetch for better contrast with build stages.
Updates in the documentation.

Updates for Ubuntu 22.04 LTS and Python 3.10.

30 Aug 15:18
Compare
Choose a tag to compare

Remove legacy features and clean up the documentation.
Test out Ubuntu 22.04 LTS and Python 3.10.

Updates for a more sophisticated development experience.

01 Jun 02:27
Compare
Choose a tag to compare

Support for external files for installation. The NSight systems debian binary cannot be installed via the command line. An external .deb file is therefore used.
Also, Git Large File System (LFS) is used to prevent the .git directory from bloating.
The build guidelines have also changed in order to make the meaning clearer (I think). CCA is no longer mandatory and the .env file is guarded by a separate recipe.
Python package installation is now fully parallel with apt package installation.
Finally figured out how to get separate volume paths for different hosts. Using docker-compose.override.yaml was decided to be the best approach.
Documentation still needs work.

v0.2.2

30 Apr 05:26
Compare
Choose a tag to compare

Add shell script for Docker Compose installation.
Fix the $HOME/~ bug in compose directory.
General code cleanup.

Quick hacks due to unstable URLs.

03 Apr 03:17
Compare
Choose a tag to compare

This is a hack release forced by the sudden failure of URLs in TorchAudio and the Kakao mirror for PyPI.
Although both have simple fixes, these issues mean that users must become more involved with the details.
To ensure that the build does not fail for new users, TorchAudio source builds and using PyPI mirrors have been temporarily disabled.
These functionalities will be restored ASAP.