This repository has been archived by the owner on Nov 26, 2022. It is now read-only.
Releases: quatrope/ois
Releases · quatrope/ois
Version 0.2
Release Notes
- Improved documentation
- Improved CI testing
- New C command-line program
- C code decoupled from Python C extension
- Index overflow fixes for large images
- Other improvements
Version 0.1.4
Release Notes
- Fixed issue #11 where the subtraction didn't use masked areas in final convolution.
- Added
eval_adaptive_kernel
to calculate variable kernels at any pixel position. - Rewrite of tests.
- Fixed bug in slices (float to integer division).
- Added new raise exception for unknown method name.
- Deprecated
subtractongrid
and merged behavior withoptimal_system
.
Version 0.1.3
Release Notes
Version 0.1.3 is compatible with Python 3!
- Added tests for Python 3.5.
- Added conditional compilation for Python 3 C extension.
- Fixed integer division Python 3 incompatibility.
Version 0.1.2
Release Notes
- This implements issue #2: throw exception with even sized kernels.
- Added default
poly_degree
set to 2. - Changed default on
optimal_system
toBramich
.
Version 0.1.1
Release Notes
- Better docstrings.
- Added no background subtraction option and corresponding tests.
- Assert that diff is a masked array before using compressed method.
- More tests.
Version 0.1
Release Notes
- Added
Adaptive Bramich
to subtraction methods with C extension. - Moved subtraction methods to subclasses using the Strategy pattern.
- Added method
subtractongrid
. - Added simultaneous background polynomial fit.
- Added support for masks on images through numpy masked arrays.
- Clean up of public methods.
- Better testing.
- Added documentation
- Several bug fixes.
Alpha Release 2 for Version 0.1
On this release
- Added
cameraman.tif
image to test. - Added license file.
- Added requirements file.
- Documentation.
Alpha Revision 1 for Version 0.1
In this release
- Tests and CI support.
- README + skeleton project.