Changelog¶
0.0.8 (2025-11-22)¶
Added¶
Add
[output]section withinfo_currency_mismatchesoption to lower the log level of currency mismatches from WARN to INFO.
0.0.7 (2025-06-20)¶
Added¶
ocdscardinalPython package.
0.0.6 (2024-08-23)¶
Added¶
prepare command:
Add
party_rolesconfiguration to[defaults]section.Add
[redactions]section. Warn about zero-value bids.Add
[corrections]section.Add
[modifications]section.Normalize
/bids/details[]/tenderersand/awards/suppliersto arrays.
indicators command:
R003: (Short submission period).
R018: (Single bid received).
R028: (Identical bid prices).
R030: (Late bid won).
R048: (Heterogeneous supplier).
R058: (Heavily discounted bid).
Add
no_price_comparison_procurement_methodsconfiguration.Add
price_comparison_procurement_methodsconfiguration.Add
[exclusions]section.
Changed¶
prepare command:
Warn about invalid default statuses.
Use snake case (
[codelists.bid_status]) in the settings file, instead of a mix of snake case and camel case ([codelists.BidStatus]).Normalize
/awards[]/idand/contracts[]/awardIDto strings.
indicators command:
Fixed¶
indicators command:
0.0.5 (2023-06-14)¶
Added¶
init command:
Add
--force(-f) option to overwrite an existing file.
indicators command:
Add
--mapoption to include theMapskey.Add
--no-metaoption to omit theMetakey.R038: Add
minimum_submitted_bidsandminimum_contracting_processesconfigurations.
Changed¶
Prefix an error about an unknown property in the settings file with the path at which it occurred.
init command:
Add
currencyproperty to default file.
prepare command:
Improve write performance.
indicators command:
Add
Metakey to assist interpretation of results.The
--countoption writes to standard error instead of standard output, to not mix outputs.All
thresholdandpercentileconfigurations are consistently interpreted as inclusive.
0.0.4 (2023-05-30)¶
Changed¶
prepare command:
Add
--output(-o) and--errors(-e) options, instead of using shell redirection.Fill in
/awards[]/items[]/classification/schemewithitem_classification_scheme.
0.0.3 (2023-05-29)¶
Added¶
Changed¶
Error on unknown configurations in the settings file.
indicators command:
Enable indicators in the settings file.
Rename indicators from
NF###toR###.Remove “OCID” from output if no OCIDs reported.
Split indicators into trait objects.
Preserve top-level key order in the JSON output.
coverage command:
Preserve JSON path key order in the JSON output.
Fixed¶
Commands no longer error on
SIGPIPEsignal.
0.0.2 (2023-02-13)¶
Added¶
indicators command:
R035 (All except winning bid disqualified).
Add
--settings SETTINGSoption for the settings file.Add documentation.
0.0.1 (2023-02-13)¶
First release, including:
R024 (Price close to winning bid).