Releases
v0.8.0
v0.8.0
Breaking
All API resources with floats now use ordered_float::NotNan
A new top level flag -o/--output
has been added. This replaces all previous -o/--output
flags in the re get *
subcommands.
The EntityDefs
wrapper has been removed in favour of Vec<EntityDef>
. This impacts the NewDataset
and Dataset
structs
EntityDef
has added fields to accurately reflect the api return type
Added metadata
field to the Label
struct
Changed
More public types implement Serialize
, Eq
and Hash
for downstream use.
Added
get comment
: get a single comment by source and id
Created or updated resources will be returned via stdout. The format of the output can be changed with the global -o/--output
flag.
This excludes creation of the comments
and emails
resources.
Added entity_defs
and label_defs
to the reinfer_api::Dataset
struct, and create dataset
command
Added LabelDef
, NewLabelDef
, NewEntity
and associated structs
You can’t perform that action at this time.