Changelog

1.1.13 (2024-05-08)

Added

1.1.12 (2024-05-07)

Added

1.1.11 (2024-05-01)

Added

1.1.10 (2024-04-15)

Added

Changed

1.1.9 (2024-01-05)

Added

1.1.8 (2023-06-26)

Changed

1.1.7 (2023-06-13)

Changed

  • compile: Prefix the ocid to a warning.

1.1.6 (2023-06-08)

Changed

  • compile: Skip null entries in the releases array of a release package.

1.1.5 (2023-04-20)

Changed

Update documentation on PyPI.

1.1.4 (2023-02-07)

Added

New CLI options:

Changed

  • Drop support for Python 3.6 (end-of-life 2021-12-23).

Fixed

1.1.3 (2022-10-20)

Fixed

1.1.2 (2022-10-06)

Changed

  • Move ocdskit/cli/__main__.py to ocdskit/__main__.py, to support the python -m ocdskit interface.

  • Move ocdskit.cli.commands to ocdskit.commands.

1.1.1 (2022-08-17)

Changed

1.1.0 (2022-08-16)

Changed

1.0.4 (2022-02-10)

Added

New CLI options:

1.0.3 (2021-12-18)

Added

Changed

  • compile omits packages from a record package for OCDS 1.2+.

Fixed

  • compile omits packages from a record package if empty.

  • compile raises an error if the OCDS version is not recognized, instead of failing silently.

1.0.2 (2021-06-29)

Fixed

  • mapping-sheet correctly populates the extension column for extension fields on OCDS objects with items properties that $ref’erence OCDS definitions.

1.0.1 (2021-06-16)

Changed

1.0.0 (2021-05-19)

Changed

  • validate: Remove command. Instead, use lib-cove-ocds.

  • tabulate: Remove command. Instead, convert the JSON data to CSV format using Spoonbill or Flatten Tool, and then load the CSV files into your preferred database. See:

  • convert-to-oc4ids: Remove command. Instead, use oc4idskit’s convert-from-ocds.

  • ocdskit.oc4ids: Remove module. Instead, use oc4idskit’s transforms.

0.2.23 (2021-05-06)

Fixed

0.2.22 (2021-04-23)

Fixed

  • schema-strict: Don’t add "uniqueItems": true to coordinates fields.

0.2.21 (2021-04-10)

Added

  • Add Python wheels distribution.

0.2.20 (2021-02-19)

Added

New CLI options:

0.2.19 (2021-02-16)

Fixed

  • upgrade: If a party’s roles field isn’t set, no error occurs.

  • upgrade: If an organization reference has fewer fields than an organization, no warning is issued.

0.2.18 (2020-12-15)

Added

New library method:

0.2.17 (2020-12-11)

Changed

  • tabulate: Supports linked releases and compiled releases.

0.2.16 (2020-10-06)

Fixed

  • upgrade: If a party’s roles field isn’t a list of strings, no error occurs.

Added

New CLI commands:

  • split-project-packages

0.2.15 (2020-09-30)

Changed

  • upgrade: If a party’s roles field is a string, it is coerced to an array.

Added

New CLI options:

0.2.14 (2020-09-16)

Added

New CLI option:

New library method:

0.2.13 (2020-09-16)

Fixed

  • convert-to-oc4ids no longer errors if a party’s id field isn’t set.

0.2.12 (2020-08-19)

Changed

Fixed

  • mapping-sheet correctly populates the extension column for extension fields on OCDS objects that $ref’erence OCDS definitions.

0.2.11 (2020-08-12)

Changed

  • mapping-sheet: The extension column is now the name of the extension that introduced the JSON path, not the name of the extension that defined the field.

0.2.10 (2020-07-28)

Changed

  • indent respects --ascii.

  • tabulate supports any OCDS data.

Fixed

  • compile no longer errors on Windows when using the SQLite backend.

0.2.9 (2020-07-08)

Fixed

  • detect-format respects --root-path.

  • convert-to-oc4ids omits sector and documents if empty.

0.2.8 (2020-04-29)

Changed

  • schema-strict accepts a filename as a positional argument, instead of a schema as standard input.

  • schema-strict adds constraints to all fields, not only required fields.

0.2.7 (2020-04-23)

Added

New CLI options:

New library method:

Changed

