Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 800 Bytes

CHANGELOG.md

File metadata and controls

18 lines (14 loc) · 800 Bytes

Changelog

All notable changes to the "subjective-logic" project will be documented in this file.

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

[0.0.1] - 2024-04-28

Added

  • Initial setup of the project structure.
  • pyproject.toml for managing package builds and dependencies.
  • BinomialOpinion class to encapsulate the binomial opinion model of subjective logic.
  • Basic test for the BinomialOpinion class in test_binomial_opinion.py.
  • README file providing project overview and setup instructions.
  • LICENSE file with the MIT license.
  • Setup for continuous integration builds and automated testing.
  • Placeholder CHANGELOG file to track project changes.