forked from exxeleron/qPython
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG.txt
63 lines (48 loc) · 2.69 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
------------------------------------------------------------------------------
qPython 1.0 RC2 [2015.10.19]
------------------------------------------------------------------------------
- Fix: handling of nested lists of homogeneous length
- Fix: pandas: null representation for strings
------------------------------------------------------------------------------
qPython 1.0 RC1 [2014.10.22]
------------------------------------------------------------------------------
- Introduce support for pandas
------------------------------------------------------------------------------
qPython 1.0 Beta 6 [2014.10.16]
------------------------------------------------------------------------------
- Configurable deserialization for temporal vectors
- numpy datetime64/timedelta64 vectors ans atoms are now serializable without
explicit conversions
- QTemporal: null values are now backed as numpy NaT
- Fix: error handling while initializing connection
- Fix: sanity check against protocol version for guids
- Fix: socket timeout in qwriter
------------------------------------------------------------------------------
qPython 1.0 Beta 5 [2014.10.01]
------------------------------------------------------------------------------
- Redesign lambdas and projections handling
- Rework collections API
- Extend QConnection class with context manager API
- Fix: reading of generic null (::) embedded in lists
- Fix: sending generic lists as columns in tables
------------------------------------------------------------------------------
qPython 1.0 Beta 4 [2014.07.04]
------------------------------------------------------------------------------
- qtemporallist: force numpy.array type conversion in case of mismatch between
meta.qtype and dtype of raw list
- Enable Travis CI integration
- Update project meta-information
------------------------------------------------------------------------------
qPython 1.0 Beta 3 [2014.05.26]
------------------------------------------------------------------------------
- Fix: creation of q dictionary with values represented as table
------------------------------------------------------------------------------
qPython 1.0 Beta 2 [2014.05.12]
------------------------------------------------------------------------------
- Speed improvement for pure python uncompress
- Added (optional) Cython module for best performance of uncompress
------------------------------------------------------------------------------
qPython 1.0 Beta [2014.04.02]
------------------------------------------------------------------------------
- Support for kdb+ protocol and types: v3.0, v2.6, v<=2.5
- Synchronous and asynchronous queries