forked from causify-ai/kaizenflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.txt
129 lines (103 loc) · 2.46 KB
/
changelog.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
# cmamp-1.12.0
- 2024-02-20
- Promote `pyarrow` to 14.0.2
- Changes from:
- #7097 - Update pyarrow package
# cmamp-1.11.0
- 2024-01-16
- Promote CCXT to 4.2.13
- Upgrade AWS CLI to V2
- Changes from:
- #526 - Update to AWS CLI v2
- #6756 - Adapt recommendations given by ccxt for bid ask
# cmamp-1.10.0
- 2023-11-13
- Promote Pandas to 2.1.1
- Promote Numpy to 1.26.0
- Changes from #4662 - Promote pandas version
# cmamp-1.9.0
- 2023-09-29
- Promote Python to 3.9
- Changes from #5439 - Update Python to 3.9 (or even to the latest) version
# cmamp-1.8.0
- 2023-09-27
- Remove `mxnet` and `gluonts`
- Changes from #5466 - Remove mxnet, gluonts and disable related tests
# cmamp-1.7.0
- 2023-09-05
- Bump `pytest` to the latest version
- Changes from #5119 - Pytest teardown error
# cmamp-1.6.0
- 2023-08-14
- Add `gspread_pandas`
- Update CCXT
# cmamp-1.5.0
- 2023-08-03
- Multi-architecture Docker image
- Add user_1000
- CmTask4886
# cmamp-1.4.3
- 2023-02-24
- Changes from #3585 IM - Extract v3.0 (Next gen Data QA)
- Changes from #3662 IM - Extract v3.2 (Extend the dataset matrix)#3662
# cmamp-1.4.2
- 2023-01-11
- Changes from #3503 IM - Extract v2.9 (Prod Database, Continue Adapting to Sorrentum)
# cmamp-1.4.1
- 2022-12-19
- Changes from #3165
- Changes from #3341
# cmamp-1.4.0
- 2022-11-15
- Fix Jupytext issue
# cmamp-1.3.0
- 2022-11-14
- Add `cvxopt` and `cvxpy`
# cmamp-1.2.1
- 2022-11-03
- Changes from CmTask#2683
# cmamp-1.2.0
- 2022-10-04
- Update `ccxt`
# cmamp-1.1.1
- 2022-09-02
- Updates to production DAGs (All DAGs now use /amp as submodule)
- Add daily data reconciliation DAG
# cmamp-1.1.0
- 2022-04-18
- Generate `docker-compose` programmatically instead of composing different files
# cmamp-1.0.9
- 2022-03-15
- Update `docker-compose` version
# cmamp-1.0.8
- 2022-03-09
- Add more docker users
# cmamp-1.0.7
- 2022-02-16
- Remove useless Python packages
- Update `pandas`
- See CMTask #1028 for details
# cmamp-1.0.6
- 2022-01-13
- Add more docker users
# cmamp-1.0.5
- 2022-01-05
- Add `importlib-resources` Python package
- Unfreeze the `jsonschema` version
# cmamp-1.0.4
- 2021-12-30
- Add `moto` Python package
# cmamp-1.0.3
- 2021-12-11
- Add `python-dotenv` Python package
# cmamp-1.0.2
- 2021-12-07
- Add `pytest-rerunfailures` Python package
# cmamp-1.0.1
- 2021-12-01
- Add `pytest-timeout` Python package
- Freeze the `awscli` version = `1.22.17`, see #339
- Freeze the `jsonschema` version = `3.2.0`, see #650
# cmamp-1.0.0
- 2021-10-26
- Initial version