Skip to content

Releases: olehmberg/winter

WInte.r version 1.4

15 Mar 17:43
Compare
Choose a tag to compare

Added new similarity measures:

  • TF-IDF cosine similarity of strings
  • Similarity of geo coordinates

Added a new matching rule with missing value penalty:

  • A linear combination matching rule which applies an explicit penalty for missing attribute values

Extended result logging features:

  • Examine data fusion results on record level
  • Improved user notifications for easing error analysis

Further changes:

  • Report blocking time during identity resolution
  • Publish winter on maven central
  • Illustrated the usage of the new features in the tutorial

WInte.r version 1.3.2

11 Jun 11:44
Compare
Choose a tag to compare

Changed logging framework to slf4j and minor bugfixes.

WInte.r version 1.3.1

14 Nov 13:54
0d2fdf8
Compare
Choose a tag to compare

Fixed:

  • Fixed an error in the logging system for matching that occurred in combination with parallel processing

WInte.r version 1.3

02 Oct 15:02
425c807
Compare
Choose a tag to compare

Added new logging and debugging features for:

  • Blocking
  • Matching
  • Data Fusion

Added new facade classes for data normalisation:

  • The ValueNormaliser can be used to transform string values into various data types and interpret units of measurement
  • The DataSetNormaliser can detect data types and transform complete datasets into a normalised format

WekaMatchingRule:

  • Added support for external models (e.g. learned with RapidMiner) using the PMML format
  • Added access to the model's description and performance after training
  • Improved export of generated features for external model learning

Extended Web Tables data model:

  • Added join
  • Improved projection
  • Improved support for functional dependencies and candidate keys

Further changes:

  • Improved parallel processing in ParallelProcessable
  • Added framework extension: Metanome Integration
  • Added a detailed tutorial on how to use WInte.r for data integration

WInte.r version 1.2

20 Oct 12:58
Compare
Choose a tag to compare

Performance improvements, a new blocker and several bug-fixes.

WInte.r version 1.1

17 Jul 08:28
Compare
Choose a tag to compare

Replaced Yoda Time with Java Time. Not compatible with version 1.0!

WInte.r version 1.0

23 Jun 09:16
Compare
Choose a tag to compare

WInte.r has come! First release of the WInte.r Framework.