@@ -245,6 +245,22 @@ If needed you can adjust the bins with the argument ``offset`` (a Timedelta) tha
245245
246246For a full example, see: :ref: `timeseries.adjust-the-start-of-the-bins `.
247247
248+ fsspec now used for filesystem handling
249+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
250+
251+ For reading and writing to filesystems other than local and reading from HTTP(S),
252+ the optional dependency ``fsspec `` will be used to dispatch operations (:issue: `33452 `).
253+ This will give unchanged
254+ functionality for S3 and GCS storage, which were already supported, but also add
255+ support for several other storage implementations such as `Azure Datalake and Blob `_,
256+ SSH, FTP, dropbox and github. For docs and capabilities, see the `fsspec docs `_.
257+
258+ The existing capability to interface with S3 and GCS will be unaffected by this
259+ change, as ``fsspec `` will still bring in the same packages as before.
260+
261+ .. _Azure Datalake and Blob : https://github.com/dask/adlfs
262+
263+ .. _fsspec docs : https://filesystem-spec.readthedocs.io/en/latest/
248264
249265.. _whatsnew_110.enhancements.other :
250266
@@ -701,7 +717,9 @@ Optional libraries below the lowest tested version may still work, but are not c
701717+-----------------+-----------------+---------+
702718| fastparquet | 0.3.2 | |
703719+-----------------+-----------------+---------+
704- | gcsfs | 0.2.2 | |
720+ | fsspec | 0.7.4 | |
721+ +-----------------+-----------------+---------+
722+ | gcsfs | 0.6.0 | X |
705723+-----------------+-----------------+---------+
706724| lxml | 3.8.0 | |
707725+-----------------+-----------------+---------+
@@ -717,7 +735,7 @@ Optional libraries below the lowest tested version may still work, but are not c
717735+-----------------+-----------------+---------+
718736| pytables | 3.4.3 | X |
719737+-----------------+-----------------+---------+
720- | s3fs | 0.3 .0 | |
738+ | s3fs | 0.4 .0 | X |
721739+-----------------+-----------------+---------+
722740| scipy | 1.2.0 | X |
723741+-----------------+-----------------+---------+
0 commit comments