-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChanges
More file actions
17 lines (12 loc) · 860 Bytes
/
Changes
File metadata and controls
17 lines (12 loc) · 860 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Revision history for ClarID-Tools
0.03 2025-04-01T00:00:00Z (Manuel Rueda <mrueda@cpan.org>)
- Moved csv pre-processing scripts from nb/data/scripts to utils/csv. Updated nb/*py accordingly
- Updated 'code.pm' (and tests) to allow for alternative encodings for field 'species'
- csv2_clarid_in.py now writes CSV output with Unix (\n) line endings explicitly for consistent preprocessing output across
platforms
- Bulk CSV output now uses Text::CSV_XS->print instead of raw string joins, so fields such as condition_name are properly quoted and escaped
- Move shared schemas/codebooks to share/versions/ and symlink top-level paths to latest version
- Add explicit checks for supported codebook versions (0.02 and 0.03)
0.02 2025-09-05T00:00:00Z (Manuel Rueda <mrueda@cpan.org>)
- First release
Note: Versions < 0.02 were for deployment testing