Create new version v1.1.0. Data integration pipeline now does disk space check and skips data transfer if destination files already exist.
This commit is contained in:
11
CHANGELOG.md
11
CHANGELOG.md
@ -20,3 +20,14 @@ Format based on [Keep a Changelog](https://keepachangelog.com) and [Semantic Ver
|
||||
- Data integration pipeline with YAML-based configuration for cross-project adaptability
|
||||
- Metadata revision and normalization pipeline
|
||||
- HDF5 manager object for data extraction, handling, and visualization
|
||||
|
||||
## [1.1.0] - 2025-06-26
|
||||
### Added
|
||||
- Pre-transfer validation in data integration pipeline:
|
||||
- Disk space check: Verifies sufficient free space before copying large datasets
|
||||
- Duplicate detection: Skips transfer if destination files already exist
|
||||
- Dry-run optimization: Reuses file discovery results to avoid redundant directory walks
|
||||
- Include Licence
|
||||
|
||||
### Changed
|
||||
- Update README.md with new description + authors and funding sections
|
Reference in New Issue
Block a user