Skip to content

2.3.0rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@HydroRobot HydroRobot released this 15 May 14:19
· 112 commits to master since this release

techkuz fc5c3e2 Add 2.3.0rc1 version
Konstantin Makarychev 39674b4 Add PiPI badge
Kuz Le b889b32 (HYD-110) Add pypi description (#54)
* (HYD-110) Add pypi description
* Update README.md
Co-authored-by: Bulat [email protected]
* Update setup.py
Co-authored-by: Bulat [email protected]
* Drop import os from setup.py
Co-authored-by: Bulat [email protected]
Yuriy dcf9d40 Merge pull request #53 from Hydrospheredata/chore/update_docs
Update Docs
Yuriy Gavrilin b0471c3 rebuild docs
Yuriy 2a11c00 Merge pull request #52 from Hydrospheredata/fix/cluster_grpc_connection_log_message
Missing {} in grpc connection log message
Yuriy 1656e12 Missing {} for grpc connection log
techkuz c43e122 Hotfix: delete grpc server check timeout
Kuz Le 5b09b26 (HYD-23) Add predictors (#35)
* Add first version of predictors
* Add working version of predictors
* Add predict test
* Fix
* Add predict docstring
* Fix
* Add pandas to req
* Add create_test_app
* Add create_test_servable
* Re-struct predictor
* Fix
* Fix conversions for predictor
* Add out put predictors draft ver
* Predictors now work through servable
* Add predictor tests
* Add return type for predictors
* Changed SSL certificate used by default, Fixed conversion to predictRequest from np scalars and conversion to numpy from predictResponse
* fixed df, python conversions, added value check and fixture to predictor tests
* forgot to commit files
* fix Numpy conversion for scalar signatures
* (HYD-23) Predictable to PredictableServable and PredictableApplication
* (HYD-23) Del unknown servablestatus
* (HYD-23) Cluster int GRPC/HTTP
* (HYD-23) Fix tests
* Fix monitoring test
* (HYD-23) Fix exception
* (HYD-23) Add grpc status check
* (HYD-23) Add grpc url validation
* (HYD-23) Predictable as a single class
* (HYD-23) Metricable to Monitorable
* (HYD-23) Update reqs
* (HYD-23) Move channel creation to cluster
* (HYD-23) Fix
* (HYD-23) Fix
* (HYD-23) Make Predictable abstract
* (HYD-23) Del redundant grpc funcs
* Fix
* Fix
* (HYD-23) Add grpc_server_on
* Return old build_info
* (HYD-23) Add grpc_server_status timeout
* Fix
* (HYD-23) Add Application Predictor, add Application status, Fixes, tests
* (HYD-23) Applcation predict only Monitorable
* (HYD-23) Optimization of deserialization ModelContract <-> ModelSignature <-> dicts
* (HYD-23) Drop proto send data methods
* Fix
* (HYD-23) get_monitoring_spec_params
* (HYD-23) find_in_list_by_name
* (HYD-23) Monitorable=True
Co-Authored-By: Bulat [email protected]
Co-authored-by: Yuriy Gavrilin [email protected]
Co-authored-by: Bulat [email protected]
Yuriy d5964b7 Merge pull request #50 from Hydrospheredata/chore/servables HYD-207 #done
[HYD-207] - Minor Servable Refactor
Yuriy Gavrilin cc2e845 return normal ServableStatus names
Yuriy Gavrilin dea47fb rename Servable.get -> Servable.find, fix Servable.list, minor changes to pydocs
Yuriy 9166e93 Merge pull request #49 from Hydrospheredata/feature/sphinx-docs
Feature/sphinx docs
Yuriy Gavrilin c484370 move .nojekyll, + README.md
Yuriy Gavrilin 38af5bb + quickstart, tutorial
Kuz Le f883e80 (HYD-226) Get all models for a specific model name (#48)
* (HYD-226) Add list_models_by_model_name
* (HYD-226) Add list_models_by_model_name tests
Yuriy Gavrilin 6ec8759 + Readme
Yuriy Gavrilin 8fb9200 added support for github pages
Yuriy Gavrilin 094ca5e reset docs progress
Kuz Le 37341df (HYD-171) Add ModelField dtype check (#45)
* (HYD-171) Add ModelField dtype check
* (HYD-171) Add contract.predict.singatureName and contract.predict checks
* (HYD-171) Add contract.predict.singatureName and contract.predict checks tests
* (HYD-171) Make contract in LocalModel() optional
Bulat e78d783 Fix status check in UploadResponse object (#42)
* Fix status check in UploadResponse object
* Fix status field, docstring and simplify Upload class
* Move external model serialization to Model class and fix UploadResponse field
* Separate ExternalModel and Model deserealization code
* Fix default value for isExternal flag
* Fix fields in tests
* Add status check into parser
Yuriy Gavrilin b88fd2d desccription
Yuriy Gavrilin 15d5aa2 add requirements to readme doc
Yuriy Gavrilin 2bf4f5c example
Kuz Le 134b50b Add application status (#44)
* Add ApplicationStatus
* Add ApplicationStatus test
Yuriy e03c86b Merge pull request #41 from Hydrospheredata/bug/servable_status_enum_values
Changed ServableStatus enum assigned values
Yuriy b999e40 Changed ServableStatus enum assigned values
So they would match the enum specified in proto https://github.com/Hydrospheredata/hydro-serving-protos/blob/636526d899ed8947af35bcd2431689a0fa191686/src/hydro_serving_grpc/manager/entities.proto#L39
Yuriy 8debc07 Check Servable status (#31)
* + check servable status from Servable class
* + test_servable_status test
* changed Servable.status() method to attribute in Servable__init__
Bulat 5a6b9a5 Remove exception on DT_INVALID (#40)

Bulat 03de0a5 read install-command, training-data and metadata from yaml (#37)

Kuz Le fe46190 Add endpoint all model versions (#36)
* Change list_models, now works with other endpoint, returning ext and models
* Add test to new list_models
Kuz Le 94b433e Fixes #27 (#28)
* Fixes #27
* Del Model.find() print
Kuz Le b6b8ffd Merge pull request #30 from Hydrospheredata/feature/docs
Add docs
techkuz aec8d96 Add generated markdown docs
techkuz 6120204 Add pydocs