Skip to content
This repository was archived by the owner on Nov 18, 2024. It is now read-only.

Commit 7d719b2

Browse files
committed
- Added a thetadata.client.ms_to_time method that converts a ms_of_day to a time object.
- Added a copy_from method for Quote, Trade, Open Interest, and OHLCVC, which can be used to create a safe copy of each respective object. - Added new exchange codes including a new OPRA participant, MEMX (Members Exchange). - Replaced uses of localhost with 127.0.0.1 to prevent a name table issue with certain machines.
1 parent 428e638 commit 7d719b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "thetadata"
7-
version = "0.9.2"
7+
version = "0.9.3"
88
authors = [
99
{ name="Bailey Danseglio", email="bailey@thetadata.net" },
1010
{ name="Adler Weber", email="redacted@thetadata.net" },

0 commit comments

Comments
 (0)