@@ -245,6 +245,22 @@ If needed you can adjust the bins with the argument ``offset`` (a Timedelta) tha
245
245
246
246
For a full example, see: :ref: `timeseries.adjust-the-start-of-the-bins `.
247
247
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/
248
264
249
265
.. _whatsnew_110.enhancements.other :
250
266
@@ -701,7 +717,9 @@ Optional libraries below the lowest tested version may still work, but are not c
701
717
+-----------------+-----------------+---------+
702
718
| fastparquet | 0.3.2 | |
703
719
+-----------------+-----------------+---------+
704
- | gcsfs | 0.2.2 | |
720
+ | fsspec | 0.7.4 | |
721
+ +-----------------+-----------------+---------+
722
+ | gcsfs | 0.6.0 | X |
705
723
+-----------------+-----------------+---------+
706
724
| lxml | 3.8.0 | |
707
725
+-----------------+-----------------+---------+
@@ -717,7 +735,7 @@ Optional libraries below the lowest tested version may still work, but are not c
717
735
+-----------------+-----------------+---------+
718
736
| pytables | 3.4.3 | X |
719
737
+-----------------+-----------------+---------+
720
- | s3fs | 0.3 .0 | |
738
+ | s3fs | 0.4 .0 | X |
721
739
+-----------------+-----------------+---------+
722
740
| scipy | 1.2.0 | X |
723
741
+-----------------+-----------------+---------+
0 commit comments