Releases
0.2.4 - 2025-04-11
Bug Fixes
Chores
- (cicd) Refine trigger of release workflow - (b8f7a9f) - dd-n-kk
0.2.3 - 2025-04-09
Features
Bug Fixes
- Add temporary workaround for colabtools/issues#5237 - (9ba0466) - dd-n-kk
Documentation
- Correct version number in CHANGELOG - (6df1166) - dd-n-kk
Chores
- (cicd) Fix version bump options of release PR workflow - (2a5caa5) - dd-n-kk
- (cicd) Fix spacing in git-cliff template - (5757258) - dd-n-kk
- (cicd) Fix spacing in git-cliff template - (2adf224) - dd-n-kk
0.2.2 - 2025-02-17
Features
- [breaking] Drop
reinstall() alias due to niche use case (#12) - (f0805d1) - dd-n-kk
0.2.1 - 2025-02-17
Bug Fixes
- Fix editable installation for
clone() (#10) - (95dac62) - dd-n-kk
Documentation
- Clarify usage - (092626c) - dd-n-kk
0.2.0 - 2025-02-16
Features
- Add edit() - (96300da) - dd-n-kk
- Add
__version__ attribute to module (#1) - (0cf32f5) - dd-n-kk
- [breaking] Overhaul
install() and add update() and reinstall() - (4031d3a) - dd-n-kk
- [breaking] Overhaul and rename
clone_gh() and pull_gh() into clone() and pull() respectively - (9ab8279) - dd-n-kk
Bug Fixes
- Correct state bookkeeping of
update_git() - (954dda5) - dd-n-kk
Refactoring
- Move import state maintenance & colabtool dependencies into
_colab module to simplify mocking - (eb972a0) - dd-n-kk
- [breaking] Rename
opt parameter of edit() to x - (9db743e) - dd-n-kk
Documentation
- Edit project description - (e26df0c) - dd-n-kk
- Add shields badges and adjustments - (2a2524a) - dd-n-kk
- Setup CHANGELOG - (5540d47) - dd-n-kk
- Add badges to README - (192c25e) - dd-n-kk
- Update README and correct docstring - (76a9a3d) - dd-n-kk
Tests
- Add test script stub - (ed53a11) - dd-n-kk
- Add tests for
restart(), mount(), unmount(), end(), and helpers - (2276e69) - dd-n-kk
Chores
- (build) Remove upper cap on Python version - (a201e7d) - dd-n-kk
- (build) Bumpy Python version to >=3.11 - (427afd2) - dd-n-kk
- (cicd) Add CI workflow - (8b1e4b4) - dd-n-kk
- (cicd) Add release PR workflow - (687c22b) - dd-n-kk
- (cicd) Remove installation tests from release workflow - (69c6b8d) - dd-n-kk
- Add pytest & pytest-cov as dev dependencies - (ab64211) - dd-n-kk
0.1.2 - 2025-01-24
Features
- Add colab_utils module - (6610847) - dd-n-kk
- Overhaul colab_util module - (18caa9b) - dd-n-kk
- Add download() - (1301e8d) - dd-n-kk
Bug Fixes
- Replace exit() with IPython.core.getipython.get_ipython().ask_exit() to prevent NameError - (7882fe2) - dd-n-kk
- Add option -U to uv pip install command in install() for package update - (e71fff0) - dd-n-kk
Documentation
- Docs setup - (3a94527) - dd-n-kk
- Add autorefs plugin - (9d18a5f) - dd-n-kk
- Update README - (e98e3e8) - dd-n-kk
- Add .readthedocs.yaml - (721dfde) - dd-n-kk
- Update docs URL - (a9e95d4) - dd-n-kk
Chores
- Edit .gitignore - (46d6dd2) - dd-n-kk
- Project setup - (81622b9) - dd-n-kk
- Edit project description - (89963b1) - dd-n-kk
- Correct README.md path - (2ac692e) - dd-n-kk
- Relax dependency requirements - (87d9d90) - dd-n-kk
- Change Python version to 3.11 - (2189581) - dd-n-kk
- Rename project from colab-utils to colast - (9f5d189) - dd-n-kk
- Version bump - (f6f3750) - dd-n-kk
- Version bump - (6ee1ee9) - dd-n-kk
- Rename project from colast to colab-assist - (a083448) - dd-n-kk