Releases: suchak1/hyperdrive
Releases · suchak1/hyperdrive
v0.43.0: 🔼 chore: update deps 🔼 (#87)
* historical intraday script update * config.env * desktop work * update deps * test intraday
v0.42.0: 📆 fix(data): reference normal data instead of iex-formatted date 📆 (#80)
* fix * add workflows links to readme
v0.41.0: 🕛 fix(data): intraday time filtering 🕛 (#79)
* fix poly intraday * remove unnecessary time filter
v0.40.0
🧹chore: merge conflicts
v0.39.0
♊ fix(data): stop using eod ohlc path for standardizing intraday data…
v0.38.0
📊 fix(data): get last three days of ohlc data for accurate num_trades…
v0.37.0
💱 fix(ohlc + intra): crypto datetime 💱 (#76)
v0.36.0: 🕰️ Bug: Fix datetime formatting 🕰️ (#72)
* fix formatting * try again * lint
v0.35.0: 📅 Feature: Add Intraday 📅 (#71)
* resolved * add mergers to planned data collection in readme * add get_intraday_path * comments * add institutional sentiment to readme data checklista * to compile * limit polygon save timeframe to prevent retroactive weirdness * add multiprocessing to speed up data updates * delete local data files after each file update to preserve disk space * constants tests done * conflict * conflict * polygon test_intraday * iex test_intraday * test_save_intraday + repo rename * readme * git cleanup local branches * package name change * remove package upload in dev pipeline * fix bugs and add volume weighted avg price to ohlc * start generator * polygon intraday done? * more progrress * fix polygon, still need to do iex * finish iex changes * add intraday step to dev pipeline and fix tests * fixed? * last fix? * get date from first row of intra to save properly * more inclusive time range and lower threshold
v0.34.0: 🔢 Feature: Number of Trades 🔢 (#66)
* update deps * change symbol? * remove error log * debug * update hist scripts to get s3 truth * bug fix