Commit Graph
2347 Commits
Author SHA1 Message Date
Yaroslav Halchenko 6eed771d15 Merge tag 'debian/0.6.1-1' into debian (reintroducing dropped by me debian release)
Tagging what upstream released as Debian package 0.6.1-1

* tag 'debian/0.6.1-1':
  PKG: More detailed changelog.
  Changelog for 0.6.1-1.
  PKG: Release 0.6.1 bugfix.
  Merge pull request #214 from cgohlke/patch-1
  PKG: Add python-support to build dependencies (closes Debian-681896).

Conflicts:
	debian/changelog -- relates to pysupport dependency
	debian/control
	setup.py  -- should be without change
2013-06-03 10:20:13 -04:00
Yaroslav Halchenko 443d0e9bdb absorb NMU patch from #681896
* Non-maintainer upload.
* Rebuild to get rid of python2.6 dependencies (Closes: #707894).
* Build-depend on python-support (Closes: #681896).
2013-05-28 00:34:33 -04:00
Yaroslav Halchenko 2df4a65bca fixed up watch for rename of the project debian/0.7.2-1 2012-12-01 22:13:07 -05:00
Yaroslav Halchenko 49e22d2ad1 New changelog + refreshed control (version dependency on scipy + multilined depends) 2012-12-01 22:10:02 -05:00
Yaroslav Halchenko 9c38abb08d Merge tag 'v0.7.2' into debian
* tag 'v0.7.2': (648 commits)
  PKG: Temporarily disable failing gradient check.
  PKG: Set version to 0.7.2.
  Fix reference links in doc strings
  Fix failing perimeter test caused by bug in scipy
  Add missing empty lines between test functions
  Split tests for different channel numbers into separate functions
  Add note about random test failure for some systems
  Change Exception type for wrong input dims
  Remove redundant dtype conversion
  Remove obsolete license note as code has been refactored
  Improve test coverage of find_contours
  Full test coverage for structural similarity
  Full test coverage for regionprops
  Full test coverage for polygon approximation and subdivision
  Fix polygon approximation for 0 or less tolerance
  Improve test coverage of LPI filter
  Fix callable test in LPI filter
  Improve test coverage for ctmf
  Full test coverage for canny filter
  Full test coveragem for data package
  ...
2012-12-01 22:02:33 -05:00
Stefan van der Walt e6d43d4a98 Merge branch 'v0.7.2-prep' into v0.7.x
Conflicts:
	bento.info
	setup.py
v0.7.2
2012-10-13 23:44:57 -07:00
Stefan van der Walt c144349d40 PKG: Temporarily disable failing gradient check. 2012-10-13 23:34:57 -07:00
Stefan van der Walt b5d4409b9b PKG: Set version to 0.7.2. 2012-10-13 23:29:26 -07:00
Johannes SchönbergerandStefan van der Walt 06d347f6ee Fix reference links in doc strings 2012-10-13 23:28:29 -07:00
Johannes SchönbergerandStefan van der Walt 794920ca58 Fix failing perimeter test caused by bug in scipy 2012-10-13 23:28:29 -07:00
Johannes SchönbergerandStefan van der Walt 633cb06a5a Add missing empty lines between test functions 2012-10-13 23:28:29 -07:00
Johannes SchönbergerandStefan van der Walt 9741ac7c2f Split tests for different channel numbers into separate functions 2012-10-13 23:28:29 -07:00
Johannes SchönbergerandStefan van der Walt 4bfd4f92ce Add note about random test failure for some systems 2012-10-13 23:28:29 -07:00
Johannes SchönbergerandStefan van der Walt 615f6818eb Change Exception type for wrong input dims 2012-10-13 23:28:29 -07:00
Johannes SchönbergerandStefan van der Walt b70f279f27 Remove redundant dtype conversion 2012-10-13 23:28:29 -07:00
Johannes SchönbergerandStefan van der Walt 08889ba03f Remove obsolete license note as code has been refactored 2012-10-13 23:28:29 -07:00
Johannes SchönbergerandStefan van der Walt 95d66ac5a6 Improve test coverage of find_contours 2012-10-13 23:28:29 -07:00
Johannes SchönbergerandStefan van der Walt 65fdc2a3b0 Full test coverage for structural similarity 2012-10-13 23:28:29 -07:00
Johannes SchönbergerandStefan van der Walt 5dded43968 Full test coverage for regionprops 2012-10-13 23:28:29 -07:00
Johannes SchönbergerandStefan van der Walt 4fa4e19bf3 Full test coverage for polygon approximation and subdivision 2012-10-13 23:28:29 -07:00
Johannes SchönbergerandStefan van der Walt 96799d4795 Fix polygon approximation for 0 or less tolerance 2012-10-13 23:28:29 -07:00
Johannes SchönbergerandStefan van der Walt e428285aa5 Improve test coverage of LPI filter 2012-10-13 23:28:29 -07:00
Johannes SchönbergerandStefan van der Walt 0387e4a8b6 Fix callable test in LPI filter 2012-10-13 23:28:29 -07:00
Johannes SchönbergerandStefan van der Walt 91b5c287e1 Improve test coverage for ctmf 2012-10-13 23:28:29 -07:00
Johannes SchönbergerandStefan van der Walt 38fe487c01 Full test coverage for canny filter 2012-10-13 23:28:28 -07:00
Johannes SchönbergerandStefan van der Walt 87aa1d1dcc Full test coveragem for data package 2012-10-13 23:28:28 -07:00
Johannes SchönbergerandStefan van der Walt 7f100ac1b4 Full test coverage for image pyramids 2012-10-13 23:28:28 -07:00
Johannes SchönbergerandStefan van der Walt e2dec8339c Fix bug in warp which caused 1 pixel images not to be clipped 2012-10-13 23:28:28 -07:00
Stefan van der Walt 11b742ca28 DOC: Fix pip command. 2012-10-13 23:28:28 -07:00
Tony S YuandStefan van der Walt 06142872b4 DOC: Add imports to doctests to fix errors 2012-10-13 23:28:28 -07:00
Stefan van der Walt 28e0baf55d PKG: Print something when bento check passes. 2012-10-13 23:28:28 -07:00
Stefan van der Walt 5a560f944c DOC: Clean up one last skimage -> scikit-image. 2012-10-13 23:28:28 -07:00
Paul IvanovandStefan van der Walt e05c029a7e complete singularization of scikit-image
I've updated references in the code and documentation to the new name.
2012-10-13 23:28:28 -07:00
Stefan van der Walt 71cd4b290a DOC: Rename skimage.org to scikit-image.org. 2012-10-13 23:28:28 -07:00
Tony S YuandStefan van der Walt 2a672cf00d BUG: Pass package directory as positional argument to nose.run
When the package directory is passed to nosetest via the "where" argument (-w), that directory becomes the working directory. This causes problems because `skimage.io` will take precedence over the builtin `io` package.
2012-10-13 23:28:28 -07:00
Nicolas PintoandStefan van der Walt 96d90438d8 BUG: fix side-effect in util.montage() 2012-10-13 23:28:12 -07:00
Johannes SchönbergerandStefan van der Walt 5996854435 Fix doc version 0.7 link 2012-10-13 23:24:55 -07:00
Johannes SchönbergerandStefan van der Walt c1b39c0d54 Revert changes to release notes 2012-10-13 23:24:55 -07:00
Johannes SchönbergerandStefan van der Walt 53ae03e4dd Change domain name 2012-10-13 23:24:55 -07:00
Johannes SchönbergerandStefan van der Walt 8ebea191c9 Add favicon for docs 2012-10-13 23:24:55 -07:00
Johannes SchönbergerandStefan van der Walt 8de13dc2b1 Remove unused fopenmp compile args 2012-10-13 23:24:54 -07:00
Stefan van der Walt d153bfcb2b DOC: Credit Johannes for website layout. 2012-10-13 23:24:54 -07:00
Tony S YuandStefan van der Walt 403dc339fa DOC: Remove task list from docs
Add link to new task list on github wiki.
2012-10-13 23:24:54 -07:00
Johannes SchönbergerandStefan van der Walt bd169ac0d2 Fix navigation home page link 2012-10-13 23:24:54 -07:00
Johannes SchönbergerandStefan van der Walt 70701a0297 Extend CSS rule for all headings 2012-10-13 23:24:54 -07:00
Johannes SchönbergerandStefan van der Walt 73b8f1e656 Fix navigation docs link 2012-10-13 23:24:54 -07:00
Tony S YuandStefan van der Walt fcdefd4bf7 DOC: Save thumbnails with a fixed image shape
A fixed shape improves grid alignment of images and caption in the gallery.
2012-10-13 23:24:54 -07:00
Tony S YuandStefan van der Walt 4f807e6a0c DOC: Format gallery into a grid
Recent changes to the theme display a single column of images in the gallery.
2012-10-13 23:24:54 -07:00
Johannes SchönbergerandStefan van der Walt 13480cd6a0 Rename scikits-learn to scikit-learn 2012-10-13 23:24:54 -07:00
Johannes SchönbergerandStefan van der Walt 2b7c20e670 Rename scikits-image to scikit-image 2012-10-13 23:24:54 -07:00