Daniel Schwabeneder
29ea308da4
skip plotlyjs images
2017-06-01 20:30:55 +02:00
Michael Krabbe Borregaard
423d0387c5
RFC: Ignore NaNs on 0.6 (like on 0.5): fixes #796 ( #876 )
...
Replaces min, max, minimum, mean, maximum and extrema with NaNMath versions in places where NaNs can occur.
To avoid returning NaN when there are NaNs in the Vector
* Also add maximum and minimum
* define _-prefaced versions of mean, maximum, minimum, extrema
* variable arg numbers for Base methods
* Different implementation of the override
* remove underscore from 2-arg versions of maximum
* some forgotten extrema -> _extrema
* Fix bug in _extrema definition
* edit comment
* replace min and max with _min and _max
* Base NaN-compliant functions on NaNMath
replace _min and _max with NaNMath versions
* Use NaNMath explicitly everywhere
* remove unneccesary NaNMath calls
* Ensure ceil does not error on NaN
* Added one more maximum in gr
2017-06-01 20:25:43 +02:00
Daniel Schwabeneder
9e3c3f29bf
Pkg.add(PlotlyJS) in travis_commands.jl
2017-06-01 19:57:06 +02:00
Daniel Schwabeneder
cd1e431a71
import Blink in travis_commands.jl
2017-06-01 19:35:22 +02:00
Daniel Schwabeneder
0e6479de5e
install xfonts-base
2017-06-01 19:15:13 +02:00
Daniel Schwabeneder
f65e5dcfb9
changed wkhtmltox download link
2017-06-01 19:04:05 +02:00
Daniel Schwabeneder
e530a9f950
remove in imgcomp.jl because its reexported by StatPlots
2017-06-01 18:59:20 +02:00
Daniel Schwabeneder
728acdaa47
add images to skip for inspectdr and avoid skipping plotlyjs testimage 10
2017-06-01 18:55:38 +02:00
Daniel Schwabeneder
537f1657c9
add description why images are skipped
2017-06-01 18:42:06 +02:00
Daniel Schwabeneder
69e88a519c
run tests on linux only for plotljs and on all platforms for gr
2017-05-31 20:16:17 +02:00
Daniel Schwabeneder
3c6d8e1ec9
added packages in test/travis_commands.jl
2017-05-31 20:03:52 +02:00
Daniel Schwabeneder
5b3ce8ab73
restored former version
2017-05-31 19:37:04 +02:00
Daniel Schwabeneder
e999d67e86
added image comparison tests for plotlyjs and inspectdr
2017-05-31 18:50:32 +02:00
Daniel Schwabeneder
89cd67792b
update numbers of skipped examples in VRT
2017-05-16 21:46:11 +02:00
Daniel Schwabeneder
d4ef1761e4
change skipped images because of new example
2017-05-16 21:32:57 +02:00
Michael K. Borregaard
eced31e3d7
Update version number in tests
2017-05-12 11:46:51 +02:00
Daniel Schwabeneder
b8c8c49176
update version number for testing
2017-05-11 22:45:04 +02:00
Tom Breloff
9472c0c5e5
skip pyplot image test
2017-02-24 15:19:41 -05:00
Tom Breloff
000660b43a
return font from EachAnn; several annotation fixes; tests fixes
2016-11-17 11:28:33 -05:00
Thomas Breloff
0a8d88a4fe
NEWS; bump version
2016-10-13 09:56:27 -04:00
Thomas Breloff
81302c1e9d
NEWS; bump version
2016-10-11 12:43:38 -04:00
Thomas Breloff
c798fe6822
NEWS; bump version
2016-09-22 13:49:51 -04:00
Thomas Breloff
0cc15102fb
NEWS and bump version
2016-09-21 11:18:26 -04:00
Thomas Breloff
03a9fc3419
is_supported refactor; removed deprecated backends
2016-09-06 14:01:39 -04:00
Thomas Breloff
3335bf21fa
bump version and NEWS
2016-08-25 13:04:58 -04:00
Thomas Breloff
011f51fbd9
recipe postprocessing for aliases and magic args
2016-08-19 19:04:10 -04:00
Thomas Breloff
f68f82e3f4
gr: fix image and alpha; switch transpose_z to use permutedims
2016-08-12 10:30:53 -04:00
Thomas Breloff
9db7de8373
added skinny markers + and x; closes #436
2016-08-09 17:09:53 -04:00
Tony Kelman
5583d9f315
Use dirname(@__FILE__) instead of Pkg.dir
...
This allows installing the package elsewhere.
Add testing against 0.5 to Travis - this runs the most
recent RC now, release once final tags are done
2016-08-02 22:52:33 -04:00
Thomas Breloff
e9dca92c11
remove mkdir call in tests; closes #397
2016-07-22 11:18:28 -04:00
Thomas Breloff
705dbf60fa
removed compat; added series update methods
2016-07-20 15:15:40 -04:00
Thomas Breloff
463e1bcb90
require julia 0.5-; writemime to show
2016-07-19 16:51:05 -04:00
Thomas Breloff
22ac2df595
bump version; NEWS
2016-07-19 12:13:40 -04:00
Thomas Breloff
73af635be6
bump version
2016-07-19 11:17:27 -04:00
Thomas Breloff
d832f34733
travis
2016-07-18 15:53:02 -04:00
Thomas Breloff
859a600b92
travis
2016-07-18 15:38:07 -04:00
Thomas Breloff
6b3cf50f38
travis
2016-07-18 15:21:51 -04:00
Thomas Breloff
3ccd1bc368
added Showoff dependency; fix PLOTS_DEFAULTS; fix auto fill to 0; fix scale warning; tick labels with Showoff; fontsize in GR; travis deps
2016-07-18 15:00:02 -04:00
Thomas Breloff
dcab8e3ac2
travis fix
2016-07-12 13:14:53 -04:00
Thomas Breloff
1ad9a7e176
fix fillrange for shape; travis fix
2016-07-12 12:53:03 -04:00
Thomas Breloff
f1bd7ab1dc
travis fix
2016-07-12 11:53:37 -04:00
Thomas Breloff
79399913d7
NEWS, bumped version; travis fixes; added warnings for moved recipes
2016-07-12 11:23:04 -04:00
Thomas Breloff
4a2e88a81c
switched Colors dep for PlotUtils dep; removed DataFrames, boxplot, violin, density and added StatPlots to tests
2016-07-12 10:45:58 -04:00
Thomas Breloff
396721568f
color fixes; add PlotUtils to travis_commands
2016-07-08 09:17:39 -04:00
Thomas Breloff
e53ab85745
color fixes; pyplot shape iteration; KernelDensity in travis and warning; attribute accessors
2016-07-07 21:46:34 -04:00
Thomas Breloff
9193941fd0
version bump; NEWS
2016-07-01 09:01:38 -04:00
Thomas Breloff
5491e40fd1
bump version; img_eps; remove gr 30 test; attempted fixes for appveyor
2016-06-28 18:04:40 -04:00
Thomas Breloff
3006a26500
revert precompile; add appveyor; gr fixes for markersize, shapes, and legend entries; add GR to tests again; recipe fixes and cleanup
2016-06-27 21:43:57 -04:00
Thomas Breloff
6ffed9387c
snoop and precompile; bumped version
2016-06-27 16:52:50 -04:00
Thomas Breloff
4b276f977c
revert pyplot heatmap change
2016-06-27 12:25:45 -04:00