Skip to content

๐Ÿ“˜ 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 LASSIE class 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 .csv and .xlsx formats.

๐Ÿ“ฆ 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-DD format for each release.
  • Categorize entries under: Added, Changed, Deprecated, Removed, Fixed, and Security.
## [Unreleased]

### Added
- Initial structure for future changes.

### Changed
- Placeholder for upcoming refactors or enhancements.

### Fixed
- Placeholder for bug fixes.