Fixed

  • convert-to-oc4ids sets the publishedDate field, not the published_date field.

0.2.6 (2020-04-15)

Added

New library method:

Changed

0.2.5 (2020-04-14)

Fixed

0.2.4 (2020-03-19)

Fixed

  • convert-to-oc4ids no longer errors.

0.2.3 (2020-03-19)

Added

New CLI commands:

  • convert-to-oc4ids

New library module:

  • ocdskit.oc4ids

Changed

0.2.2 (2020-01-07)

Changed

  • Avoid exception when piping output to tools like head.

  • package-records, package-releases: Use fast writer if --size is set.

  • echo: Use fast writer (assuming --root-path is set anytime input is too large).

0.2.1 (2020-01-06)

Added

New CLI options:

New CLI commands:

Changed

  • Implement iterative JSON writer.

  • Use orjson if available to improve performance of dumping/loading JSON, especially to/from SQL in compile command (see ocdskit.packager).

Fixed

0.2.0 (2019-12-31)

Added

New library module:

Changed

CLI:

Library:

Fixed

0.1.5 (2019-12-18)

Added

New library methods:

The internal methods ocdskit.util.json_load and ocdskit.util.json_loads are removed.

0.1.4 (2019-11-28)

Added

New CLI options:

New CLI commands:

New library methods:

Changed

  • mapping-sheet: Improve documentation of --extension and --extension-field.

Fixed

  • detect-format correctly detects concatenated JSON, even if subsequent JSON values are non-OCDS values.

0.1.3 (2019-09-26)

Changed

  • Set missing package metadata to "" instead of null in CLI commands, to mirror library methods.

0.1.2 (2019-09-25)

Changed

0.1.1 (2019-09-19)

Fixed

  • upgrade no longer errors if specific fields are null.

  • upgrade no longer errors on packages that have parties values without id fields and that declare no version or a version of “1.0”.

0.1.0 (2019-09-17)

Command-line inputs can now be concatenated JSON or JSON arrays, not only line-delimited JSON.

Added

New CLI commands:

New CLI options:

  • package-releases:

    • --uri

    • --published-date

    • --publisher-name

    • --publisher-uri

    • --publisher-scheme

    • --publisher-uid

  • compile:

    • --publisher-name

    • --publisher-uri

    • --publisher-scheme

    • --publisher-uid

  • combine-record-packages:

    • --publisher-name

    • --publisher-uri

    • --publisher-scheme

    • --publisher-uid

  • combine-release-packages:

    • --publisher-name

    • --publisher-uri

    • --publisher-scheme

    • --publisher-uid

  • mapping-sheet:

    • --order-by

    • --infer-required

    • --extension

    • --extension-field

The --root-path option is added to all OCDS commands.

New library methods:

Changed

Fixed

  • compile merges extensions’ schema into the release schema before merging releases.

  • mapping-sheet fills in the deprecated column if an object field uses $ref.

  • schema-strict no longer errors if a required field uses $ref.

  • upgrade no longer errors if awards or contracts is null.

0.0.5 (2019-01-11)

Added

New CLI options:

  • compile:

    • --schema: You can create compiled releases and versioned releases using a specific release schema.

    • --linked-releases: You can have the record package use linked releases instead of full releases.

    • --uri, --published-date: You can set the uri and publishedDate of the record package.

      • If not set, these will be null instead of the uri and publishedDate of the last package.

  • combine-record-packages: --uri, --published-date

  • combine-release-packages: --uri, --published-date

New CLI commands:

Changed

Fixed

0.0.4 (2018-11-23)

Added

New CLI options:

  • schema-report: --no-codelists, --no-definitions, --min-occurrences

Changed

  • schema-report reports definitions that can use a common $ref in the versioned release schema.

  • schema-report reports open and closed codelists in CSV format.

0.0.3 (2018-11-01)

Added

New CLI options:

New CLI commands:

Changed

  • Add helpful error messages if:

  • Change default behavior to print UTF-8 characters instead of escape sequences.

  • Add --ascii option to print escape sequences instead of UTF-8 characters.

  • Rename base exception class from ReportError to OCDSKitError.

0.0.2 (2018-03-14)

Added

New CLI options:

  • validate: --check-urls and --timeout

New CLI commands:

0.0.1 (2017-12-25)

Added

New CLI commands: