-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathNEWS
29 lines (17 loc) · 740 Bytes
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 2017-04-20
- Added `iana-labels.txt` back in (@blackswanburst); Fixes #20
# 2016-09-28
- Fixed #1 (needed to add `-lm` to the `Makefile`)
- Travis-CI
# 2016-05-27
- Updated code to use the viridis color palette
(https://cran.r-project.org/web/packages/viridis/vignettes/intro-to-viridis.html)
instead of the hideous blue->red
- Added support for brbg puor rdbu rdgy rdylbu spectral bupu reds ylgnbu ylorbr ylorrd
colorbrewer palettes via `-P` switch
- Added support to invert the color palette direction via `-i` switch
- Added doxygen comments (not done tho)
- Included Liberation Sans TTF font
- Included small (1m) example data set
- Added `-?` command line switch to display usage
- Reorganized directory structure