forked from yhat/ggpy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES.txt
116 lines (101 loc) · 1.94 KB
/
CHANGES.txt
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
=====
0.5.0
=====
- switch to mathplotlib OOP (ax instead of plt)
- prevent copying data
- qplot
- improved color selection
- geom_rect
- scale_colour_brewer
- better geom_bar defaults
- theme_seaborn
- scale_x_discrete
- scale_y_discrete
- jitter is now just a special case of geom_point
- basic ggplotrc
=====
0.4.0
=====
- theme context manager (huge improvement; allows for themes to be used on an
ad hoc basis; implements theme_xkcd)
- greatly improved facets: aesthetics fix, label issues corrected
- ggsave that mimics ggplot2
- geom_step
- geom_text
- group aes added to geom_line
- better tests
=====
0.3.0
=====
- theme_bw, theme_gray
- facet bugfixes
- improved python3 support
- string keys in size legend
- legend improvements:
- hide legend borders
- don't use colons in their labels
- var names in legends
0.2.9
=====
- scale_x_reverse and scale_y_reverse - @ocefpaf
- better python3 support - @bwillers
- initial version of themes
- white gridlines
- improved colors
- geom_tile
- allow string keys in size legend
- Hide legend borders and don't use colons in their labels
- var names in legends
0.2.6
=====
fastforwarding a bit...
- dependencies now specified in setup.py
- matplotlibrc for windows and macosx
- better support for python3
0.1.9
=====
- improved facet_grid
- better scales
- geom_now_its_art
0.1.8
=====
- better facet_wrap
- size aes now working for geom_point
- simple DSL for aes
- better stat_smooth
- initial version of scales
0.1.7
=====
- geom_jitter
- basic version of scales
- scale_x_continuous
- scale_y_continuous
- xlim
- ylim
0.1.6
=====
- improved readme
0.1.5
=====
- better colors
0.1.4
=====
- added support for colour
0.1.3
=====
- fixed bugs in stat_smooth
0.1.2
=====
- fixing example data import issue
0.1.2
=====
- continuous color scales
- better legends
- adding basic docstrings
- adding meat example dataset
0.1.1
======
- better stat_smooth
0.1.0
======
- basic working version