File tree 2 files changed +22
-0
lines changed
2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ 2022.03.0
5
+ ---------
6
+
7
+ Enhancements
8
+
9
+ - tqdm example callback with simple methods (#931, 902)
10
+ - Allow empty root in get_mapper (#930)
11
+ - implement real info for reference FS (#919)
12
+ - list known implementations and compressions (#913)
13
+
14
+ Fixes
15
+
16
+ - git branch for testing git backend (#929)
17
+ - maintaine mem FS's root (#926)
18
+ - kargs to FS in parquet module (#921)
19
+ - fix on_error in references (#917)
20
+ - tar ls consistency (#9114)
21
+ - pyarrow: don't decompress twice (#911)
22
+ - fix FUSE tests (#905)
23
+
24
+
4
25
2022.02.0
5
26
---------
6
27
Original file line number Diff line number Diff line change 21
21
"Programming Language :: Python :: 3.7" ,
22
22
"Programming Language :: Python :: 3.8" ,
23
23
"Programming Language :: Python :: 3.9" ,
24
+ "Programming Language :: Python :: 3.10" ,
24
25
],
25
26
description = "File-system specification" ,
26
27
long_description = long_description ,
You can’t perform that action at this time.
0 commit comments