Releases: mherrmann/pypxlib
Releases · mherrmann/pypxlib
Fix ImportError
Fix missing PX_SdnToGregorian, support for 32-bit Linux
See #20. Thank you @mattbaker-digital for the PR!
Fix ValueError on NULL time fields
Thank you @alandmoore for the PR (#18).
Make it possible to specify encoding in Table(...)
Table(...)
now takes two extra parameters, px_encoding
and px_decode_errors
. These let you define the encoding and how decoding errors should be handled when processing PX field names. See Pull Request #19.
Use `datetime` not `time` for Timestamp fields
Fix a bug with BytesField
v1.9 Bump version number to 1.9
Improved BLOB support
Thanks @denisroldan!