Johannes Schönberger
125d53ba52
Add test cases for invalid block sizes
2014-12-15 09:50:10 +01:00
Johannes Schönberger
813142baf8
Check for invalid upsampling block sizes
2014-12-15 09:50:07 +01:00
Johannes Schönberger
a83256c8ec
Merge pull request #1291 from jni/exposure-fix
...
Set float histograms bins between 0 and 1
2014-12-15 09:27:11 +01:00
Pratap Vardhan
8d50561d18
TST: Test for ellipse structuring element
2014-12-15 13:21:15 +05:30
Pratap Vardhan
4c68a5ad44
ENH: ellipse structuring element
2014-12-15 13:10:06 +05:30
Juan Nunez-Iglesias
b0a822a9ac
Use integer bins when histeq'ing int images
2014-12-15 12:54:22 +11:00
Stefan van der Walt
13440966ea
Merge pull request #1277 from emmanuelle/api_layout
...
In API docs page, place table of contents at the top
2014-12-15 02:26:07 +02:00
Stefan van der Walt
655aca6fed
Raise an error that was suppressed to please Travis-CI
2014-12-15 02:22:22 +02:00
Stefan van der Walt
7f8cd65675
Fix docstring markup errors
2014-12-15 02:21:34 +02:00
Stefan van der Walt
a38b1c1257
Fix integer division in CLAHE
2014-12-15 02:20:42 +02:00
Stefan van der Walt
21d3f151c0
Fix warnings generated by gallery examples
2014-12-15 02:20:12 +02:00
Stefan van der Walt
df42414782
Improved example notebook generation
...
When examples get converted to notebooks, we use docutils to convert the ReST
paragraphs to HTML (markdown). Docutils doesn't understand all of Sphinx's
markup, so we have to compromise in certain places.
2014-12-15 02:17:31 +02:00
Stefan van der Walt
ee866976ea
Merge pull request #1294 from blink1073/streamline-travis
...
Reinstate pip timeout in the Travis-CI build
2014-12-15 01:48:00 +02:00
emmanuelle
7cb3071781
Minor corrections
2014-12-14 23:27:57 +01:00
Steven Silvester
33e3719e0c
Merge pull request #1284 from emmanuelle/fix_dox
...
[WIP] Fix some sphinx warnings during doc build
2014-12-14 15:42:35 -06:00
Steven Silvester
b14fa310b7
Shuffle some commands back to before_install
2014-12-14 15:37:29 -06:00
Steven Silvester
c79594841a
Reinstate the pip timeout
2014-12-14 15:33:50 -06:00
Stefan van der Walt
fbd11fedef
Merge pull request #1293 from blink1073/streamline-travis
...
Streamline Travis-CI build
2014-12-14 23:12:45 +02:00
Steven Silvester
6c8385f679
Update travis_notes and move to tools folder
2014-12-14 12:26:50 -06:00
Steven Silvester
a8d480a1c8
Add a coveralls repo token
2014-12-14 12:26:49 -06:00
Steven Silvester
78974d93dc
Fix section titles to avoid spaces
2014-12-14 12:26:49 -06:00
Steven Silvester
12248e18e7
Fix usage of set command
...
Fix usage of set command
Fix set command again
Fix mpl directory for python 2.7
2014-12-14 12:26:42 -06:00
Steven Silvester
68547f0a8a
Do not explicitly remove packages from requirements.txt
2014-12-14 12:26:42 -06:00
Steven Silvester
fd6f7fe9fd
Use the system python for 2.7
2014-12-14 12:26:42 -06:00
Steven Silvester
91332bf348
Use our own retry command since travis_retry is not exported
...
Use our own retry command since travis_retry is not exported
Reinstate the MPL settings
Fix the order of the MPL settings
Fix the MPL versions
Streamline the section headers
Adjust min MPL requirement for the Ubuntu version
Force pip to not install matplotlib and scipy
2014-12-14 12:26:25 -06:00
Steven Silvester
0b4884a361
Switch to a single script to get the folds to work
...
Switch to a single script to get the folds to work
Replace the old install_min with this before_install script
Reinstate optional installs and add headers
move the display setup to the travis_script
Use force remove on temp directory
Always retry on pip
Fix the travis_retry pip alias
Source the before_install script and move the alias
Create bash functions for folding and export DISPLAY
Export fold functions
Make repip a function
2014-12-14 12:26:13 -06:00
Steven Silvester
b9a02e0957
Add a script to create env variables and travis folding helpers
...
Implement travis folding helpers
Add a script to create env variables and travis folding helpers
Implement travis folding helpers
Source all of the shell scripts
Remove since we are sourcing
Fix syntax of travis fold commands
Put the travis folds in the individual files
Put the min test and flake in their own files
Reinstate top level venv activation
Remove unused script commands
Fix travis_fold syntax
2014-12-14 12:25:19 -06:00
Stefan van der Walt
8f7972474f
Merge pull request #1292 from emmanuelle/numpydoc
...
Updated numpydoc files from the github package numpy/numpydoc
2014-12-14 19:49:11 +02:00
emmanuelle
9395464122
Updated numpydoc files from the github package numpy/numpydoc
2014-12-14 18:02:46 +01:00
Juan Nunez-Iglesias
53bb6f9369
Merge pull request #1290 from pratapvardhan/morph-selem
...
TST: Test for selem.cube
2014-12-14 18:13:04 +11:00
Josh Warner
1213a3ea1a
Merge pull request #1289 from ahojnnes/random
...
STY: Misc PEP8 fixes
2014-12-13 23:25:37 -06:00
Pratap Vardhan
073f28e90e
TST: Test for selem.cube
2014-12-14 10:52:53 +05:30
Johannes Schönberger
3a1079a180
Misc PEP8 fixes
2014-12-14 02:56:14 +01:00
Stefan van der Walt
dad2b18546
Merge pull request #1288 from pratapvardhan/morph-selem
...
Minor cleanup for morphology/tests/test_selem.py
2014-12-14 02:41:37 +02:00
Stefan van der Walt
a55a334efc
Merge pull request #1286 from blink1073/python3-doc-build
...
Add python3 doc building capability
2014-12-14 02:36:57 +02:00
Pratap Vardhan
9d6516903d
DOC: Add test functions docstrings
2014-12-14 01:28:09 +05:30
Pratap Vardhan
2058fe23cb
CLN: Minor cleanup - unused imports, pep8
2014-12-14 01:17:27 +05:30
Steven Silvester
bd94253cef
Add python3 doc building capability
2014-12-13 11:59:22 -06:00
Stefan van der Walt
8066c6da44
Merge pull request #1273 from blink1073/increase-pip-timeout
...
Increase timeout to install requirements
2014-12-13 19:50:21 +02:00
Stefan van der Walt
c23ab37925
Merge pull request #1281 from blink1073/fix-imshow
...
Create a new figure for imshow if necessary
2014-12-13 19:42:29 +02:00
Stefan van der Walt
2622778444
Merge pull request #1285 from blink1073/fix-travis-setup
...
Prevent travis-retry breaks when recreating hard link for PyQt
2014-12-13 19:36:05 +02:00
Steven Silvester
1de9329661
Prevent travis-try breaks when recreating hard link for PyQt
2014-12-13 11:24:39 -06:00
Steven Silvester
bc78bf8544
Create a new figure for imshow if there is already data
2014-12-13 08:57:14 -06:00
Stefan van der Walt
af2e6c3937
Merge pull request #1275 from blink1073/use-wheelhouse-simpleitk
...
Do not try and install SimpleITK on Py3.2 or 3.4
2014-12-13 16:39:33 +02:00
emmanuelle
04a3c89438
Removed seealso field that was not recognized in gallery example
2014-12-13 15:05:30 +01:00
emmanuelle
4e64876217
Over and underline alignment
2014-12-13 15:04:54 +01:00
Johannes Schönberger
00c3a978aa
Remove broken test case
2014-12-13 14:51:19 +01:00
Johannes Schönberger
dcc021c903
Use SciPy for second order interpolation, add warnings to buggy functions
2014-12-13 14:45:43 +01:00
Steven Silvester
04a5b62847
Fix typo in bash conditional
2014-12-13 07:11:40 -06:00
Juan Nunez-Iglesias
57533c8cc7
Merge pull request #1272 from blink1073/fix-tifffile-warning
...
Do not use importlib in `tifffile_local` to avoid warnings
2014-12-13 23:44:52 +11:00