Skip to content

Releases: exxeleron/qPython

qPython-2.0.0

01 Jan 16:38

Choose a tag to compare

  • Renamed QConnection.sync and QConnection.async to QConnection.sendSync and QConnection.sendAsync resp.,
  • replaced DataFrame.as_matrix() by DataFrame.values and numpy.fromstring by numpy.frombuffer

qPython-1.2.2

01 Mar 14:20

Choose a tag to compare

Fix: Pandas deserialization of single row tables with string nulls

qPython-1.2.0

22 Jan 11:31

Choose a tag to compare

  • API redesign: enable custom serializers & deserializers

qPython-1.2.0b1

13 Jan 20:15

Choose a tag to compare

qPython-1.2.0b1 Pre-release
Pre-release
  • API redesign: enable custom serializers & deserializers

qPython-1.1.0

27 Nov 09:23

Choose a tag to compare

  • Compatibility with Python 2.7, 3.3, and 3.4

qPython-1.1.0b3

03 Sep 14:18

Choose a tag to compare

qPython-1.1.0b3 Pre-release
Pre-release
  • Enhancement: configuration of serialization for single element strings
  • Fix: serialization of indexed Pandas.DataFrames

qPython-1.0.2

03 Sep 14:12

Choose a tag to compare

qPython-1.0.2 Pre-release
Pre-release
  • Enhancement: configuration of serialization for single element strings

qPython-1.1.0b1

05 Aug 11:47

Choose a tag to compare

qPython-1.1.0b1 Pre-release
Pre-release
  • [draft] Compatibility with Python 2.7, 3.3, and 3.4

This pre-release can also be installed via PyPi:

$ pip install qpython==1.1.0b1

qPython-1.0.0

10 Apr 12:05

Choose a tag to compare

  • Improve type detection for pandas.Series serialization

qPython-1.0.0-RC3

08 Apr 13:59

Choose a tag to compare

qPython-1.0.0-RC3 Pre-release
Pre-release
  • Fix: bug during handshake with blank username/password