Skip to content

arekit-0.21.0

Compare
Choose a tag to compare
@nicolay-r nicolay-r released this 15 Aug 10:14
· 5 commits to 0.21.0-rc since this release

Changelog

v0.21.0-rc (2021-08-15)

Full Changelog

Implemented enhancements:

  • Sources -- clarify do_overwrite and refactor check_uniqueness flags RuSentiFrames #150
  • Compose Python Library #145
  • Sources -- provide local storage at home directory #144
  • Enum -- clarify enum34 package using instead of the enum. #143
  • OpinionCollectionsFormatter -- support to save/load only supported by label_formatter opinions #139
  • UnitTests -- gather all tests into single folder #125
  • BaseAnnotator -- intialize method is useless as the passed parameters requires only at serialize_missed_collections method. #123
  • NeutralAnnotator -- Rename to annotator, as neutral prefix is related to a specifics of the particular task #122
  • NeutralAnnot -- use a predefined template for names, based on labels count, instead of Name property #121
  • DefaultNeutralAlgo -- provide dist in sentence parameter #120
  • NeutralAnnot -- Two/Three scale annotators considered to be a part of the related experiment #119
  • Evaluation Metrics -- such functions considered to be a part of the particular experiment #115
  • Embedding -- set_stemmer method is not declared in base class #114
  • FrameVariantsCollection -- remove stemmer from __init__ params. #113
  • Bag (NeuralNetworks) -- label could be presented as uint. #110
  • experiment_rusentrel -- Group all folders by a single exp prefix #108
  • BaseModel -- Replace epochs_count parameter with generalized parameter structure. #107
  • OpinionCollection -- provide set of supported labels (opinion filtration by labels) #106
  • LabelCalculationMode -- make it enum #105
  • BaseModel -- replace epochs_count with model options #104
  • ThreeLabelsScaler -- remove dependecies of the latter in NeuralNetwork contrib #103
  • RuAttitudes -- use int_to_label function instead of label scaler #102
  • Labels -- Move Scaler into common/labels #101
  • Labels -- Provide a unique labels for the partucular experiment in contrib #100
  • Experiments -- reorganize rusentrel experiments data within the related new folder #97

Fixed bugs:

  • RuAttitudes-v1.2. -- fix downloading link #155
  • sources -- Remove data folder #149
  • Entity -- type could be None while there is no restriction for that #148
  • RuSentRelOpinionCollectionFormatter -- label could not be found during neural network training. #137
  • frame_variant -- label scaler receives NoLabel while experiment based on NeutralLabel #136
  • BaseEvaluator -- opinion labels might be incompatible with the one utilized in ResultEvaluator. #124

Closed issues:

  • UnitTests -- Run all unit tests via bash script #156
  • Remove release_notes.md file and move the related content into Releases descriptions. #146
  • Tutorial -- Clarify on how we perform optimization #90