Skip to content

Commit 832de3d

Browse files
authored
[FSTORE-1858] Fix the incorrect statement about hsfs and hsml packages (#515)
1 parent 0f46dd3 commit 832de3d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/user_guides/migration/40_migration.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ A number of significant changes have been made in the Python API
1919
Hopsworks 4.0. Previously, in Hopsworks 3.X, there were 3 python
2020
libraries used (“hopsworks”, “hsfs” & “hsml”) to develop feature,
2121
training & 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

2828
Another significant change in the Hopsworks Python API is the use of
2929
optional extras to allow a developer to easily import exactly what is

0 commit comments

Comments
 (0)