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: CHANGELOG.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,17 @@
1
1
# Changelog
2
2
3
+
## 0.18.1 - 2023-08-16
4
+
5
+
#### Bug fixes
6
+
- Fixed issue where extra `python` key was sent by the `Live` client
7
+
3
8
## 0.18.0 - 2023-08-14
4
9
5
10
#### Breaking changes
6
11
- Renamed the `TimeSeriesHttpAPI` class to `TimeseriesHttpAPI`
7
12
8
-
#### Bug Fixes
9
-
- Fixed an issue where `DBNStore.to_csv()`, `DBNStore.to_df()`, `DBNStore.to_json()`, and `DBNStore.to_ndarray()` would consume large amounts of memory.
13
+
#### Bug fixes
14
+
- Fixed an issue where `DBNStore.to_csv()`, `DBNStore.to_df()`, `DBNStore.to_json()`, and `DBNStore.to_ndarray()` would consume large amounts of memory
0 commit comments