File tree 3 files changed +7
-1
lines changed
3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 110
110
display : none !important ;
111
111
}
112
112
113
+ /* Sticky latest version notification bar*/
114
+ [data-md-component = "outdated" ] {
115
+ position : sticky;
116
+ }
113
117
114
118
@media screen and (max-width : 479px ){
115
119
.md-sidebar--primary , .md-sidebar {
Original file line number Diff line number Diff line change @@ -86,6 +86,8 @@ This lead to a change in HSFS APIs:
86
86
fs.get_external_feature_groups()
87
87
```
88
88
89
+ {{macros_info()}}
90
+
89
91
Note, pre-3.0 methods are marked as deprecated and still available in the library for backwards compatibility.
90
92
91
93
### Streaming API for writing becomes the Python Default
Original file line number Diff line number Diff line change 175
175
- Troubleshooting : user_guides/mlops/serving/troubleshooting.md
176
176
- Vector Database : user_guides/mlops/vector_database/index.md
177
177
- Migration :
178
- - 3.0 : user_guides/migration/30_migration.md
178
+ - 2.X to 3.0 : user_guides/migration/30_migration.md
179
179
- Setup and Installation :
180
180
- setup_installation/index.md
181
181
- Client Installation :
You can’t perform that action at this time.
0 commit comments