Skip to content

Release v1.3.2: Enhancements on usability & two OPs; some bugs fixes

Compare
Choose a tag to compare
@yxdyc yxdyc released this 25 Apr 11:17
· 13 commits to main since this release
2172698

What's Changed

  • Human OP enhancements, in #642 #645
    • update label-studio version
    • make service script more robust
    • add documentation
    • optimizing fields mapping
  • OP efficiency optimization of document_minhash_deduplicator, in #639
  • set temp_parser.usage to argparse.SUPPRESS, skip too much help log in #643
  • fix date typo by in #648
  • Fix docker building failure in #650
  • Fix StreamToLoguru compatibility issue with torch._dynamo in #651
  • add init file for annotation module, fix dj-process command error in #652

New Contributor