We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 627833e commit e1478ccCopy full SHA for e1478cc
docs/guide/index.rst
@@ -4,5 +4,6 @@ Guide
4
.. toctree::
5
:maxdepth: 1
6
7
+ whatsnew_v3
8
storage
9
consolidated_metadata
docs/guide/whatsnew_v3.rst
@@ -0,0 +1,14 @@
1
+What's new in v3
2
+================
3
+
+This page gives an overview of major changes and additions in version 3.
+Dependencies
+------------
+- The new ``remote`` depedency group can be used to install a supported verison of
10
+ ``fsspec``, required for remote data access.
11
+- The new ``gpu`` depdencency group can be used to install a supported version of
12
+ ``cuda``, requried for GPU functionality.
13
+- The ``jupyter`` optional dependency group has been removed, since v3 contains no
14
+ jupyter specific functionality.
0 commit comments