Qubx 0.6.8__cp312-cp312-manylinux_2_39_x86_64.whl → 0.6.9__cp312-cp312-manylinux_2_39_x86_64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of Qubx might be problematic. Click here for more details.

qubx/data/tardis.py CHANGED
@@ -471,7 +471,7 @@ class TardisMachineReader(DataReader):
471
471
  record_time = pd.Timestamp(record["localTimestamp"])
472
472
  if prev_record_time is None or record_time.floor("h") != prev_record_time.floor("h"):
473
473
  prev_record_time = record_time
474
- logger.debug(f"{data_id} New hour: {record_time}")
474
+ logger.info(f"{data_id} New hour: {record_time}")
475
475
  if record_time < start:
476
476
  continue
477
477
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: Qubx
3
- Version: 0.6.8
3
+ Version: 0.6.9
4
4
  Summary: Qubx - Quantitative Trading Framework
5
5
  Author: Dmitry Marienko
6
6
  Author-email: dmitry.marienko@xlydian.com
@@ -42,11 +42,11 @@ qubx/core/mixins/processing.py,sha256=Ny9EyrTuF_YBmPsAebykV54OfGMBGE1gSam9VFJJKa
42
42
  qubx/core/mixins/subscription.py,sha256=J_SX0CNw2bPy4bhxe0vswvDXY4LCkwXSaj_1PepKRLY,8540
43
43
  qubx/core/mixins/trading.py,sha256=KApWQE0zIh1jg_9HezLdR-mp3UEYIdylSyX9MajHmCc,3618
44
44
  qubx/core/mixins/universe.py,sha256=1ya2P3QZrsAVXmMXqq0t6CHGAC5iMGVD2ARUAtSfv04,10062
45
- qubx/core/series.cpython-312-x86_64-linux-gnu.so,sha256=SkXOuWaZe0OxWMCQN1HqeOOejPQW1kkrrFLkwWP3Vtk,970056
45
+ qubx/core/series.cpython-312-x86_64-linux-gnu.so,sha256=zCATDz19kXVxlTzUW6If98vOOjHLPvYCJATO4R1qoOs,970056
46
46
  qubx/core/series.pxd,sha256=ZA9mBrZ-ha112ZMZnBIun1kNrKjxzlaOoq4D_cDZYJw,3923
47
47
  qubx/core/series.pyi,sha256=r6o2SnYIBujmJuuoM8oEc3tbVg2Blz2CfSIdRKn9VMo,4547
48
48
  qubx/core/series.pyx,sha256=Y6GbCihO3zgUWOF9UvmyXisWLnGcVOcFl2u1ZtvM1zI,44909
49
- qubx/core/utils.cpython-312-x86_64-linux-gnu.so,sha256=BBgv0jvasflw6qnbE1Z2ipGNVUePHGB7Yk8Ohpz472s,86568
49
+ qubx/core/utils.cpython-312-x86_64-linux-gnu.so,sha256=X9kz20c-xdLeWmKONjUx8Ag-OS1LCALi9F6TO6gKrnU,86568
50
50
  qubx/core/utils.pyi,sha256=a-wS13V2p_dM1CnGq40JVulmiAhixTwVwt0ah5By0Hc,348
51
51
  qubx/core/utils.pyx,sha256=k5QHfEFvqhqWfCob89ANiJDKNG8gGbOh-O4CVoneZ8M,1696
52
52
  qubx/data/__init__.py,sha256=ELZykvpPGWc5rX7QoNyNQwMLgdKMG8MACOByA4pM5hA,549
@@ -55,7 +55,7 @@ qubx/data/helpers.py,sha256=3WBfrfRsq6liFtnPOIoLCd1uu8NaW9akPqcwZNJwh5M,16261
55
55
  qubx/data/hft.py,sha256=Y1QVg3eXDt9ZtdnrNk7xreblEa0Mc4Jrprt0dVaoOn0,32797
56
56
  qubx/data/readers.py,sha256=Y6bU4jyeRGB9mPdQwi9dD0PTuiQH-OVAY9N-6cM3HVo,62527
57
57
  qubx/data/registry.py,sha256=45mjy5maBSO6cf-0zfIRRDs8b0VDW7wHSPn43aRjv-o,3883
