forked from simogeo/geostats
-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog
53 lines (39 loc) · 1.78 KB
/
changelog
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
From version 1.7.0 to 1.8.0
---------------------------
- Ensure nbClass param is an integer | issue #45
From version 1.6.0 to 1.7.0
---------------------------
- Creating temporary variables instead of calling functions several times | issue #40
- Fix minified version | issue #43
- Updating NPM | issue #43
From version 1.5.0 to 1.6.0
---------------------------
- Typo bug converting string to float | issue #32
- Force precision to 20 if user defined is superior - to prevent browser error | issue #34
- Mean calculation outside loop | issue #35
- Min / Max methods handled without using Math function | supposed to prevent issue #33
- Cast values to Float on decimalFormat method | issue #36
From version 1.4.0 to 1.5.0
---------------------------
- Reset attributes after setting a new serie | issue #29
From version 1.3.0 to 1.4.0
---------------------------
- Return legend to wanted float format using decimals if needed - with 'distinct' mode | issue #26
- Ability to match min / max bounds when calling getClassStdDeviation() | issue #27
From version 1.2.0 to 1.3.0
---------------------------
- Fixing decimalFormat() bug returned values | issue #19
- Fixing Quantile classification bug | issue #18
- Modularisation, for use with nodeJS or requireJS | issue #16
- Ability to reverse legend order | issue #24
- Introducing a silent mode on input errors | issue #25
From version 1.1.0 to 1.2.0
---------------------------
- Introducing geometric progression classification (getGeometricProgression() method)
- Introducing user defined classification (setManualClassification() method)
- Introducing CommonJS and NodeJS or RequireJS module formats
- Use of indexOf native version
From version 1.0.0 to 1.1.0
---------------------------
- Removing useless lib/jenks.util.js file
- Introducing changelog