Skip to content

Commit

Permalink
Release v0.21.0
Browse files Browse the repository at this point in the history
- Add report_update() for logging large files extraction
- Speed-up large number of files extraction
  • Loading branch information
miurahr committed Mar 2, 2024
1 parent 28b4b89 commit 48742d0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
18 changes: 17 additions & 1 deletion docs/Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,21 @@ All notable changes to this project will be documented in this file.
`Unreleased`_
=============

`v0.21.0`_
==========
Changed
-------
* Speed up extraction when number of files is very large (#555)
* Replace deprecated functions on python 3.12 (#550)

Added
-----
* Add report_update() for logging large files extraction (#558)

Document
--------
* Add subsection of multi-volume creation (#568)

`v0.20.8`_
==========
Fixed
Expand Down Expand Up @@ -363,7 +378,8 @@ Changed


.. History links
.. _Unreleased: https://github.com/miurahr/py7zr/compare/v0.20.8...HEAD
.. _Unreleased: https://github.com/miurahr/py7zr/compare/v0.21.0...HEAD
.. _v0.21.0: https://github.com/miurahr/py7zr/compare/v0.20.8...v0.21.0
.. _v0.20.8: https://github.com/miurahr/py7zr/compare/v0.20.7...v0.20.8
.. _v0.20.7: https://github.com/miurahr/py7zr/compare/v0.20.6...v0.20.7
.. _v0.20.6: https://github.com/miurahr/py7zr/compare/v0.20.5...v0.20.6
Expand Down
3 changes: 3 additions & 0 deletions docs/authors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Contributors, listed alphabetically, are:
* Alan Lee -- Update documentation
* Alexander Kapshuna -- Fix shutil integration (#353)
* @andrebrait -- Fix exception for empty 7z file (#118)
* Antoine C -- Support Python 3.12 and later (#550)
* @amarcu5 -- fix error when large compressed headers (#281)
* c.foster -- Default exceptions to include the exception type
* chigusa -- Fix UTF-16 path parsing for extraction (#391)
Expand All @@ -24,5 +25,7 @@ Contributors, listed alphabetically, are:
* Megan Leet -- Fix infinite loop when extraction (#354)
* @padremayi -- Fix crash on wrong crationtime in archive (#275)
* @royopa -- Fix typo (#108)
* Sergei -- Update report_update() (#558)
* T. Yamada -- Deflate64 decompression (#399)
* Vlad Firoiu -- Speed-up extraction when number of files is very large(#555)
* @Zoynels -- Mmeory IO API(#111, #119)

0 comments on commit 48742d0

Please sign in to comment.