58
- qubx/data/tardis.py,sha256=UpoczvNBvX3vKgvu1R166TkbfwyEQk7hK9MUW0O_CjI,33362
58
+ qubx/data/tardis.py,sha256=JqP4n0BxDPLduZqhCdVkXSNlPWEMk3p6T4dpZPCjZDU,33361
59
59
  qubx/emitters/__init__.py,sha256=rbh2py5_RPV1vROrJ7dV09D4D0MWiuNxj_zF8nSD_WE,498
60
60
  qubx/emitters/base.py,sha256=JEIgKdjbJH8KsV2EzsrsHC0LAN_Me1f4ZfF2Sgg86NA,7628
61
61
  qubx/emitters/composite.py,sha256=8DsPIUtaJ95Oww9QTVVB6LR7Wcb6TJ-c1jIHMGuttz4,2784
@@ -104,7 +104,7 @@ qubx/restorers/signal.py,sha256=iruHe4ieTSV73zeJbFPubsmAEf4TzVXnkM4zjupCAJQ,6462
104
104
  qubx/restorers/state.py,sha256=ePmh604fp2kRYzMNXL-TWvZOxmtTGAaKYfHJcnKResY,4042
105
105
  qubx/restorers/utils.py,sha256=We2gfqwQKWziUYhuUnjb-xo-5tSlbuHWpPQn0CEMTn0,1155
106
106
  qubx/ta/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
107
- qubx/ta/indicators.cpython-312-x86_64-linux-gnu.so,sha256=Gg3VTzUSjHjQ-qKuB-PDPNXl-rLYC2VSgxkklYzgOUg,654440
107
+ qubx/ta/indicators.cpython-312-x86_64-linux-gnu.so,sha256=gPPX5D8xIVrONoYoOMW-YfT8zl7x1XSXkhL7LT2YFXo,654440
108
108
  qubx/ta/indicators.pxd,sha256=eCJ9paOxtxbDFx4U5CUhcgB1jjCQAfVqMF2FnbJ03Lo,4222
109
109
  qubx/ta/indicators.pyi,sha256=19W0uERft49In5bf9jkJHkzJYEyE9gzudN7_DJ5Vdv8,1963
110
110
  qubx/ta/indicators.pyx,sha256=FVkv5ld04TpZMT3a_kR1MU3IUuWfijzjJnh_lG78JxM,26029
@@ -138,7 +138,7 @@ qubx/utils/runner/configs.py,sha256=VDGUoNX-Hqjwy59K49GlAa577djJ2Ej2fhyEAaXQBl4,
138
138
  qubx/utils/runner/runner.py,sha256=8wR0eLd4T2uf4HQBNNfUWfT9kaneNqz_g050uibe6Ew,37476
139
139
  qubx/utils/time.py,sha256=J0ZFGjzFL5T6GA8RPAel8hKG0sg2LZXeQ5YfDCfcMHA,10055
140
140
  qubx/utils/version.py,sha256=e52fIHyxzCiIuH7svCF6pkHuDlqL64rklqz-2XjWons,5309
141
- qubx-0.6.8.dist-info/METADATA,sha256=HYKTSr3jtzugxa-Vnqa0Ps-i-N1K-gIdeCLVyoMKmBA,4141
142
- qubx-0.6.8.dist-info/WHEEL,sha256=h1DdjcD2ZFnKGsDLjEycQhNNPJ5l-R8qdFdDSXHrAGY,110
143
- qubx-0.6.8.dist-info/entry_points.txt,sha256=VqilDTe8mVuV9SbR-yVlZJBTjbkHIL2JBgXfQw076HY,47
144
- qubx-0.6.8.dist-info/RECORD,,
141
+ qubx-0.6.9.dist-info/METADATA,sha256=GQ_4ifNuG63a4UZDD3fbeDjAqvDzFJE1KP7gdmpkUSc,4141
142
+ qubx-0.6.9.dist-info/WHEEL,sha256=h1DdjcD2ZFnKGsDLjEycQhNNPJ5l-R8qdFdDSXHrAGY,110
143
+ qubx-0.6.9.dist-info/entry_points.txt,sha256=VqilDTe8mVuV9SbR-yVlZJBTjbkHIL2JBgXfQw076HY,47
144
+ qubx-0.6.9.dist-info/RECORD,,
File without changes