Instrument:
- Add
[Feature]
prefix for new features- Add
[Bugfix]
prefix for bug fixes- Add
[API]
prefix for API changes- Add
[DOC]
prefix for Doc changes
please add your unreleased change here.
- [Infra] Bump heu version to 0.6.0. Note that he model packages generated by secretflow < 1.11 (heu <= 5.1.0b0) are no longer supported.
- [Feature] In the Kuscia scenario, the startup parameters can specify the predictor.
- [Feature] support phe linear model predict
- [Feature] Kusica CM is supported for configuration rendering
- [Feature] Inferencer tool
- [Feature] enhanced Retry Strategy
- [Feature] support Kuscia Dataproxy model source
- [Infra] refator the communication logic between parties.
- [DOC] add docs for secretflow_serving_lib
- [Feature]
MERGE_Y
operator supportEXP_TAYLOR
link function - [Feature] add graph_builder function to secretflow_serving_lib
- [Feature] handle 30x http code for model pulling
- [Feature] support
cast
function of arrow in preprocessing operator
- [Bugfix] fix tree predict base score miss
- [Bugfix] fix http adapater error msg format failed
- [Feature] Add Trace function
- [Feature] Support http model source
- [Deprecated] Python 3.8 is no longer suppoted for secretflow-serving-lib
- [Deprecated] macOS 11.x is no longer supported for secretflow-serving-lib
- [Bugfix] Fix dummy node check output schema failed
- [Feature] Add
ARROW_PROCESSING
operator - [Feature] Add Python binding libs for serving
- [Feature] Add thread pool for ops executing
- [Feature] Node could have multiple out edges
- [Feature] Add support for Execution with specific party
- [Feature] Add
variable_inputs
tag forOpDef
- [Feature] Add
TREE_SELECTS
,TREE_MERGE
andTREE_ENSEMBLE_PREDICT
operators
- [serving] Init release.