Skip to content

Releases: AIQC-Hub/ctddump

v0.26.1

Choose a tag to compare

@github-actions github-actions released this 19 Jul 09:01

Full Changelog: v0.26.0...v0.26.1

v0.26.0

Choose a tag to compare

@github-actions github-actions released this 18 Jul 22:29

Full Changelog: v0.25.0...v0.26.0

v0.4.3

Choose a tag to compare

@takayasaito takayasaito released this 09 Jul 21:42

Full Changelog: v0.4.2...v0.4.3

v0.4.2

Choose a tag to compare

@takayasaito takayasaito released this 09 Jul 21:42

Full Changelog: v0.4.1...v0.4.2

v0.4.1

Choose a tag to compare

@takayasaito takayasaito released this 09 Jul 21:42

Full Changelog: v0.4.0...v0.4.1

v0.4.0

Choose a tag to compare

@takayasaito takayasaito released this 09 Jul 20:21

Full Changelog: v0.3.0...v0.4.0

v0.3.0

Choose a tag to compare

@takayasaito takayasaito released this 25 May 23:16

Added

  • concat convert command: merge Parquet files from a directory tree into a single file with optional profile_no / observation_no renumbering (on by default)
  • concat header command: merge header YAML files into a single YAML file; errors on duplicate keys
  • CI workflow: runs tests on push/PR to main (GitHub Actions)
  • README.md

Changed

  • concat is now a subcommand group (concat convert, concat header) for consistency with batch

v0.2.0

Choose a tag to compare

@takayasaito takayasaito released this 25 May 19:21

Added

  • batch convert command: recursive, multi-threaded NetCDF → Parquet conversion
  • batch header command: recursive, multi-threaded NetCDF → YAML conversion
  • header command: single-file NetCDF → YAML metadata extraction
  • --pattern option on all batch subcommands for filename-based file selection (glob, per-subcommand default)
  • --output, --threads options on all batch subcommands
  • All config fields exposed as individual CLI flags on convert and batch convert; priority: built-in default < --config file < CLI flags
  • profile_longitude / profile_latitude columns in NRT output (from PRECISE_* or expanded DEPLOY_*)
  • Unit tests for pure logic functions (no fixture files required)

Changed

  • QC flag columns changed from i8 to String; non-numeric codes (e.g. "A", "B") are preserved; missing values become ""
  • Source tree reorganised: src/netcdf/src/convert/; header modules moved to src/header/
  • NRT and CORA converters unified into single modules with TOML config files

v0.1.0

Choose a tag to compare

@takayasaito takayasaito released this 24 May 14:07