File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,27 @@ All notable changes to this project will be documented in this file.
5757 - Updated README installation instructions
5858 - Modified setup.py for Python 3.12 compatibility
5959
60+ 5 . ** d167ce8** - code CI/CD updated to GitHub Actions
61+ - Migrated from Travis CI to GitHub Actions workflow
62+ - Added ` .github/workflows/test.yml ` for cross-platform testing
63+ - Configured conda-forge dependencies with Mambaforge
64+ - Added OS-specific PyTorch installation for CI environments
65+
66+ 6 . ** 400b260** - CI/CD patches
67+ - Added pytest and coverage configuration
68+ - Skipped test_Dragon in CI due to software availability
69+ - Configured matplotlib backend for CI environments
70+ - Added coverage XML artifact uploads
71+
72+ 7 . ** 29e3715** - macOS CI/CD patch for tkinter
73+ - Added tk to conda-forge dependencies for macOS compatibility
74+ - Enhanced matplotlib configuration for non-GUI backend
75+ - Added MPLBACKEND environment variable for CI
76+
77+ 8 . ** 5571532** - removing extra import to avoid CI/CD issues
78+ - Removed unused ` from turtle import back ` import from explain.py
79+ - Fixed ModuleNotFoundError for _ tkinter on macOS CI
80+
6081### Dependencies Updated
6182- ** TensorFlow/Keras** : Now compatible with Keras 3 and TensorFlow 2.19+
6283- ** PyTorch** : Added proper CPU-only installation for CI environments
You can’t perform that action at this time.
0 commit comments