We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7305c24 commit edef386Copy full SHA for edef386
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 0.36.3 - 2024-07-02
4
+
5
+#### Enhancements
6
+- Added export of `StatType` enum from `databento_dbn` to the root `databento` package
7
8
## 0.36.2 - 2024-06-25
9
10
#### Enhancements
databento/__init__.py
@@ -13,6 +13,7 @@
13
from databento_dbn import OHLCVMsg
14
from databento_dbn import Schema
15
from databento_dbn import StatMsg
16
+from databento_dbn import StatType
17
from databento_dbn import SType
18
from databento_dbn import SymbolMappingMsg
19
from databento_dbn import SystemMsg
@@ -85,6 +86,7 @@
85
86
"InstrumentDefMsg",
87
"ImbalanceMsg",
88
"ErrorMsg",
89
+ "StatType",
90
"SystemMsg",
91
"SymbolMappingMsg",
92
]
0 commit comments