forked from emolinaro/PALMSpy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
79 lines (39 loc) · 2.7 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
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
CHANGELOG FILE
===============
2019-12-12 Emiliano Molinaro <[email protected]>
* Version 1.9.4
* AccProcessing.py: fix bug in select_acc_intervals due to incorrect implementation of parameters 'incl_vect' and incl_acc'
2019-12-04 Emiliano Molinaro <[email protected]>
* Version 1.9.3
* AccProcessing.py: fix bug in select_acc_intervals due to incorrect definition of sliding interval window
* habitus.py: apply select_gps_intervals before set_fix_type; this is relevant if the output epoch is larger than GPS raw data interval
2019-05-20 Emiliano Molinaro <[email protected]>
* Version 1.9.2
* Project folder restructured
* habitus.py: correct bug in 'merge_data_to_acc' (line 513), due to wrong default assignment of columns 'fixTypeCode', 'tripNumber', 'tripType'
* habitus.py: correct bug (lines 133-134), due to wrong initialization of variables 'num_cores' and 'default_partitions' via configuration file
* experimental: modified options of Spark ContextCleaner ('referenceTracking.blocking' and 'periodicGC.interval'); see commit 9f2bc for more info
2019-05-20 Emiliano Molinaro <[email protected]>
* Version 1.9.1
* GPSProcessing.py (fill_timestamp): add exception in case trip detection is not computed
* tools.py: fixed double "default" kwy in the config file
2019-05-14 Emiliano Molinaro <[email protected]>
* Version 1.9
* tools.py: added option for default number of cores
* habitus.py: added option for default number of cores
* help_menu.py: added option for default number of cores
2019-05-13 Emiliano Molinaro <[email protected]>
* Version 1.8
* habitus.py: set 'spark.ui.showConsoleProgress' to 'false' to remove stages from the console
* GPSProcessing.py (classify_trips): removed and segments corresponding to PAUSE fixes
2019-05-12 Emiliano Molinaro <[email protected]>
* Version 1.7
* tools.py: added the possibility to set default_partitions
* GPSProcessing.py (classify_trips): added sanity checks
2019-05-07 Emiliano Molinaro <[email protected]>
* Version 1.5
* GPSProcessing.py (trip_segmentation): improvements to match PALMS trip segmentation algorithm.
* GPSProcessing.py (set_distance_and_speed): recalculate the distance and velocity at each valid fix. Filter out fixes where velocity is null because of repeated timestamp.
* habitus.py: added distance and velocity calculation (set_distance_and_speed) before application of all the filters.
* habitus.py: filter data according to new epoch applied before distance and velocity calculation.
* habitus.py: added information about the number of fixes after filtering and inserting missing values.