Skip to content

Commit 48742d0

Browse files
committed
Release v0.21.0
- Add report_update() for logging large files extraction - Speed-up large number of files extraction
1 parent 28b4b89 commit 48742d0

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

docs/Changelog.rst

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,21 @@ All notable changes to this project will be documented in this file.
99
`Unreleased`_
1010
=============
1111

12+
`v0.21.0`_
13+
==========
14+
Changed
15+
-------
16+
* Speed up extraction when number of files is very large (#555)
17+
* Replace deprecated functions on python 3.12 (#550)
18+
19+
Added
20+
-----
21+
* Add report_update() for logging large files extraction (#558)
22+
23+
Document
24+
--------
25+
* Add subsection of multi-volume creation (#568)
26+
1227
`v0.20.8`_
1328
==========
1429
Fixed
@@ -363,7 +378,8 @@ Changed
363378

364379

365380
.. History links
366-
.. _Unreleased: https://github.com/miurahr/py7zr/compare/v0.20.8...HEAD
381+
.. _Unreleased: https://github.com/miurahr/py7zr/compare/v0.21.0...HEAD
382+
.. _v0.21.0: https://github.com/miurahr/py7zr/compare/v0.20.8...v0.21.0
367383
.. _v0.20.8: https://github.com/miurahr/py7zr/compare/v0.20.7...v0.20.8
368384
.. _v0.20.7: https://github.com/miurahr/py7zr/compare/v0.20.6...v0.20.7
369385
.. _v0.20.6: https://github.com/miurahr/py7zr/compare/v0.20.5...v0.20.6

docs/authors.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Contributors, listed alphabetically, are:
1212
* Alan Lee -- Update documentation
1313
* Alexander Kapshuna -- Fix shutil integration (#353)
1414
* @andrebrait -- Fix exception for empty 7z file (#118)
15+
* Antoine C -- Support Python 3.12 and later (#550)
1516
* @amarcu5 -- fix error when large compressed headers (#281)
1617
* c.foster -- Default exceptions to include the exception type
1718
* chigusa -- Fix UTF-16 path parsing for extraction (#391)
@@ -24,5 +25,7 @@ Contributors, listed alphabetically, are:
2425
* Megan Leet -- Fix infinite loop when extraction (#354)
2526
* @padremayi -- Fix crash on wrong crationtime in archive (#275)
2627
* @royopa -- Fix typo (#108)
28+
* Sergei -- Update report_update() (#558)
2729
* T. Yamada -- Deflate64 decompression (#399)
30+
* Vlad Firoiu -- Speed-up extraction when number of files is very large(#555)
2831
* @Zoynels -- Mmeory IO API(#111, #119)

0 commit comments

Comments
 (0)