Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

v0.8.0

Compare
Choose a tag to compare
@rhattersley rhattersley released this 06 Jan 15:30
· 164 commits to master since this release

Highlights:

  • Support for NumPy 1.9
  • Create LinearMosaic and ArrayStack from arrays with inhomogeneous fill_values.
  • Extend biggus.save() to allow masked array output.

Bug fixes:

  • Masked array evaluation of variance. (#107)
  • LinearMosaic indexing with non-zero axis. (#113)