-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES.txt
43 lines (24 loc) · 836 Bytes
/
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
0.1.0: 2024-06-01
* First version
0.1.1: 2024-06-07
* Fixed definition of symbol to retrieve data
* Included limit to period1 - max 7 days back
0.1.2: 2024-06-10
* Zero values for prices are replaces by NaN
0.2.0: 2024-06-11
* Files have been separated in a library and an update utility. The library is ready to be import by other projects.
0.3.0: 2024-06-12
* Include functions for aggregation based on intervals of minutes or by day
* Include function to compute moving averages
0.3.1: 2024-06-17
* Aggregate function DailyTimedHistory
* Aggregate function DailyTimedMovingAverages
* Sort by index function
0.3.2: 2024-06-24
* Fixes on DailyTimedMovingAverages
0.3.3: 2024-06-24
* ToJSON function for History
0.3.4: 2024-06-26
* Functions to manage list of symbols included
0.3.5 - in progress
* Comments included