Skip to content

Commit

Permalink
BLD Prepare new release
Browse files Browse the repository at this point in the history
Most of the improvements are for the build process.
  • Loading branch information
Luis Pedro Coelho committed Apr 7, 2011
1 parent 841cce0 commit d28e046
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 9 deletions.
4 changes: 2 additions & 2 deletions ChangeLog
@@ -1,10 +1,10 @@
Version 0.6.3+
Version 0.6.4 2011-04-06 by luispedro
* Fix bug in ``cwatershed()`` when using return_lines=1
* Fix bug in ``cwatershed()`` when using equivalent types for image and
markers
* Move tests to mahotas.tests and include them in distribution
* Include ChangeLog in distribution
* Fix compilation on the Mac OS
* Fix compilation on the Mac OS (patch by K-Michael Aye)
* Fix compilation warnings on gcc

Version 0.6.3 2011-02-17
Expand Down
15 changes: 9 additions & 6 deletions README.rst
Expand Up @@ -25,6 +25,15 @@ Notable algorithms:
Recent Changes
--------------

For version 0.6.4
~~~~~~~~~~~~~~~~~

- Fix bug in ``cwatershed()`` when using return_lines=1
- Fix bug in ``cwatershed()`` when using equivalent types for image and markers
- Move tests to mahotas.tests and include them in distribution
- Include ChangeLog in distribution
- Fix compilation on the Mac OS
- Fix compilation warnings on gcc
For version 0.6.3
~~~~~~~~~~~~~~~~~
- Improve ``mahotas.stretch()`` function
Expand Down Expand Up @@ -64,12 +73,6 @@ Bugfix release:
- Haralick for 3D images
- Fix mahotas.imread for RGBA images

0.5.3 (Oct 29 2010)
~~~~~~~~~~~~~~~~~~~

- Releases GIL when possible
- Added ``imresize()``
- Much improved ``thin()`` function

*Website*: `http://luispedro.org/software/mahotas
<http://luispedro.org/software/mahotas>`_
Expand Down
9 changes: 9 additions & 0 deletions docs/source/readme.rst
Expand Up @@ -42,6 +42,15 @@ threshold).
Recent Changes
--------------

For version **0.6.4**:

- Fix bug in ``cwatershed()`` when using return_lines=1
- Fix bug in ``cwatershed()`` when using equivalent types for image and markers
- Move tests to mahotas.tests and include them in distribution
- Include ChangeLog in distribution
- Fix compilation on the Mac OS
- Fix compilation warnings on gcc

For version **0.6.3**:

- Improve ``mahotas.stretch()`` function
Expand Down
2 changes: 1 addition & 1 deletion mahotas/mahotas_version.py
@@ -1 +1 @@
__version__ = '0.6.3'
__version__ = '0.6.4'

0 comments on commit d28e046

Please sign in to comment.