Releases: TexZK/bytesparse
Releases · TexZK/bytesparse
1.1.0
Compare
Sorry, something went wrong.
No results found
TexZK
released this
04 Jul 20:30
Describing blocks with (start, data) tuples, instead of ambiguous lists.
Removed support for Python 3.7.
Removed support for Python 3.8.
Improved type support.
1.0.2
Compare
Sorry, something went wrong.
No results found
TexZK
released this
09 Jun 21:24
Added support for Python 3.13.
Added support for Python 3.14.
Building with setuptools >= 77.0.3.
1.0.1
Compare
Sorry, something went wrong.
No results found
TexZK
released this
05 Oct 13:35
Minor workflow and metadata updates.
1.0.0
Compare
Sorry, something went wrong.
No results found
TexZK
released this
07 Mar 22:46
Following the major.minor.patch semantic versioning.
Added align methods.
0.1.0
Compare
Sorry, something went wrong.
No results found
TexZK
released this
22 Feb 18:45
Improved documentation.
Version number deserved something more stable.
0.0.8
Compare
Sorry, something went wrong.
No results found
TexZK
released this
21 Jan 17:57
Added chop method.
Minor fixes.
0.0.7
Compare
Sorry, something went wrong.
No results found
TexZK
released this
10 Dec 19:27
Added support for Python 3.12.
Added hexdump method.
Added bytesparse.io package.
Added bytesparse.MemoryIO as a stream wrapper for bytesparse.Memory.
0.0.6
Compare
Sorry, something went wrong.
No results found
TexZK
released this
18 Feb 12:34
Added support to Python 3.11, removed 3.6.
Added some minor features.
Improved documentation.
Improved testing.
Improved repository layout (pyproject.toml).
Minor fixes.
0.0.5
Compare
Sorry, something went wrong.
No results found
TexZK
released this
22 Feb 21:20
Added bytesparse class, closer to bytearray than Memory.
Added missing abstract and ported methods.
Added cut feature.
Added more helper methods.
Fixed values iteration.
Improved extraction performance.
Improved testing.
0.0.4
Compare
Sorry, something went wrong.
No results found
TexZK
released this
08 Jan 23:29
Refactored current implementation as the inplace sub-module.
Added abstract base classes and base types into the base sub-module.
Removed experimental backup feature.
Added dedicated methods to backup/restore mutated state.
Fixed some write/insert bugs.
Fixed some trim/bound bugs.
Methods sorted by name.
Removed useless functions.