@@ -6,8 +6,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
## [ Unreleased]
8
8
### Added
9
+ - Compression method test in ` ML Streaming ` RESTful testcases
10
+ - ` CLI ` handler in ` tests/test_ml_streaming/run_server.py `
11
+ - ` Compression ` Enum in ` streaming.compressor.py `
12
+ - ` GZIPCompressor ` class in ` streaming.compressor.py `
13
+ - ` ZLIBCompressor ` class in ` streaming.compressor.py `
14
+ - ` LZMACompressor ` class in ` streaming.compressor.py `
15
+ - ` BZ2Compressor ` class in ` streaming.compressor.py `
16
+ - ` encrypt_compress ` function in ` PymiloClient `
17
+ - ` parse ` function in ` RESTServerCommunicator `
18
+ - ` is_callable_attribute ` function in ` PymiloServer `
19
+ - ` streaming.param.py `
20
+ - ` attribute_type ` function in ` RESTServerCommunicator `
21
+ - ` AttributeTypePayload ` class in ` RESTServerCommunicator `
22
+ - ` attribute_type ` function in ` RESTClientCommunicator `
23
+ - ` Mode ` Enum in ` PymiloClient `
24
+ - Import from url testcases
25
+ - ` download_model ` function in ` utils.util.py `
9
26
- ` PymiloServer ` class in ` streaming.pymilo_server.py `
10
- - ` PymiloClient ` class in ` streaming.pymilo_client.py `
27
+ - ` PymiloClient ` class in ` PymiloClient `
11
28
- ` Communicator ` interface in ` streaming.interfaces.py `
12
29
- ` RESTClientCommunicator ` class in ` streaming.communicator.py `
13
30
- ` RESTServerCommunicator ` class in ` streaming.communicator.py `
@@ -16,7 +33,39 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
16
33
- ` Encryptor ` interface in ` streaming.interfaces.py `
17
34
- ` DummyEncryptor ` class in ` streaming.encryptor.py `
18
35
- ` ML Streaming ` RESTful testcases
36
+ - ` streaming-requirements.txt `
19
37
### Changed
38
+ - ` ML Streaming ` RESTful testcases
39
+ - ` attribute_call ` function in ` RESTServerCommunicator `
40
+ - ` AttributeCallPayload ` class in ` RESTServerCommunicator `
41
+ - upload function in ` RESTClientCommunicator `
42
+ - download function in ` RESTClientCommunicator `
43
+ - ` __init__ ` function in ` RESTClientCommunicator `
44
+ - ` attribute_calls ` function in ` RESTClientCommunicator `
45
+ - ` requests ` added to ` requirements.txt `
46
+ - ` uvicorn ` , ` fastapi ` , ` requests ` and ` pydantic ` added to ` dev-requirements.txt `
47
+ - ` ML Streaming ` RESTful testcases
48
+ - ` __init__ ` function in ` PymiloServer `
49
+ - ` __getattr__ ` function in ` PymiloClient `
50
+ - ` __init__ ` function in ` PymiloClient `
51
+ - ` toggle_mode ` function in ` PymiloClient `
52
+ - ` upload ` function in ` PymiloClient `
53
+ - ` download ` function in ` PymiloClient `
54
+ - ` __init__ ` function in ` PymiloServer `
55
+ - ` serialize_cfnode ` function in ` transporters.cfnode_transporter.py `
56
+ - ` __init__ ` function in ` Import ` class
57
+ - ` serialize ` function in ` transporters.tree_transporter.py `
58
+ - ` deserialize ` function in ` transporters.tree_transporter.py `
59
+ - ` serialize ` function in ` transporters.sgdoptimizer_transporter.py `
60
+ - ` deserialize ` function in ` transporters.sgdoptimizer_transporter.py `
61
+ - ` serialize ` function in ` transporters.randomstate_transporter.py `
62
+ - ` deserialize ` function in ` transporters.randomstate_transporter.py `
63
+ - ` serialize ` function in ` transporters.bunch_transporter.py `
64
+ - ` deserialize ` function in ` transporters.bunch_transporter.py `
65
+ - ` serialize ` function in ` transporters.adamoptimizer_transporter.py `
66
+ - ` deserialize ` function in ` transporters.adamoptimizer_transporter.py `
67
+ - ` serialize_linear_model ` function in ` chains.linear_model_chain.py `
68
+ - ` serialize_ensemble ` function in ` chains.ensemble_chain.py `
20
69
- ` serialize ` function in ` GeneralDataStructureTransporter ` Transporter refactored
21
70
- ` get_deserialized_list ` function in ` GeneralDataStructureTransporter ` Transporter refactored
22
71
- ` Export ` class call by reference bug fixed
0 commit comments