Skip to content

gorse v0.2.4

Choose a tag to compare

@zhenghaoz zhenghaoz released this 15 Aug 06:22

Features

  • Support PostgresSQL as data storage (#201).
  • Support ClickHouse as data storage (#184).
  • Support user and password in Redis DSN (#216, authorized by @lbw114007).
  • Implement task monitor to track the progress of all tasks.
  • Implement new task scheduler.
  • Implement label based similarity (#131).

Fix

Upgrade Guide

  • In the configuration file, search_jobs and fit_jobs are replaced by n_jobs, neighbor_type is added to set the type of neighbors.