Skip to content

Releases: panodata/tikray

v0.2.2

13 Jun 18:29

Choose a tag to compare

What's Changed

  • Fixed missing function.jq due to packaging flaw
  • Removed support for Python 3.8

Details

  • Fix missing function.jq due to packaging flaw by @amotl in #10
  • This and that by @amotl in #11

Full Changelog: v0.2.1...v0.2.2

v0.2.1

17 Mar 00:19

Choose a tag to compare

What's Changed

  • Chore: Remove silly log statement
  • Update documentation
  • Adjust wording. Improve tests. Add API example.
  • Rename: TransformationProject -> ProjectTransformation

Details

  • This and that: Documentation. Wording. Tests. by @amotl in #9

Full Changelog: v0.2.0...v0.2.1

v0.2.0

14 Mar 10:52

Choose a tag to compare

What's Changed

  • Core: Added streaming support for JSONL/NDJSON files by @amotl in #8

Full Changelog: v0.1.0...v0.2.0

v0.1.0

12 Mar 13:26

Choose a tag to compare

What's Changed

  • CLI: Added CLI interface, per tikray program
  • Core: Started using orjson and orjsonl packages, for performance
    reasons and JSONL/NDJSON support
  • Core: Optionally invoke single resource on project file

Details

  • CI: Validate with Python 3.13 by @amotl in #5
  • CLI: Add CLI interface, per tikray program by @amotl in #4
  • Performance improvements, JSONL/NDJSON support by @amotl in #6

Full Changelog: v0.0.23...v0.1.0

v0.0.23

05 Feb 01:13

Choose a tag to compare

What's Changed

  • Naming things: Renamed package to loko, then tikray

Full Changelog: https://github.com/panodata/tikray/commits/v0.0.23

v0.0.19

04 Feb 01:45

Choose a tag to compare

What's new

  • Zyp/Moksha: Improve error reporting when rule evaluation fails

Full Changelog: v0.0.18...v0.0.19

v0.0.18

04 Feb 01:45

Choose a tag to compare

What's new

  • Zyp/Moksha/jq: to_object function now respects a zap option, that
    removes the element altogether if it's empty
  • Zyp/Moksha/jq: Improve error reporting at MokshaTransformation.apply

Full Changelog: v0.0.17...v0.0.18

v0.0.17

04 Feb 01:44

Choose a tag to compare

What's new

  • Zyp: Added capability to skip rule evaluation when disabled: true

Full Changelog: v0.0.16...v0.0.17

v0.0.16

04 Feb 01:44

Choose a tag to compare

What's new

  • Zyp: Fixed execution of collection transformation
  • Zyp: Added software test and documentation about flattening lists
  • Zyp: Translate a few special treatments to jq-based MokshaTransformation again

Full Changelog: v0.0.15...v0.0.16

v0.0.15

04 Feb 01:43

Choose a tag to compare

What's new

  • Added Zyp Treatments, a slightly tailored transformation subsystem

Full Changelog: v0.0.14...v0.0.15