Releases: HeyLittleJohn/curator
Futures data from BentoData added
Adding schemas, upload logic and other processing to curator. Additionally, a one-shot effort at adding thetadata as a data source was added in both python and rust. The aim here is to have thetadata eventually replace polygon/massive and to be processed in rust via a python library.
1.0.6
This release refactors the project to depend on uv +ruff instead of poetry and pyenv and flake/black/mypy/isort.
In includes a restructure pyproject.toml file as well as formatted files, fixed import sorting, and Path usages.
1.0.5
Updating dependencies and paths
1.0.4
PATCH: Finally fixing the logging, see previous releases
1.0.3
PATCH: fixed logger by making it an importable common function with a relative path
1.0.2
PATCH: fixed logger by making it an importable common function with a relative path
1.0.1
PATCH: changed aiomutiprocess fork to install from github instead of from local path
Initial Release
Initial release of the curator package! A CLI app to help you build a database of historical market data using Polygon.io data.
Known issues: the refresh command in the CLI is not yet functional
What's Changed
- fix: old work, clean up by @jhirschibar in #18
- Fixed aiomultiprocess for API imports by @jhirschibar in #19
- feature/#25 download and upload expansion to include option snapshots by @jhirschibar in #35
- feature/#32 quote pipeline by @jhirschibar in #38
- feature/#31 options quotes uploader by @jhirschibar in #40
- feat(#42): download quotes to disk with upload by @jhirschibar in #43
- Fix: bugfix breaking the OptionsQuotes imports as well as logs and hyperparameter tweaks by @jhirschibar in #44
- Repo migration by @jhirschibar in #45
- Create LICENSE by @jhirschibar in #46
- Code ready for initial release by @jhirschibar in #47
Full Changelog: https://github.com/HeyLittleJohn/curator/commits/1.0.0