Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 913 Bytes

File metadata and controls

39 lines (25 loc) · 913 Bytes

Changelog

All notable changes to the LLM module will be documented in this file.

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

[Unreleased]

Added

  • Parser metadata in JSON ML profile.
  • "dspipelines" parser
  • External taxonomies support
  • Distinction between context and code to classify
  • Removed the CLI

[0.3] - 2025-07-16

Added

  • Profiler metadata in JSON ML profile.
  • "llm" and "dspipelines" profilers

[0.2] - 2025-07-16

Added

  • Taxonomy metadata in JSON ML profile.
  • "dspipelines" taxonomy (from The Art and Practice of Data Science Pipelines, 2022 ICSE) with some improvements ( Library Loading, Others)

[0.1] - 2025-06-01

Added

  • The base JSON ML profile definition
  • The ML profiles construction workflow
  • The "headergen" taxonomy