Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Unreleased

v0.1.1 - 2024-04-18

Added

  • Support for passing filenames to Template.load and Molecule.load directly.

  • Default initialization of empty Jess objects from an empty iterable.

  • Make Jess implement the Sized abstract base class interface.

Changed

  • Skip displaying default attribute values in repr implementation of Atom and TemplateAtom.

  • Make Jess.query optional parameters keyword-only.

v0.1.0 - 2024-04-18

Initial release.