๐ CHANGELOG โ M2C2 DataKit#
All notable changes to the m2c2_datakit Python package will be documented in this file.
This project adheres to Semantic Versioning.
[0.1.65] - 2025-05-08#
๐ Added#
- Initial release of
m2c2_datakit, including: - The
LASSIEclass for Loading, Assurance, Scoring, Summarization, Inspection, and Export. - Modular support for task-specific data pipelines.
- Configurable validation and structured logging support.
- Built-in visualizations and scoring reports.
๐งช Utilities#
- Included helpers for data import, file validation, and QA checking.
- Export options for
.csvand.xlsxformats.
๐ฆ Packaging#
- PyPI-ready structure and
setup.py. - Basic CLI entry point for common tasks.
[TIME TRAVEL] ๐#
Major Refactor happened here...#
[0.1.20] - YYYY-MM-DD#
๐งช Prototype#
- Proof-of-concept prototype for
m2c2_datakit. - Early implementation of task pipelines and data checks.
Notes#
- Use
## [version] - YYYY-MM-DDformat for each release. - Categorize entries under:
Added,Changed,Deprecated,Removed,Fixed, andSecurity.
## [Unreleased]
### Added
- Initial structure for future changes.
### Changed
- Placeholder for upcoming refactors or enhancements.
### Fixed
- Placeholder for bug fixes.