This new release ships some new features, as well as a few bug fixes:
New features:
Support for adapting tuples to PostgreSQL arrays is now enabled by
default and does not require importing psycopg2.extensions anymore.
"can't adapt" error message now includes full type information.
Thank to Daniele Varrazzo (piro) psycopg2's source package now
includes full documentation in HTML and plain text format.
Bug fixes:
No loss of precision when using floats anymore.
decimal.Decimal "nan" and "infinity" correctly converted to
PostgreSQL numeric NaN values (note that PostgreSQL numeric type
does not support infinity but just NaNs.)
This update has been submitted for stable.
This update has been submitted for testing.
This update has been pushed to testing
This update has been submitted for stable.
This update has been pushed to stable