Skip to content

Commit 6193398

Browse files
committed
Include changelog file
1 parent e8e0ffc commit 6193398

File tree

1 file changed

+140
-0
lines changed

1 file changed

+140
-0
lines changed

CHANGELOG.md

Lines changed: 140 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,140 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
### Added
9+
### Changed
10+
- Start using a changelog.
11+
12+
### Deprecated
13+
### Removed
14+
### Fixed
15+
- Updated documentation.
16+
17+
### Security
18+
19+
## [1.3.0] - 2020-04-22
20+
### Added
21+
- New `deepaas-cli` command line tool.
22+
23+
### Changed
24+
- Decoupled API from ModelWrapper class.
25+
26+
## [1.2.1] - 2020-03-06
27+
### Changed
28+
- Include original filename in UploadedFile objects.
29+
30+
### Fixed
31+
- Fix GPU OOM, not using anymore separated train and predict pools (#87).
32+
33+
## [1.2.0] - 2020-03-02
34+
### Added
35+
- Add deepaas-execute command.
36+
37+
### Changed
38+
- Pin webargs version <6.0.0 (#82).
39+
- OpenWhisk: set debug as specified by user.
40+
- OpenWhisk: set client_max_size also on OpenWhisk proxy.
41+
- Improved documentation.
42+
43+
### Fixed
44+
- Fixed unit tests.
45+
46+
## [1.1.1] - 2020-02-19
47+
### Fixed
48+
- Use `spawn` method rather than `fork` for the training process pool.
49+
50+
## [1.1.0] - 2020-02-18
51+
### Changed
52+
- Remove vendorized aiohttp-apispec.
53+
- Include `training_args`, `training_output` and `training_duration` to the `train_response`.
54+
55+
### Fixed
56+
- Fixed unit tests.
57+
58+
## [1.0.1] - 2020-02-10
59+
### Changed
60+
- Vendorize aiohttp-apispec.
61+
62+
### Fixed
63+
- Correctly handle swagger links (UI and spec file).
64+
- Fixed unit tests.
65+
- Fix cancellation of trainings.
66+
- Update documentation.
67+
68+
## [1.0.0] - 2020-01-21
69+
### Changed
70+
- Drop Flask in favour of aiohttp. This large patchet drops Flask and
71+
Flask-RESTPlus in favour of aiohttp, aiohttp-apispec, marshmallow and webargs
72+
in order to implement asyncrhonous requests. We still maintain v1, alhtough
73+
marked as depreated.
74+
75+
### Added
76+
- New API (V2) and new model wrappers (v2) are introduced.
77+
78+
### Deprecated
79+
- API V1 is marked as deprecated and staged for removel in the next release.
80+
81+
## [0.5.2] - 2020-09-05
82+
### Fixed
83+
- Fix documentation build error.
84+
85+
## [0.5.1] - 2019-08-23
86+
### Fixed
87+
- Fix test arguments and parser, in order to be consistent with the previous
88+
version of DEEPaaS, in which we returned a list of len 1 (because of the
89+
Swagger bug) for the args['files'] parameter in the predict_data method.
90+
91+
92+
## [0.5.0] - 2019-07-23
93+
### Changed
94+
Improve unit testing.
95+
Improve documentation.
96+
97+
### Fixed
98+
Fix dependency on gevent.
99+
100+
## [0.4.1] - 2019-07-17
101+
### Changed
102+
Updated Dockerfile.
103+
104+
## [0.4.0] - 2019-06-06
105+
### Added
106+
Add initial version of paper for Journal of Open Source Software.
107+
108+
### Fixed
109+
Handle SIGTERM signal explicitly for better Docker execution.
110+
Improve CI/CD integration
111+
112+
## [0.3.0] - 2019-02-20
113+
### Added
114+
Add support to run DEEPaaS as an OpenWhisk Docker action.
115+
116+
### Changed
117+
Update documentation.
118+
119+
## [0.2.0] - 2019-01-14
120+
### Added
121+
- Initial support for passing down training arguments to underlying models.
122+
This version implements the loading of arguments for each model. Since
123+
different models would have different arguments, we need to pre-populate the
124+
API with those routes.
125+
126+
## [0.1.2] - 2018-12-04
127+
### Fixed
128+
- Fix PyPi classifiers.
129+
- Fix documentation automated generation.
130+
131+
## [0.1.1] - 2018-12-04
132+
### Added
133+
- Initial documentation.
134+
135+
### Fixed
136+
- Testing and CI/CD improvements.
137+
138+
## [0.1.0] - 2018-10-26
139+
### Changed
140+
- Initial release.

0 commit comments

Comments
 (0)