All notable project-wide changes will be documented in this file. Note that each subproject has its own CHANGELOG.
The format is based on Keep a Changelog and Commons Changelog. This project adheres to Semantic Versioning.
- Added: for new features.
- Changed: for changes in existing functionality.
- Deprecated: for soon-to-be removed features.
- Removed: for now removed features.
- Fixed: for any bug fixes.
- Security: in case of vulnerabilities.
-
Added unit tests
-
Changed cyllama.pyx and tests to apply more consistent naming of Llama-type classes.
- Moved cyllama code from llamalib to this repo
- Added low-level simple wrapper using cyllama
- Added high-level simple wrapper using cyllama