Releases: SeldonIO/seldon-core
Releases · SeldonIO/seldon-core
v0.2.4
Closed issues:
- Specification of a Service Account #286
- curl not found error #283
- Allow ambassador from other namespace to access SeldonDeployment #279
- Fix Github security vulnerabilities in dependencies #259
- Feedback API not called when using Models #251
- Allow JAVA OPTS for engine to be specified #249
- ndarray greater than 15280 bytes #248
- Prediction API get model version #244
- SeldonDeployment creation strips out an empty "children" list field in the manifest #242
- Mahalanobis Outlier Detector fails when batch is of size 1 #240
- Seldon Core Operator defaulting causes issues with helm and ArgoCD #233
- TensorFlow Serving as the Model microservice #226
- Nodejs wrapper for javascript models #216
- Environmental variable error #215
- How do I increase timeout of sidecar seldon container? #196
- update release script for pyhton3 #160
- Ability to customize Ambassador configuration #120
- Script to convert proto files and generate OpenAPI schema #9
- OpenAPI spec for external and internal prediction APIs #6
Merged pull requests:
- Add optional service account for engine #287 (cliveseldon)
- Add missing curl to engine Dockerfile #285 (cliveseldon)
- Allow ambassador from other namespace to access SeldonDeployment #280 (ChenyuanZ)
- Faster protobuffer to numpy conversion in python wrapper #278 (cliveseldon)
- Ensure cluster role has unique name #276 (cliveseldon)
- fix api-tester not using oauth-key and oauth-secret args #275 (gsunner)
- Update when status is set #273 (cliveseldon)
- Add OUTPUT_TRANSFORMER example #272 (ChenyuanZ)
- Add Open API Definitions #271 (cliveseldon)
- Update Custom Resources via k8s /status endpoint if possible #270 (cliveseldon)
- Fixed small copy-paste error #266 (lorello)
- Update ambassador to 0.40.0 #265 (cliveseldon)
- Add code coverage Jacoco to poms #264 (cliveseldon)
- Fix vulnerability warnings with updates to engine and apife pom #263 (cliveseldon)
- Add custom metrics proposal #261 (cliveseldon)
- Intel Openvino Integration #260 (cliveseldon)
- Python wrapper custom endpoints #257 (gsunner)
- Sending Feedback to Models #254 (cliveseldon)
- Python wrapper custom endpoints #252 (gsunner)
- Engine java opts annotations and ambassador timeout annotation #250 (cliveseldon)
- Update Ksonnet and Helm Charts #247 (cliveseldon)
- Add requestPath to response meta data #246 (cliveseldon)
- Fix outlier detection divide by zero and add initial mnist example (wip) #243 (cliveseldon)
- Fix typos in docs #241 (jklaise)
- Add example helm charts for inference graphs #239 (cliveseldon)
- Fix for defaulting changing Custom Resource #238 (cliveseldon)
- Image pull policy ksonnet fix #235 (gsunner)
- Nvidia Inference Server and Tensorflow Serving Model Proxies #234 (cliveseldon)
- Update kubectl_demo_minikube_rbac.ipynb #232 (benoitbayol)
- Update epsilon-greedy example to Python 3 #231 (jklaise)
- Update kubectl_demo_minikube_rbac.ipynb #230 (benoitbayol)
- GRPC API for javascript models with Nodejs s2i wrapper #224 (SachinVarghese)
v0.2.3
Change Log
v0.2.3 (2018-09-17)
Closed issues:
- R wrapper s2i environment documentation missing Model file extension #219
- Provide example using ONNX via Intel nGraph for inference #214
- how to explore grafana dashboard for seldon-core in web ui #209
- APPLICATION FAILED TO START - Example python notebook (fx-market-predictor) #208
- dev guide doc: develop/test changes locally? #202
- Service orchestrator updated when surrounding deployment changed #199
- UnknownHostException: seldon-deployment #194
- grafana dashboard #192
- Add image versions to all wrapper images #136
- Status is not created in Custom Resource on initial create or update #74
Merged pull requests:
- Update SeldonDeployment status for lifecycle conditions #223 (cliveseldon)
- Update use of python wrappers to version 0.2 #222 (cliveseldon)
- Support for ONNX exported models for inference #221 (cliveseldon)
- Private repo build and run #220 (gsunner)
- Nodejs s2i wrapper for JavaScript models #218 (SachinVarghese)
- Update seldon metrics #217 (cliveseldon)
- fix oauth_port check in api-tester #213 (cliveseldon)
- Add configurable timeouts for REST and gRPC #211 (cliveseldon)
- Config circular bug #210 (cliveseldon)
- Update for flatbuffers python wrappers #205 (cliveseldon)
- Experimental Flatbuffers based protocol for python wrapper #204 (cliveseldon)
- Change wrappers to be versioned and update examples and docs #201 (cliveseldon)
- Update istio example notebook #200 (cliveseldon)
- Allow Annotations to allow customizations #197 (cliveseldon)
- Removed subtype from deployment example #195 (hanneshapke)
v0.2.2
Merged pull requests:
- Ksonnet update #191 (cliveseldon)
- Remove ambassador role and rolebinding from helm script #190 (cliveseldon)
- Update istio example #189 (cliveseldon)
- Update maven goals to generate licences #188 (cliveseldon)
- Fix typo #187 (otakuto)
- Istio updates #186 (cliveseldon)
v0.2.1
Closed issues:
- "/s2i/bin/assemble: line 59: 10 Killed" when using S2I to build PyTorch container #180
- Getting timeout error using S2I to package PyTorch model #179
- Make Operator Create CRD on StartUp #174
Merged pull requests:
- Licences generation in poms #185 (cliveseldon)
- Update api testing utils to allow shape parameter #184 (cliveseldon)
- Ensure ambassador names are unique in resources created #182 (cliveseldon)
- Remove Application from helm chart #181 (cliveseldon)
- Updated Helm Chart and auto create of CRD #178 (cliveseldon)
v0.2.0
v0.1.8
Closed issues:
- Prediction analytics dashboard not capturing prediction API calls #168
- Ambassador + Minikube doc needs to be updated per RBAC #165
- configmap type volume gets mounted as EmptyDir #162
- Java Wrapper H2OUtils doesn't check type in NDArray proto message conversion #158
- Release Java wrappers library 0.1.1 #157
- Automate update of ksonnet versions in release process #132
Merged pull requests:
- Remove java wrapper library from code base #172 (cliveseldon)
- Remove nd4j and replace with oj matrix library #171 (cliveseldon)
- Fix prometheus helm install #169 (cliveseldon)
- Update notebooks for minikube and ambassador #166 (cliveseldon)
- Release script python3 compatibility #163 (gsunner)
- Updates to 0.1.1 wrapper. H2O fixes. #161 (cliveseldon)
- add update to core.jsonnet when setting version #159 (gsunner)
v0.1.7
Closed issues:
- Quickstart problem #153
- NameError: global name 'ListValue' is not defined #148
- bad credentials error with get_token function #144
- Make CRD Namespaced scoped #141
- Create wrappers for Java based models #137
- Update ksonnet prototypes for latest image version #130
- Create demo notebook for Azure #129
- Grafana Dashboard #109
- Multiple helm seldon-core installs on separate namespaces fails #106
Merged pull requests:
- Add install guide #156 (cliveseldon)
- WIP : PySpark and PMML example #155 (cliveseldon)
- Fix gRPC tests for wrappers and update sklearn iris example to show use #150 (cliveseldon)
- Minikube RBAC updates and Notebooks for Model examples #147 (cliveseldon)
- change ClusterRoleBinding to RoleBinding #146 (gsunner)
- MNIST loadtest #143 (cliveseldon)
- Openshift article on using s2i in seldon-core #140 (cliveseldon)
- Java wrappers #138 (cliveseldon)
- add notebook for azure demo #135 (gsunner)
- update ksonnet defaults to 0.1.6 #131 (cliveseldon)
- Typos fix #128 (LevineHuang)
v0.1.6
Closed issues:
- Support RBAC by default #126
- Engine requires images to have versions #117
hostPath
type volume gets mounted asemptyDir
#116- Investigate OpenShift source-to-image for wrapping models #113
- Add docs for analytics persistence #112
- Issue in deployments of multiple models #103
- Missing dependencies in notebooks/kubectl_demo_minikube.ipynb #101
- Add usage metrics collector #99
- Running test model on seldon core #90
- Deploying seldon models to multiple namespaces #89
- Generate load tests analytics #58
- Create wrapper for R models #23
Merged pull requests:
- Rbac fixes #127 (cliveseldon)
- Anonymous usage metrics collection #125 (gsunner)
- R wrappers #124 (cliveseldon)
- Fix parsing of image version in engine #119 (cliveseldon)
- S2i examples #118 (cliveseldon)
- S2i integration #115 (cliveseldon)
- change benchmark notebook name #111 (cliveseldon)
- Benchmarking seldon-core #110 (cliveseldon)
- 55 outlier detection #105 (Maximophone)
- Made notebooks compatible with python 3 #102 (Maximophone)
v0.1.5
Closed issues:
- Make CRD namespaced #95
- Allow Helm deployment without API Front end #92
- Support deployment of a Python 3 model #88
- Create a Slack channel for project #43
Merged pull requests:
- ksonnet updates for namespaces and RBAC #98 (cliveseldon)
- Handle namespaced deployments #97 (cliveseldon)
- 88 python 3 compatibility #94 (Maximophone)
- allow apife to be optional in helm install #93 (cliveseldon)
- remove redundant assignment #87 (mjlodge)
v0.1.4
Closed issues:
Merged pull requests:
- ksonnet notebook with Ambassador #81 (cliveseldon)
- Ksonnet - initial integration #79 (cliveseldon)
- 54 epsilon greedy #78 (Maximophone)