v1.1.0
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
dtypeargument. - 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