Releases: arnimarj/py-pointless
Releases · arnimarj/py-pointless
Version 0.2.8.2
Version 0.2.8.1
Added two functions in the C
library, which allow skipping the validation phase when loading pointless files. Use with care.
Added a boolean flag (validate
) in the Python API when opening pointless files, which allows the caller to skip the validation when loading pointless files. Defaults to True
. Use with care.
Added GetFileNo()
function to Python Pointless Object which exposes the underlying file-descriptor of the open file.
Version 0.2.8
Same as last release. Needed because of botched 0.2.7 release on PyPI
Version 0.2.7
- Fixed a hashing bug.
- Fixed a bug in the internal eval routine
Version 0.2.6
Two serious validation issues were fixed.