You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fixed bug #1 (option columnWidths broken since v0.3.2)
fixed bug #2 (commands create and export templating broken since v0.3.5)
added --download command
extended --info command
improved performance of --export command
improved error handling and user feedback
removed support for legacy docker option --link
added detailed usage instructions with examples
moved and extended instructions from docker/README.md to README.md
added usage instructions for Python library
added chapter on Binder openrefineder
added badges for docker, pypi and binder
added usage instructions for tests script
added note to myself for distributing releases
moved all functions from parser to cli module
separated export and template function
improved code style (PEP8)
regression introduced with v0.3.2 (latest working version: v0.3.1)
columnWidths needs to be transmitted as an array, e.g.
solution: option
columnWidths
should be handled like optionsheets
https://github.com/opencultureconsulting/openrefine-client/blob/v0.3.4/refine.py#L116
The text was updated successfully, but these errors were encountered: