Releases: logicalclocks/machine-learning-api
Releases · logicalclocks/machine-learning-api
HSML v3.1.0r0
What's Changed
- Separate scikit-learn from python deployments by @javierdlrm in #117
- [HWORKS-97] Fix default value for serving tool by @javierdlrm in #146
- [HOPSWORKS-3278] Payara5 fixes by @ErmiasG in #142
- [HOPSWORKS-3278]-append type not set in DTO by @ErmiasG in #147
- [FSTORE-348] Refactor Tutorials documentation page by @moritzmeister in #148
- [FSTORE-358] Add icon to external links in documentation navigation by @moritzmeister in #150
- [HWORKS-171] model version should be downloaded in temp directory instead of current working directory by @robzor92 in #154
- [HWORKS-167] Remove dev/SNAPSHOT version from hsfs, hsml and hopsworks API docs by @robzor92 in #152
- [HWORKS-199] Should be possible to get python library version using version by @robzor92 in #156
- [HWORKS-125] Improve status of deployments by @javierdlrm in #157
- [HWORKS-125] Add missing status to deployment.save() method by @javierdlrm in #161
- [HWORKS-349] Add compatibility with 3.0 backend by @javierdlrm in #166
New Contributors
Full Changelog: v3.0.0...v3.1.0
HSML v3.0.0
What's Changed
- Add documentation building and stylecheck workflows by @robzor92 in #2
- [HOPSWORKS-2745] New API for managing machine learning models by @robzor92 in #3
- CONTRIBUTING.md missing from root directory by @robzor92 in #5
- Machine Learning section renamed to Model Management by @robzor92 in #9
- Remove Experiments and Serving from library description by @robzor92 in #18
- Progress bar for model export by @robzor92 in #15
- get_model_registry() should validate the existence of a Models dataset by @robzor92 in #19
- Support passing list as signature by @robzor92 in #23
- Full support for shared model registry by @robzor92 in #20
- Rename Signature to ModelSchema and add guide and examples by @robzor92 in #27
- Add checkstyle and suppressions.xml to Java submodule by @robzor92 in #29
- [HOPSWORKS-2826] Model schema and input example should be an InodeDTO by @robzor92 in #30
- Remove unnecessary move operation when saving model by @robzor92 in #34
- training_dataset field should only be set by backend by @robzor92 in #40
- Input example should be the raw data by @robzor92 in #38
- Update mkdocs.yml to fix canonical URLs by @robzor92 in #46
- Rename path to model_path and make it absolute, add version_path by @robzor92 in #49
- Model tags API should use the model tags endpoints by @robzor92 in #44
- schema and model_schema should be top level modules by @robzor92 in #47
- [HOPSWORKS-2827] Add serving module by @javierdlrm in #33
- [HOPSWORKS-2827] Support dict as params by @javierdlrm in #53
- Add index.md and CONTRIBUTING.md to docs folder by @robzor92 in #55
- Add Compute and Administration sections to mkdocs by @robzor92 in #52
- [HOPSWORKS-2974] Check if istio is available by @javierdlrm in #57
- Should be possible to export a single model file by @robzor92 in #64
- Refactor API and add default kafka topic and resources by @javierdlrm in #63
- Model export fails in external environment due to accessing old path property by @robzor92 in #73
- Model export fails in external environment due to accessing old path property by @robzor92 in #75
- External clients instantiation fails due to invalid property by @robzor92 in #70
- Remove region_name and secrets_store parameters by @robzor92 in #79
- Disable documenting model deploy function by @robzor92 in #81
- Bump mkdocs, mkdocs-material and black by @robzor92 in #82
- Fixes for non-kube environment by @javierdlrm in #86
- Add descriptive representation of objects by @robzor92 in #88
- [HOPSWORKS-3102][HOPSWORKS-2979] Support KServe and replace logicalclocks.com with hopsworks.ai by @javierdlrm in #89
- Add istio external client (http-only) by @javierdlrm in #90
- Set default serving tool to DEFAULT by @javierdlrm in #94
- Add documentation for Model Serving by @javierdlrm in #93
- Fix util get_members by @javierdlrm in #98
- Add api.key auth fallback and project_path by @javierdlrm in #100
- Update custom predictor script docs by @javierdlrm in #101
- Print url to created models and deployments by @robzor92 in #103
- Refactor inference endpoints by @javierdlrm in #105
- Validate metrics dict on client side by @robzor92 in #107
- New features and bug fixes by @javierdlrm in #108
- Release 3.0.0 by @robzor92 in #116
- Fix markdown dependency to 3.3.7 by @moritzmeister in #119
- Build istio host header with lower case (#122) by @javierdlrm in #124
- Add latest docs alias to mkdocs-release action and hide major version alias in version select by @robzor92 in #126
- Adjust links for updated tutorials structure by @moritzmeister in #128
- Add serving resource allocation limits by @javierdlrm in #131
- Add serving resource allocation limits (2) by @javierdlrm in #132
- Release 3.0.1 by @robzor92 in #134
- Support non-limited resource values by @javierdlrm in #136
- Release 3.0.2 by @robzor92 in #137
- Use development version of mike to publish documentation by @robzor92 in #138
- hopsworks link should point to login by @robzor92 in #141
- Selecting a different version dropdown should land on correct page by @robzor92 in #144
Full Changelog: https://github.com/logicalclocks/machine-learning-api/commits/v3.0.0
HSML v2.5.0
What's Changed
- Add documentation building and stylecheck workflows by @robzor92 in #2
- [HOPSWORKS-2745] New API for managing machine learning models by @robzor92 in #3
- CONTRIBUTING.md missing from root directory by @robzor92 in #5
- Machine Learning section renamed to Model Management by @robzor92 in #9
- Remove Experiments and Serving from library description by @robzor92 in #18
- Progress bar for model export by @robzor92 in #15
- get_model_registry() should validate the existence of a Models dataset by @robzor92 in #19
- Support passing list as signature by @robzor92 in #23
- Full support for shared model registry by @robzor92 in #20
- Rename Signature to ModelSchema and add guide and examples by @robzor92 in #27
- Add checkstyle and suppressions.xml to Java submodule by @robzor92 in #29
- [HOPSWORKS-2826] Model schema and input example should be an InodeDTO by @robzor92 in #30
- Remove unnecessary move operation when saving model by @robzor92 in #34
- training_dataset field should only be set by backend by @robzor92 in #40
- Input example should be the raw data by @robzor92 in #38
- Update mkdocs.yml to fix canonical URLs by @robzor92 in #46
- Rename path to model_path and make it absolute, add version_path by @robzor92 in #49
- Model tags API should use the model tags endpoints by @robzor92 in #44
- schema and model_schema should be top level modules by @robzor92 in #47
- [HOPSWORKS-2827] Add serving module by @javierdlrm in #33
- Add index.md and CONTRIBUTING.md to docs folder by @robzor92 in #56
- Add Compute and Administration sections to mkdocs by @robzor92 in #54
- [HOPSWORKS-2974] Check if istio is available (#57) by @javierdlrm in #58
Full Changelog: https://github.com/logicalclocks/machine-learning-api/commits/v2.5.0