Skip to content
This repository has been archived by the owner on Nov 26, 2022. It is now read-only.

Releases: quatrope/ois

Version 0.2

21 Sep 23:37
Compare
Choose a tag to compare

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

18 May 00:07
Compare
Choose a tag to compare

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 with optimal_system.

Version 0.1.3

01 May 19:10
Compare
Choose a tag to compare

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

01 May 19:15
Compare
Choose a tag to compare

Release Notes

  • This implements issue #2: throw exception with even sized kernels.
  • Added default poly_degree set to 2.
  • Changed default on optimal_system to Bramich.

Version 0.1.1

01 May 19:17
Compare
Choose a tag to compare

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

01 May 19:25
Compare
Choose a tag to compare

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

01 May 20:11
Compare
Choose a tag to compare
Pre-release

On this release

  • Added cameraman.tif image to test.
  • Added license file.
  • Added requirements file.
  • Documentation.

Alpha Revision 1 for Version 0.1

01 May 20:14
Compare
Choose a tag to compare
Pre-release

In this release

  • Tests and CI support.
  • README + skeleton project.