1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,24 +0,0 @@ |
1 |
-CHANGES IN VERSION 1.11.1 |
|
2 |
- |
|
3 |
-NEW FEATURES |
|
4 |
- |
|
5 |
- o None |
|
6 |
- |
|
7 |
-SIGNIFICANT USER-VISIBLE CHANGES |
|
8 |
- |
|
9 |
- o removed is_GMQL from read_gmql function |
|
10 |
- The entire dataset must have the right folder structure in order to |
|
11 |
- works correctly <dataset_name> ---> <files> |
|
12 |
- |
|
13 |
- o Swap order of arguments 'dir_out' and 'name' of the collect() |
|
14 |
- function so now the latter comes before the former. |
|
15 |
- |
|
16 |
-DEPRECATED AND DEFUNCT |
|
17 |
- |
|
18 |
- o None |
|
19 |
- |
|
20 |
-BUG FIXES |
|
21 |
- |
|
22 |
- o fixed the remote processing |
|
23 |
- |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,24 @@ |
1 |
+CHANGES IN VERSION 1.11.1 |
|
2 |
+------------------------- |
|
3 |
+ |
|
4 |
+NEW FEATURES |
|
5 |
+ |
|
6 |
+ o None |
|
7 |
+ |
|
8 |
+SIGNIFICANT USER-VISIBLE CHANGES |
|
9 |
+ |
|
10 |
+ o removed is_GMQL from read_gmql function |
|
11 |
+ The entire dataset must have the right folder structure in order to |
|
12 |
+ works correctly <dataset_name> ---> <files> |
|
13 |
+ |
|
14 |
+ o Swap order of arguments 'dir_out' and 'name' of the collect() |
|
15 |
+ function so now the latter comes before the former. |
|
16 |
+ |
|
17 |
+DEPRECATED AND DEFUNCT |
|
18 |
+ |
|
19 |
+ o None |
|
20 |
+ |
|
21 |
+BUG FIXES |
|
22 |
+ |
|
23 |
+ o fixed the remote processing |
|
24 |
+ |