You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
[1.1.4] - 2015-10-27
FIXED
- Implemented missing get_image_by_attributes method
[1.1.3] - 2015-10-16
FIXED
- ND2s with a single image can now be parsed
[1.1.2] - 2015-10-09
ADDED
Image
objects now have a frame_number
attribute.
Nd2
can be used as a context manager.
- More unit tests and functional tests
CHANGED
Image
objects now directly subclass Numpy arrays.
- Refactored code to permit parsing of different versions of ND2s, which will allow us to add support for NIS Elements 3.x.
DEPRECATED
- The
data
attribute is no longer needed since Image
is now a Numpy array.
- The
image_sets
iterator will be removed in the near future. You should implement this yourself.
[1.1.1] - 2015-09-02
FIXED
- Images returned by indexing would sometimes be skipped when the file contained multiple channels
CHANGED
- Dockerfile now installs scikit-image to make visual testing possible
[1.1.0] - 2015-06-03
ADDED
- Indexing and slicing of images
- Python 3 support
- Dockerfile support for Python 3.4
- Makefile commands for convenient testing in Docker
- Unit tests
CHANGED
- Switched to setuptools to automatically install missing dependencies
- Made the interface for most metadata public
- Refactored some poorly-named things
[1.0.0] - 2015-05-23
Added