398 Commits

Author SHA1 Message Date
Daniel Schwabeneder
fde0fa673b
Merge pull request #1482 from daschw/release
prepare release
2018-04-13 17:09:12 +02:00
Daniel Schwabeneder
506d3611fd prepare release 2018-04-13 16:33:38 +02:00
Daniel Schwabeneder
14b644777d add minimal version for GR dependency 2018-04-13 16:21:18 +02:00
Daniel Schwabeneder
b9c23c75f4
Merge pull request #1380 from davidanthoff/always-install-gr
Add GR to REQUIRE
2018-04-13 16:18:37 +02:00
Christopher Rackauckas
4bcf43c84b
Update imgcomp.jl 2018-03-31 09:11:02 -07:00
piever
3753ab1b55 increase version number for tests 2018-03-22 20:37:27 +00:00
David Anthoff
2004090ce5 Remove GR clone in travis tests 2018-02-05 12:34:39 -08:00
Daniel Schwabeneder
9b5295ff00 update version for tests 2018-01-11 20:11:59 +01:00
Josef Heinen
5be95be9ae gr: improve PNG output (resolution) 2017-12-17 12:52:20 +01:00
Daniel Schwabeneder
9dcbc06b3d update version for tests 2017-10-10 19:50:45 +02:00
Michael K. Borregaard
12488bf2b0 Drop tests for pyplot (temporarily)
revisit 12 oct
2017-10-05 13:24:21 +02:00
Tim Holy
fe0ea168f3 histogram: ensure the number of bins is finite 2017-09-08 03:18:46 -05:00
Michael K. Borregaard
4c2b01ccb0 change version number for testing 2017-09-04 12:18:10 +02:00
Josef Heinen
8beee23e21 gr: suppress default output in CI or Jupyter mode
_update_min_padding() is called before the backend is "started".
In GR, this triggers an automatic initialization and starts the
default output driver (X11, Quartz or GDI). This doesn't make
sense in headless testing environments (CI) or when using Plots
in Jupyter notebooks.

These patches correct this behavour - but it's unclear (to me),
why the call of _update_min_padding() can't be postponed.
2017-08-30 09:59:23 +02:00
Michael K. Borregaard
6cb1ed6c92 Remove hidden files when checking version numbers 2017-08-27 11:10:06 +02:00
Daniel Schwabeneder
4be0093a8a prepare release 2017-08-18 00:34:15 +02:00
Daniel Schwabeneder
23a22102c5 Merge pull request #986 from daschw/ds-release
prepare v0.12.1 release
2017-07-26 15:09:33 +02:00
Daniel Schwabeneder
8d9ff7af11 prepare v0.12.1 release 2017-07-26 14:50:57 +02:00
Daniel Schwabeneder
da7e57989c drop FactCheck and Glob in test/REQUIRE 2017-07-20 22:55:05 +02:00
Daniel Schwabeneder
82ecf894c0 fix issues - replace at-fact with at-test 2017-07-20 21:50:06 +02:00
Daniel Schwabeneder
371406845c drop Glob (enable testing on Windows) 2017-07-20 13:43:58 +02:00
Daniel Schwabeneder
ccd26a6d42 drop FactCheck in tests 2017-07-20 13:25:09 +02:00
Daniel Schwabeneder
bc7f5118ea changed package name for dpkg 2017-06-18 15:51:24 +02:00
Daniel Schwabeneder
53ae915044 changed wkhtmltox link 2017-06-18 11:59:27 +02:00
Michael K. Borregaard
8f6b0c50d6 ignoreNaN => ignorenan 2017-06-08 12:54:25 +02:00
Daniel Schwabeneder
4dd176a7f2 add @eval in image_comparision_tests and replaced transpose in testexample 13 2017-06-08 00:19:36 +02:00
Michael Krabbe Borregaard
eac9023b9a Merge pull request #904 from mkborregaard/Change-test-versions-to-release
Use ImageMagick release
2017-06-08 00:09:41 +02:00
Michael K. Borregaard
8a7b7f5c9b Up requirement to 0.6 2017-06-07 23:55:30 +02:00
Michael K. Borregaard
a12f601b9c add legendtitle to example 2017-06-07 23:54:05 +02:00
Michael K. Borregaard
58c2f35bcf reinclude Plots 2017-06-07 23:54:05 +02:00
Michael K. Borregaard
c7a13a4641 Use ImageMagick release 2017-06-07 16:54:24 +02:00
Michael K. Borregaard
f8bc9ba476 update version number in tests 2017-06-07 16:05:35 +02:00
Daniel Schwabeneder
6156228c89 install xfonts-75dpi for whtmltox 2017-06-02 15:07:17 +02:00
Daniel Schwabeneder
90f7e370f3 make tests pass for gr and pyplot cf. #877 2017-06-02 14:58:49 +02:00
Michael K. Borregaard
80d0d6ecc8 Change NaNMath implementation
We needed some functions to forward to Base methods, e.g. when non-`AbstractArray{<:AbstractFloat}` was passed
2017-06-01 22:19:38 +02:00
Michael Krabbe Borregaard
d29df4289e 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 19:17:28 +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