Change Log
Table of Contents
Overview
A summary of changes are documented in this file.
[0.2.6] - 2026-02-20
Major ABM improvements.
[0.2.5] - 2026-02-19
Major ABM improvements.
[0.2.2] - 2026-02-18
ABM running and outputs graphs showing change of opinion over time.
Random seed set for reproducibility.
Updated USER_GUIDE.md.
Migrated LLM integration from deprecated
google-generativeaito the newgoogle-genaiAP.Extended and improved the test suite to cover all LLM service classes.
[0.2.0] - 2026-02-17
Implemented class architecture for LLM services.
Added
publicaiLLM service.LLM models from Hugging Face that can optionally be used locally.
New scripts to compile PyPI specific README.
[0.1.1] - 2026-02-11
Builds are platform agnostic.
Makefile
pypi-releaseandtestpypi-releasetargets added for uploading to PyPI and TestPyPI.All scripts use Python logging to write logs in
data/logswith rotating file handlers for each script.
[0.1.0] - 2026-02-06
Documentation added:
LLM setup tested and working.
Persistent caching implemented.