Skip to content

AREkit-0.23.1

Compare
Choose a tag to compare
@nicolay-r nicolay-r released this 19 Jun 14:07
· 1 commit to 0.23.1-rc since this release

Main Updates

  • #439
  • #447
  • fixed : #440
  • new: 🔥 #459
  • moving evaluation module outside 🔧 #449 (new separate project)
  • utils: #467
  • universal API for proof-of-concept

Full Changelog

Implemented enhancements:

  • NativeCsvWriter -- sync deliimiter with other CSV formatters #486

v0.23.1-rc (2023-06-02)

Full Changelog

Implemented enhancements:

  • filters=[] -- consider the case of None by default [Paper feedback] #479
  • opinions=[] -- simplify usage of API [paper feedback] #478
  • BaseSerializerPipelineItem -- required by arekit-ss #476
  • Neural Network Serializer -- rows_provider should be declared outside [paper backlog/arekit_ss project] #475
  • Streaming -- support JSON output format #474
  • RuAttitudesDocumentProvider -- refactor to follow the structure of the rest resources #470
  • Support None for get_doc_existed_opinion_func [user/paper feedback] #469
  • SynonymsCollection -- setup default value of iter_group_values_lists to [] #468
  • DOC_ID column -- remove int type limitation #463
  • Streaming -- provide header column names for CSV #462
  • tqdm -- display amount of processed documents in progress-bar [Project Gutenberg backlog] #461
  • OpinionCollection -- iter_sentiment method is not in use anymore #456
  • OpinionCollection -- the case of None for opinion results in incomplete initialization #455
  • OpinionCollection -- copy method is not in use anymore #454
  • OpinionCollection -- consider opinions=[] by default in, i.e. empty collection. #453
  • synonyms.py -- is empty and might be removed [QUICK check and fix] #451
  • Pandas -- completely remove dependencies #450
  • BertTextBTemplates -- switch name to prompts #446
  • RuSentRel -- embed train and test indices in collection #444
  • SentiNEREL -- entity filter #443
  • SentiNEREL -- move from another project [NIVTS project backlog, RuSentNE competitions] #439

Fixed bugs:

  • Network module -- context constant has a predefined text value which is limited for networks only #485
  • read_ruattitudes_to_brat_in_memory -- case of keep_doc_ids_only==True causes exception #482
  • prompt -- object non subscriptable #481
  • fill -- in case of None rows count tqdm throws exception #458
  • create_sample_provider -- misused parameter #445
  • CroppedBertSampleRowProvider -- might crop with references outside of the bounds [googletranslate-feedback] #440

Closed issues:

  • Shortening to RuSentRelOpinions.iter_from_doc #480
  • InputTextOpinionProvider -- rename to ContentsProvider #473
  • RuSentiFramesCollection.read -- rename method read_collection to read [paper feedback] #472
  • DocumentOperation -- provide directory-based document provider by default [Project Gutenberg feedback] #467
  • Stream writing #459
  • dist_in_sent=0 by default #452
  • Evaluation -- is not a part of the AREkit soon #449
  • Prompting -- collect base classes that allows such input processing #447
  • SentiNEREL -- move split_fixed.txt into the data SentiNEREL data archive. #442
  • What's new in 0.23.0 #401

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator