Releases: exxeleron/qPython
Releases · exxeleron/qPython
qPython-2.0.0
- 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
Fix: Pandas deserialization of single row tables with string nulls
qPython-1.2.0
- API redesign: enable custom serializers & deserializers
qPython-1.2.0b1
- API redesign: enable custom serializers & deserializers
qPython-1.1.0
- Compatibility with Python 2.7, 3.3, and 3.4
qPython-1.1.0b3
- Enhancement: configuration of serialization for single element strings
- Fix: serialization of indexed Pandas.DataFrames
qPython-1.0.2
- Enhancement: configuration of serialization for single element strings
qPython-1.1.0b1
- [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
- Improve type detection for pandas.Series serialization
qPython-1.0.0-RC3
- Fix: bug during handshake with blank username/password