- Included support for `Apple M1` machines
- Included support for native rendering of Zarr stored images using Napari: `pl.image_viewer` and `pl.gate_finder`
Temporary workaround for installing in `Apple M1` machines
reate and load a new environment
conda create --name scimap python=3.8 -y
conda activate scimap
if you do not have xcode please install it
xcode-select --install
if you do not have homebrew please install it
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
if you do not have cmake install it
brew install cmake
install h5py
brew install hdf51.12