Skip to content

Commit

Permalink
BLD New release: 0.9
Browse files Browse the repository at this point in the history
- Auto-convert integer to double on gaussian_filter (previously, integer
  values would result in zero-valued outputs).
- Check for integer types in (reg|loc)(max|min)
- Use name `out` instead of `output` for output arguments. This matches
  Numpy better
- Switched to MIT License
  • Loading branch information
luispedro committed Jul 16, 2012
1 parent 91f302e commit 2970f22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
@@ -1,4 +1,4 @@
Version 0.8.1+ Version 0.9 2012-07-16 by luispedro
* Auto-convert integer to double on gaussian_filter (previously, integer * Auto-convert integer to double on gaussian_filter (previously, integer
values would result in zero-valued outputs). values would result in zero-valued outputs).
* Check for integer types in (reg|loc)(max|min) * Check for integer types in (reg|loc)(max|min)
Expand Down
2 changes: 1 addition & 1 deletion mahotas/mahotas_version.py
@@ -1 +1 @@
__version__ = '0.8.1+git' __version__ = '0.9'

0 comments on commit 2970f22

Please sign in to comment.