-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
159 lines (81 loc) · 2.95 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
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
# Changelog
## 1.2.6
* Update dependencies (aiohttp, black, fastapi, folium, geopy, imageio, matplotlib, numpy, pandas, pydantic-settings, pytz, scipy, sqlalchemy, uvicorn)
## 1.2.5
* Update dependencies (github actions, python version, aiohttp, numpy, geoalchemy, pylint, gunicorn)
## 1.2.4
* Replace BVG(/VBB)-API with local instance for more stability
## 1.2.3
* Update dependencies (fastapi, geoalchemy, pylint, pytz, requests, scipy, sqlalchemy)
## 1.2.2
* Improve the GitHub workflow for testing by removing unnecessary duplicated tests
* Improve app Dockerfile by fixing wrong dependency group reference
## 1.2.1
* Change default visualization port to http port for easier deployment
## 1.2.0
* Catch non-responsive apis (for the case they are down, which happens from time to time)
## 1.1.15
* Update dependencies (pytz, scipy, geoalchemy2)
## 1.1.14
* Improve visualization layout
## 1.1.13
* Update dependencies (imageio, pylint, pytz, scipy)
## 1.1.12
* Update dependencies (fastapi, imageio, dash, scipy, sqlalchemy, uvicorn)
## 1.1.11
* Fix timezone specific errors
## 1.1.10
* Update dependencies (fastapi, imageio, matplotlib, pylint, pytest, scikit-learn, scipy, sqlalchmey)
## 1.1.9
* Change renovate bots behavior to create one PR for all dependencies
## 1.1.8
* Improve visualization performance (remove redundant api calls)
## 1.1.7
* Update dependency uvicorn to ^0.21.0 (Renovate-bot)
## 1.1.6
* Improve docker file structure
## 1.1.5
* Update dependency fastapi to ^0.93.0 (Renovate-bot)
## 1.1.4
* Introduce asynchronous querying
## 1.1.3
* Catch not computable trips (probably start/end location not determinable)
## 1.1.2
* Improve env-variable handling in docker compose (improved coherence)
## 1.1.1
* Improve docker compose start up by waiting for db health
## 1.1.0
* Create visualization service in plotly to display map results
* Using dash and folium to enable an interactive map in browser
## 1.0.2
* Update dependency fastapi to ^0.92.0 (Renovate-bot)
## 1.0.1
* Update python Docker tag to v3.11 (Renovate-bot)
## 1.0.0
* Introduce oeffikator app and database services (run in docker container)
* Introduce pydantic models and crud commands
* Introduce api routes for getting locations and tripsVu
* Introduce independent tests (not covered by pytest-cov yet) and include them into github workflow
## 0.2.7
* Make has_points_remaining check-method for point iterators a abstract class
* Implement this method for triangular point iterator
## 0.2.6
* Renovate dependencies (ipython)
## 0.2.5
* Renovate dependencies (black)
## 0.2.4
* Improve code style check worflow naming
## 0.2.3
* Improve testing
## 0.2.2
* Add gif support to example notebook
## 0.2.1
* Remove authkey support
## 0.2.0
* Change naming from api to requester
## 0.1.2
* Fix missing time transformation in example notebook
## 0.1.1
* Introduce new parameter "points_per_axis" for grid iterator
## 0.1.0
* very first version of the app