All notable changes to this project will be documented in this file.
The format is inspired by Keep a Changelog, and this project uses semantic versioning.
- Interactive website with D3 visualizations in
index.htmlandassets/. - Project branding with a logo and favicon.
- GitHub Actions workflow for tests in
.github/workflows/tests.yml. - GitHub Actions workflow for GitHub Pages deployment in
.github/workflows/deploy-site.yml. - Project documentation for release notes, changelog, and contributing.
- Expanded website glossary and terminology hints for sequence-specific vocabulary.
- Consolidated the repository around a single canonical CSV source instead of maintaining duplicate CSV exports.
- Enriched the canonical CSV with derived fields such as length annotations, witness position, relative depth, and expansion ratio.
- Simplified
ANALYSIS.mdso it summarizes the dataset instead of repeating the full dataset inline. - Promoted the site identity with a larger A359012 title and visible credit to John Samuel.
- Python generator for sequence A359012 in
A359012.py. - CSV export pipeline in
main.py. - Early project release notes existed before this changelog was formalized.