File python3-scikit-image.changes of Package python3-scikit-image

-------------------------------------------------------------------
Mon Jun 13 19:23:53 UTC 2016 - toddrme2178@gmail.com

- Remove unneeded test dependencies.

-------------------------------------------------------------------
Sun May  8 07:06:04 UTC 2016 - arun@gmx.de

- specfile:
  * updated source url to files.pythonhosted.org


-------------------------------------------------------------------
Fri Mar 11 18:05:48 UTC 2016 - toddrme2178@gmail.com

- Update to version 0.12.3
  * Add inpaint to module init
  * Changed docsting sections order

-------------------------------------------------------------------
Tue Mar  8 02:38:49 UTC 2016 - arun@gmx.de

- update to version 0.12.2:
  (taken from git, including 0.12.1)
  * Add .in files to source distribution
  * Warn if user tries to build with older Cython version
  * Remove left-over mentions in test docstrings of lena
  * Fix 2.6 compatibility
  * Remove lena image from test suite.
  * Bring release notes and API changes in sync

-------------------------------------------------------------------
Mon Mar  7 03:58:31 UTC 2016 - arun@gmx.de

- update to version 0.12.0:
  * Highlights include:
    + 3D skeletonization (#1923)
    + Parallelization framework using
      "dask":"skimage.util.apply_parallel" (#1493)
    + Laplacian operator "filters.laplace" (#1763)
    + Synthetic 2-D and 3-D binary data with rounded blobs (#1485)
    + Plugin for "imageio" library (#1575)
    + Inpainting algorithm (#1804)
    + New handling of background pixels for "measure.label": 0-valued
      pixels are considered as background by default, and the label of
      background pixels is 0.
    + Partial support of 3-D images for "skimage.measure.regionprops"
      (#1505)
    + Multi-block local binary patterns (MB-LBP) for texture
      classification (#1536)
    + Seam Carving (resizing without distortion) (#1459)
    + Simple image comparison metrics (PSNR, NRMSE) (#1897)
    + Region boundary based region adjacency graphs (RAG) (#1495)
    + Construction of RAG from label images (#1826)
    + "morphology.remove_small_holes" now complements
      "morphology.remove_small_objects" (#1689)
    + Faster cython implementation of "morphology.skeletonize"
    + More appropriate default weights in
      "restoration.denoise_tv_chambolle" and "feature.peak_local_max"
    + Correction of bug in the computation of the Euler characteristic
      in "measure.regionprops".
    + Replace jet by viridis as default colormap
    + Alpha layer support for "color.gray2rgb"
    + The measure of structural similarity ("measure.compare_ssim") is
      now n-dimensional and supports color channels as well.
    + We fixed an issue related to incorrect propagation in plateaus
      in "segmentation.watershed"
  * Documentation:
    + New organization of gallery of examples in sections
    + More frequent (automated) updates of online documentation
  * API Changes
    + "equalize_adapthist" now takes a "kernel_size" keyword argument,
      replacing 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.
  * Deprecations
    + "filters.gaussian_filter" has been renamed "filters.gaussian"
    + "filters.gabor_filter" has been renamed "filters.gabor"
    + "restoration.nl_means_denoising" has been renamed
      "restoration.denoise_nl_means"
    + "measure.LineModel" was deprecated in favor of
      "measure.LineModelND"
    + "measure.structural_similarity" has been renamed
      "measure.compare_ssim"
    + "data.lena" has been deprecated, and gallery examples use
      instead the "data.astronaut()" picture.

-------------------------------------------------------------------
Mon Jan 11 10:31:52 UTC 2016 - toddrme2178@gmail.com

- Fix update-alternatives usage

-------------------------------------------------------------------
Fri Apr  3 01:41:45 UTC 2015 - arun@gmx.de

- update to version 0.11.3:
  (no changelog entry, taken from git log)
  * Fix handling of non-gif and tiff files
  * Fix setup to allow installing from PyPI
  * Fix support for Sphinx 1.3
  * Add a helper function to check for low contrast
  * Fix RANSAC for invalid model estimation and confidence corner case

-------------------------------------------------------------------
Fri Mar  6 19:28:15 UTC 2015 - arun@gmx.de

- update to version 0.11.2:
  * Fix DEPENDS markup
  * Fix another formatting error in DEPENDS

-------------------------------------------------------------------
Wed Mar  4 16:40:16 UTC 2015 - arun@gmx.de

- specfile:
  * update copyright year
  * added networkx, Pillow requirement

- update to version 0.11.0:
  * Highlights:
    + Region Adjacency Graphs
    + Color distance RAGs (#1031)
    + Threshold Cut on RAGs (#1031)
    + Similarity RAGs (#1080)
    + Normalized Cut on RAGs (#1080)
    + RAG drawing (#1087)
    + Hierarchical merging (#1100)
    + Sub-pixel shift registration (#1066)
    + Non-local means denoising (#874)
    + Sliding window histogram (#1127)
    + More illuminants in color conversion (#1130)
    + Handling of CMYK images (#1360)
    + `stop_probability` for RANSAC (#1176)
    + Li thresholding (#1376)
    + Signed edge operators (#1240)
    + Full ndarray support for `peak_local_max` (#1355)
    + Improve conditioning of geometric transformations (#1319)
    + Standardize handling of multi-image files (#1200)
    + Ellipse structuring element (#1298)
    + Multi-line drawing tool (#1065), line handle style (#1179)
    + Point in polygon testing (#1123)
    + Rotation around a specified center (#1168)
    + Add `shape` option to drawing functions (#1222)
    + Faster regionprops (#1351)
    + `skimage.future` package (#1365)
    + More robust I/O module (#1189)
  * API Changes
    + The "skimage.filter" subpackage has been renamed to "skimage.filters".
    + Some edge detectors returned values greater than 1--their
      results are now appropriately scaled with a factor of
      "sqrt(2)".

-------------------------------------------------------------------
Tue Dec 16 05:48:21 UTC 2014 - arun@gmx.de

- update to version 0.10.1:
  * Fix markup in DEPENDS
  * Update MANIFEST to include all test data

- changes from version 0.10.0:
  - no short list of changes, >980 git commit

-------------------------------------------------------------------
Mon Oct 21 16:29:22 UTC 2013 - toddrme2178@gmail.com

- Add python3 version

-------------------------------------------------------------------
Mon Oct 21 13:31:08 UTC 2013 - toddrme2178@gmail.com

- Update to 0.9.3
  * No upstream changelog
- Rename to python-scikit-image to match new naming policy

-------------------------------------------------------------------
Sat Oct 13 11:25:57 UTC 2012 - Angelos Tzotsos <tzotsos@opensuse.org>

- update version to 0.7.0

-------------------------------------------------------------------
Sun Mar 11 21:00:00 UTC 2012 - Angelos Tzotsos <tzotsos@opensuse.org>

- initial OBS Build (v0.5.0)

openSUSE Build Service is sponsored by