File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
docs/user_guides/migration Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ A number of significant changes have been made in the Python API
1919Hopsworks 4.0. Previously, in Hopsworks 3.X, there were 3 python
2020libraries used (“hopsworks”, “hsfs” & “hsml”) to develop feature,
2121training & inference pipelines, with the 4.0 release there is now
22- one single “hopsworks” python library that can should be used. For
23- backwards compatibility, it will still be possible to import both
24- the “hsfs” & “hsml” libraries but these are now effectively aliases
25- to the “hopsworks” python library and their use going forward should
26- be considered as deprecated.
22+ one single “hopsworks” python library that should be used. For
23+ backwards compatibility, it is still possible to import both
24+ the “hsfs” & “hsml” packages directly, but the proper way to
25+ import them is to use “hopsworks.hsfs” & “hopsworks.hsml”.
26+ The direct imports will be deprecated later .
2727
2828Another significant change in the Hopsworks Python API is the use of
2929optional extras to allow a developer to easily import exactly what is
You can’t perform that action at this time.
0 commit comments