Skip to content

Commit

Permalink
Bring release notes and API changes in sync
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanv committed Mar 7, 2016
1 parent 4e3b031 commit 2c9f512
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/release/release_0.12.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,14 @@ API Changes
float arrays instead of integer arrays.
- ``transform.integrate`` now takes lists of tuples instead of integers
to define the window over which to integrate.
- `reverse_map` parameter in `skimage.transform.warp` has been removed.
- `enforce_connectivity` in `skimage.segmentation.slic` defaults to ``True``.
- `skimage.measure.fit.BaseModel._params`,
`skimage.transform.ProjectiveTransform._matrix`,
`skimage.transform.PolynomialTransform._params`,
`skimage.transform.PiecewiseAffineTransform.affines_*` attributes
have been removed.
- `skimage.filters.denoise_*` have moved to `skimage.restoration.denoise_*`.

Deprecations
------------
Expand Down
2 changes: 2 additions & 0 deletions doc/source/api_changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Version 0.12
the ``ntiles_*`` arguments.
- The functions ``blob_dog``, ``blob_log`` and ``blob_doh`` now return float
arrays instead of integer arrays.
- ``transform.integrate`` now takes lists of tuples instead of integers
to define the window over which to integrate.
- `reverse_map` parameter in `skimage.transform.warp` has been removed.
- `enforce_connectivity` in `skimage.segmentation.slic` defaults to ``True``.
- `skimage.measure.fit.BaseModel._params`,
Expand Down

0 comments on commit 2c9f512

Please sign in to comment.