-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGES.txt
45 lines (26 loc) · 1.33 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
-------------------------------------------------------------------------------------
DensityPlot Package Changes Log
-------------------------------------------------------------------------------------
Release Summary:
0.1.8, August 17, 2020
Fixed yscale issue.
0.1.7, March 10, 2020
Fixed a matplotlib axis scaling bug. Added compatibility to use pandas dataframe instead. Changed default parameters to be more sensible.
0.1.6, September 10, 2019
Added "alpha" setting for "scatter" mode
0.1.5, September 6, 2019
Updated the package to include logicle / bioexponential plotting of data.
0.1.4, September 6, 2019
Updated the package to include logicle / bioexponential plotting of data.
Details of each release follow, from most recent to oldest.
-------------------------------------------------------------------------------------
Release 0.1.8, August 17, 2020
Fixed yscale issue.
Release 0.1.7, March 10, 2020
Fixed a matplotlib axis scaling bug. Added compatibility to use pandas dataframe instead. Changed default parameters to be more sensible.
Release 0.1.6, September 10, 2019
Added "alpha" setting for "scatter" mode
Release 0.1.5, September 6, 2019
Added "contour" mode
Release 0.1.4, September 6, 2019
Added the option to plot on bioexponential scale ('logicle' implementation originally from FlowCal package)