What's Changed * add github url by cmungall in https://github.com/monarch-initiative/koza/pull/74 * allow for edge only ingests now by glass-ships in https://github.com/monarch-initiative/koza/pull/75 * add edge only compatibility to jsonl writer as well by glass-ships in https://github.com/monarch-initiative/koza/pull/76 * validate before write with linkml-validator by glass-ships in https://github.com/monarch-initiative/koza/pull/78 * Add "file_archive" attribute for SourceConfig by glass-ships in https://github.com/monarch-initiative/koza/pull/81
New Contributors * cmungall made their first contribution in https://github.com/monarch-initiative/koza/pull/74
What's Changed * Translation tables in source config by kevinschaper in https://github.com/monarch-initiative/koza/pull/60 * Pass comment_char to reader by kevinschaper in https://github.com/monarch-initiative/koza/pull/61 * Feature/tsv writer by glass-ships in https://github.com/monarch-initiative/koza/pull/68 * Feature/tsv writer by glass-ships in https://github.com/monarch-initiative/koza/pull/71 * Feature/line limit by glass-ships in https://github.com/monarch-initiative/koza/pull/73
New Contributors * glass-ships made their first contribution in https://github.com/monarch-initiative/koza/pull/68
- Fix for bug when creating custom logic for map files
0.1.3
0.1.2
- skip_lines, and has_header options replaced with a 'header' option that operates similar to pandas.read_csv header option - yaml files support an '!include' tag for importing other yaml files
See https://github.com/monarch-initiative/koza/pull/47