1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139
|
===============
Py7zr ChangeLog
===============
All notable changes to this project will be documented in this file.
`Unreleased`_
=============
Added
-----
Changed
-------
Fixed
-----
Deprecated
----------
Removed
-------
Security
--------
`v0.3.3`_
=========
* Change to beta status
* Measure test coverage
* Add type hint stubs
`v0.3.2`_
=========
* CLI: handle filename and timestamp properly.
`v0.3.1`_
=========
* Rename to Ppmd7Encoder/Ppmd7Decoder from PpmdEncoder/PpmdDecoder for ver.H.
`v0.3.0`_
=========
* Support PPMd ver.I (PPMd8) encoding.
* Add CLI command ppmd that compress and decompress file using PPMd ver.I
It is intend to be compatible with ppmd-mini project.
* Drop `*Buffered*` api
`v0.2.5`_
=========
* Publish aarch64 manylinux2014 binary package.
`v0.2.4`_
=========
* Support python 3.9
`v0.2.3`_
=========
* Fix decompression algorithm.
* Release win/mac binaries.
`v0.2.2`_
=========
* Release manylinux binary on PyPI.
* Fix CI/CD configuration for main branch.
`v0.2.0`_
=========
Changed
-------
* Change mem parameter in MB to mem_size in bytes.
* Change default branch name to main.
`v0.1.0`_
=========
Added
-----
* Add documennts.
Changed
-------
* API change
- Base API: PpmdEncoder PpmdDecoder class
- Simple API: PpmdBufferEncoder, PpmdBufferDecoder class
v0.0.5
======
* Change decode API to IOBase.readinto(b)
v0.0.4
======
* Change directory structure.
v0.0.3
======
* Change API to buffer protocol.
v0.0.2
======
* Release automation and support manylinux binary.
v0.0.1
======
* First release.
.. History links
.. _Unreleased: https://github.com/miurahr/py7zr/compare/v0.3.3...HEAD
.. _v0.3.3: https://github.com/miurahr/py7zr/compare/v0.3.2...v0.3.3
.. _v0.3.2: https://github.com/miurahr/py7zr/compare/v0.3.1...v0.3.2
.. _v0.3.1: https://github.com/miurahr/py7zr/compare/v0.3.0...v0.3.1
.. _v0.3.0: https://github.com/miurahr/py7zr/compare/v0.2.5...v0.3.0
.. _v0.2.5: https://github.com/miurahr/py7zr/compare/v0.2.4...v0.2.5
.. _v0.2.4: https://github.com/miurahr/py7zr/compare/v0.2.3...v0.2.4
.. _v0.2.3: https://github.com/miurahr/py7zr/compare/v0.2.2...v0.2.3
.. _v0.2.2: https://github.com/miurahr/py7zr/compare/v0.2.0...v0.2.2
.. _v0.2.0: https://github.com/miurahr/py7zr/compare/v0.1.0...v0.2.0
.. _v0.1.0: https://github.com/miurahr/py7zr/compare/v0.0.1...v0.1.0
|