Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 918 Bytes

CHANGELOG.md

File metadata and controls

28 lines (18 loc) · 918 Bytes

CHANGELOG

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.

Types of Changes

  • 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.

[0.0.x]

  • Added unit tests

  • Changed cyllama.pyx and tests to apply more consistent naming of Llama-type classes.

[0.0.1]

  • Moved cyllama code from llamalib to this repo
  • Added low-level simple wrapper using cyllama
  • Added high-level simple wrapper using cyllama