Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.41 KB

File metadata and controls

31 lines (21 loc) · 1.41 KB

Changelog

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.

[0.2.0] - 2026-03-13

Added

  • Interactive website with D3 visualizations in index.html and assets/.
  • 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.

Changed

  • 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.md so 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.

[0.1] - Earlier release

Known baseline

  • Python generator for sequence A359012 in A359012.py.
  • CSV export pipeline in main.py.
  • Early project release notes existed before this changelog was formalized.