- Compilation in environment without numpy
- Added example data and tutorial notebook
- Added unit tests
- Additional documentation
- Detection of time series axis in stacks - will raise a warning if supplied axis in stack registration does not correspond to the detected axis
- progress_callback function now gets called with the iteration number, not iteration index (iteration number = iteration index + 1)
- Fixed exception when using a different axis than 0 for registering stacks
- License changed to allow distribution on python package repositories
- progress callback function can be supplied to register_stack() and register_transform_stack() functions via the progress_callback that is then called after every iteration (i.e. after each image registration)
- progress bar output not shown by default, has to be enabled by using the verbose=True parameter in the register_stack() and register_transform_stack() functions
- bilinear transformation