Skip to content

Commit a882969

Browse files
authored
Release notes (#934)
1 parent 9577c8a commit a882969

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

Diff for: docs/source/changelog.rst

+21
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
Changelog
22
=========
33

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+
425
2022.02.0
526
---------
627

Diff for: setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"Programming Language :: Python :: 3.7",
2222
"Programming Language :: Python :: 3.8",
2323
"Programming Language :: Python :: 3.9",
24+
"Programming Language :: Python :: 3.10",
2425
],
2526
description="File-system specification",
2627
long_description=long_description,

0 commit comments

Comments
 (0)