Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.71 KB

CHANGELOG.md

File metadata and controls

30 lines (23 loc) · 1.71 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[4.0.0] - 2019-09-05

Fixed

  • #203: Correct column data in GeneSets widget.
  • #205: Fix issue where GeneSets widget crashed on network error. Display friendly warning that cached files are used.
  • #206: Fix issue where GEODatasets widget crashed on network error. Display friendly warning that cached files are used.

Changed

  • #168: Overhaul of gene module. We no longer use pickled dictionaries to map gene names to their corresponding Entrez Ids. We use SQLite tables that are indexed using FTS5 SQLite extension.
  • #204: Package cellannotation replaced with point-annotator

Added

  • 13b54e7: HomoloGene module (Wrapper around NCBI HomoloGene database)
  • #178: add Homology widget.

Removed

[3.5.0] - 2019-07-19

Did not keep a changelog...