Skip to content

v1.1.0

Choose a tag to compare

@tstannius tstannius released this 27 Feb 10:26
· 30 commits to master since this release

Overview

  • Basic input parsing added.

  • Input data now downcast to float32 to decrease memory load (this behaviour can be changed via the dtype argument). Downcasting only affects input data and SummaryData. Output is still float64.

  • Various fixes, duplicate cell id's, mapping and updates to documentation.

Changelog

[1.1.0] – 2020-02-27

Added

  • Function to parse input, utils.parse_input()

Changed

  • ESObject casts input data to float32 to decrease memory load. This behaviour is controlled via the dtype argument.
  • Updated README.
  • Updated demo.
  • Updated various docs.

Deprecated

Removed

Fixed

  • Duplicate cell id's cause crash.
  • Mapping.

Installation

See README.

We recommend installing CELLEX from pypi into a conda environment, i.e. pip install cellex