- fix: use `Value.get_lock()` when tracking progress - docs: minor improvements
0.4.1
- docs: add index link and include changelog
0.4.0
- BREAKING CHANGE: volumetric reconstruction is now done according to the ODTbrain indexing convention. To get the original behavior, transpose the output, i.e. ``volout.transpose(1, 0, 2)``.
0.3.2
- ci: automated deployment with travis-ci
0.3.1
- Convenience fix: Make algorithm source files private
0.3.0
- BREAKING CHANGES: - Renamed several functions - Dropped support for Python 2 - Refactoring: - Moved each reconstruction algorithm to a separate file - Modified code to comply with PEP8 - Moved long doc strings from source to docs directory - Removed complicated and redundant 3D reconstruction methods - Improved 3D algorithm (`threed.py`) to support progress-monitoring