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