|
1 | 1 | Changelog |
2 | 2 | ========= |
3 | 3 |
|
| 4 | +2024.2.0 |
| 5 | +-------- |
| 6 | + |
| 7 | +Enhancements |
| 8 | + |
| 9 | +- add 9P known implementation (#1513) |
| 10 | +- allow TqdmCallback subclassing (#1497, 1480) |
| 11 | +- callbacks/branching kwargs handling and scopes (#1496, 1495, 1460) |
| 12 | +- add aluuxioFS to known implementations (#1469) |
| 13 | +- implement pipe_file for dirFS (#1465) |
| 14 | + |
| 15 | +Fixes |
| 16 | + |
| 17 | +- infer compression for .lzma files (#1514) |
| 18 | +- fix append to categorical/parquet references (#1510) |
| 19 | +- allow for FTP servers that list with leading "total" line (#1503) |
| 20 | +- convert FTP failure to FileNotFound (#1494) |
| 21 | +- out of order reference fix (#1492) |
| 22 | +- retry "backoff" response for DBFS (#1491) |
| 23 | +- referenceFS case for scalar arrays (#1487) |
| 24 | +- fix create_parents for SFTP (#1484) |
| 25 | +- fix local .ls() on files (#1479) |
| 26 | +- allow Path and similar in _expand_path (#1475) |
| 27 | +- make lazy references editable (#1468) |
| 28 | +- fix eq for abstract buffered files (#1466) |
| 29 | +- fit tqdm cleanup (#1463) |
| 30 | +- fix passing kwargs from cached file to underlying FS (#1462) |
| 31 | + |
| 32 | +Other |
| 33 | + |
| 34 | +- fix tests for supports_empty_directories=False (#1512) |
| 35 | +- don't read references in init for referenceFS (#1521) |
| 36 | +- code cleaning (#1518, 1502, 1499, 1493, 1481) |
| 37 | +- pass through "replication" for HDFS (#1486) |
| 38 | +- record more info for HTTP info() (#1483) |
| 39 | +- add timeout argument to githubFS (#1473) |
| 40 | +- add more security pars to webHDFS (#1472) |
| 41 | + |
4 | 42 | 2023.12.2 |
5 | 43 | --------- |
6 | 44 |
|
|
0 commit comments