Releases: pgroenbaek/shapeio
Releases · pgroenbaek/shapeio
Release list
v0.5.0-beta3
Changes:
- Updated documentation
- Fixed an issue causing the module to not function properly in Python versions 3.7 to 3.11.
v0.5.0-beta2
No changes. Version bump to keep versioning synchronized with shapeedit.
v0.5.0-beta
Initial beta release.
Features:
- Reading uncompressed shapes
- Writing uncompressed shapes
- Checking if a file is a shape based on its header
- Checking if a shape is uncompressed or compressed based on its header
- Copying files
- Replacing file contents (case-sensitive or case-insensitive matches)
- Programmatic access to any data within a shape
- Unsafe programmatic modifications of any data within a shape (can render the shape unusable depending on what you do)