You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release-notes/changelog.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,17 @@
4
4
5
5
The changelog presented here outlines changes to PyKX when operating within a Python environment specifically, if you require changelogs associated with PyKX operating under a q environment see [here](./underq-changelog.md).
6
6
7
+
## PyKX 3.1.4
8
+
9
+
#### Release Date
10
+
11
+
2025-07-17
12
+
13
+
### Fixes and Improvements
14
+
15
+
- Resolved error on import when `PYKX_THREADING` was set.
16
+
- Fixed an issue where data could be corrupted in keyed columns of PyArrow backed Pandas dataframes.
Copy file name to clipboardExpand all lines: docs/release-notes/underq-changelog.md
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,37 @@ This changelog provides updates from PyKX 2.0.0 and above, for information relat
6
6
7
7
The changelog presented here outlines changes to PyKX when operating within a q environment specifically, if you require changelogs associated with PyKX operating within a Python environment see [here](./changelog.md).
8
8
9
+
## PyKX 3.1.4
10
+
11
+
#### Release Date
12
+
13
+
2025-07-17
14
+
15
+
### Fixes and Improvements
16
+
17
+
- Resolved `object has no attribute 't'` error for certain conversions
18
+
19
+
=== "Behaviour prior to change"
20
+
21
+
```python
22
+
q).pykx.setdefault (),"k";
23
+
q).pykx.import[`numpy.random][`:choice][01b; 10]
24
+
'AttributeError("'numpy.int64' object has no attribute 't'")
0 commit comments