Skip to content

Commit 89eefae

Browse files
committed
Update CHANGELOG with CI/CD and bug fix commits
1 parent 5571532 commit 89eefae

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)