Releases: doccano/doccano-client
Releases · doccano/doccano-client
v1.1.0
What's Changed
- remove unused Approve API by @youichiro in #51
- Replace labels API endpoints with span-types by @youichiro in #52
- Dummy referrer header for CSRF protection by @tmarice in #47
- Remove unused apis by @youichiro in #55
- Fix APIs to adapt to doccano v1.5.5 by @youichiro in #54
- Introduce more Pythonic interaction into the client by @ljades in #61
- add url_parameters to get_project_list by @youichiro in #67
- add functions for category_type and relation_type by @david-engelmann in #63
- Beta Client: Make adjustments to file structure, docs, and versioning to prep for 1.1 client release by @ljades in #62
- smalles fixes for beta-client by @leonardlin in #71
- add project type to file upload request by @ghontolux in #70
- Update the post_members function in the DoccanoClient to work with members endpoint by @david-engelmann in #73
- Fix/task arg by @my-master in #75
- span, relation, download examples by @leonardlin in #81
- [Enhancement] use poetry by @Hironsan in #85
- Implement CLI and pre-annotation feature with spaCy by @Hironsan in #87
New Contributors
- @tmarice made their first contribution in #47
- @ljades made their first contribution in #61
- @david-engelmann made their first contribution in #63
- @leonardlin made their first contribution in #71
- @my-master made their first contribution in #75
Full Changelog: v1.0.3...v1.1.0
v1.0.3
What's Changed
- add update_project by @youichiro in #39
- add delete_project by @youichiro in #38
- add post_members by @ayanamizuta in #37
- add post_label_upload by @ayanamizuta in #36
- Use project_id not hardcoded constant by @rolisz in #34
- minor documentation typo fixes by @daleevans in #29
- implement the approval endpoint by @daleevans in #33
- Add darglint by @Hironsan in #40
- Add black to CI by @Hironsan in #42
- Fix: remove mutable default arg by @ghontolux in #49
New Contributors
- @youichiro made their first contribution in #39
- @ayanamizuta made their first contribution in #37
- @daleevans made their first contribution in #29
- @Hironsan made their first contribution in #40
- @ghontolux made their first contribution in #49
Full Changelog: v1.0.2...v1.0.3