-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES.txt
75 lines (75 loc) · 4.13 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
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
v0.0.1, 2016-11-21 -- First version
v0.0.2, 2016-11-27 -- Robot reporter compatible version
v0.0.3, 2016-12-02 -- Added deploy scripts
v0.0.4, 2016-12-02 -- Enable querying with lists
v0.0.5, 2016-12-07 -- Added method .children() to Domain
v0.0.6, 2016-12-12 -- Added AWS connection
v0.0.7, 2017-01-30 -- Added notes to dataset
v0.0.8, 2017-02-01 -- Added notes_from_csv method to dataset
v0.0.9, 2017-02-01 -- Added update option to append method
v0.0.10, 2017-02-13 -- Bug fixes
v0.0.11, 2017-02-16 -- Simplify schema structure (forces restructuring of marple-datasets/schema)
v0.0.11, 2017-02-16 -- Simplify schema structure (forces restructuring of marple-datasets/schema)
v0.0.12, 2017-02-17 -- Refactor CsvFile
v0.0.13, 2017-03-03 -- Added multilanguage support to schema
v0.0.14, 2017-03-21 -- Added recipe connection
v0.0.15, 2017-03-27 -- Add delete method to db connection + base class for worker
v0.0.16, 2017-04-05 -- Added gt, gte, lt and lte methods to postgrest
v0.0.17, 2017-04-06 -- Handle invalid query on local connection
v0.0.18, 2017-04-13 -- Get recipe by id from db properly
v0.0.19, 2017-04-20 -- Add pipeline connection
v0.0.20, 2017-04-20 -- Add region to as connection
v0.0.21, 2017-05-09 -- Add function for subtracting periods from timepoint to utils
v0.0.22, 2017-06-20 -- Use glob2 and fix label method
v0.0.23, 2017-07-01 -- correct required column in datasets.csv
v0.0.24, 2017-07-05 -- reintroduce datetype class
v0.0.25, 2017-07-05 -- fix datatypes
v0.0.26, 2017-07-25 -- add multilingual label property to datatypes
v0.0.27, 2017-07-25 -- actually add multilingual label property to datatypes
v0.0.28, 2017-08-07 -- Enable caching on requests
v0.0.29, 2017-08-07 -- Correct dependency
v0.0.29, 2017-08-07 -- Correct dependency
v0.0.30, 2017-08-14 -- better .exists() method
v0.0.31, 2017-08-14 -- enable cache param on get_by_id on local connection
v0.0.32, 2017-11-09 -- add __repr__ and .all_nots
v0.0.33, 2017-11-14 -- Handle units + __repr__ > __unicode__
v0.0.33, 2017-11-14 -- Handle units + __repr__ > __unicode__
v0.0.34, 2017-11-16 -- handle quarterly data
v0.0.35, 2017-11-21 -- richer queries with children method
v0.0.36, 2017-12-20 -- Handle weekly data
v0.0.37, 2018-03-19 -- handle school year
v0.0.38, 2018-08-02 -- update dependency version
v0.0.39, 2018-09-03 -- trying to silence some warnings
v0.0.40, 2018-12-14 -- add .get_by_id to aws connection
v0.0.41, 2018-12-14 -- same as prev, but with actual commits
v0.0.42, 2018-12-14 -- revert to old requirements
v0.0.43, 2018-12-20 -- handle restricted datasets
v0.0.44, 2019-01-03 -- handle stricter auth on datasets
v0.0.45, 2019-01-09 -- update to handle database restrictions
v0.0.46, 2019-01-14 -- Significantly reduce number of dependencies, and upgrade the remaining ones where possible
v0.0.47, 2019-01-14 -- Fix setup error
v0.0.48, 2019-08-12 -- decimal precision on dataset to json
v0.0.49, 2019-08-12 -- adds to_json (string) method
v0.0.50, 2019-08-29 -- first attempt att python3 compability
v0.0.51, 2019-08-30 -- handle missing values
v0.0.52, 2019-09-19 -- add connection for tabular data
v0.0.53, 2019-09-19 -- make sure upsert returns something
v0.0.54, 2019-09-19 -- better error message on connection error
v0.0.55, 2019-09-30 -- add custom method to postgrest api
v0.0.56, 2019-09-30 -- bug fix: enable chaning
v0.1.0, 2019-10-08 -- move connections to separate package
v0.1.1, 2019-10-08 -- move connections to separate package
v0.1.17, 2019-11-20 -- fix is_na bug
v0.1.18, 2019-11-20 -- handle integers in parse_decimal
v0.1.19, 2021-01-14 -- new version of nw connections
v0.1.19, 2021-01-14 -- nw connections 1.1.1
v0.1.20, 2021-01-28 -- enable higher versions of jsonschema, pandas and numpy
v0.1.21, 2021-01-28 -- enable higher versions of jsonschema, pandas and numpy in setup.pyas well
v0.1.22, 2021-03-16 -- Remove csvkit dependency
v0.1.23, 2021-03-16 -- Remove csvkit dependency - from setup.py as well
v0.2.0, 2021-09-19 -- Bump nw-connections
v0.2.1, 2021-09-19 -- Bump nw-connections
v0.2.14, 2021-09-30 -- bug fix: handle nan in pandas>1.2.0
v0.2.15, 2021-11-18 -- update nw connections
v0.2.16, 2023-04-06 -- Use concat instead of append in pandas
v0.2.17, 2023-06-19 -- Fix .drop() bug in.