0.0.13
What's Changed
- FIx pytest warnings: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: tests.stores.db.utils by @tsugumi-sys in #160
- Fix pytest warnings: PydanticDeprecatedSince20: Support for class-based
config
is deprecated, use ConfigDict instead by @tsugumi-sys in #161 - Fix pytest warnings: use model_dump instead of dict by @tsugumi-sys in #162
- Introduce emoji extention for mkdocs by @tsugumi-sys in #163
- use emoji unicode instead of shortcut by @tsugumi-sys in #164
- DataLoader: Adding wiki s&p500 dataloader by @tsugumi-sys in #165
- Preprocessor: Implement wiki sp500 preprocessor by @tsugumi-sys in #166
- Store: Implement local artifact store for wiki sp500 by @tsugumi-sys in #169
- Database: Adding wiki sp500 table by @tsugumi-sys in #170
- Techdebt: use entities instead of scheams nasdaqapi by @tsugumi-sys in #171
- techdebt: use entities instead of schemas for polygon api by @tsugumi-sys in #172
- Store: Implement postgresql store for wiki sp500 by @tsugumi-sys in #173
- techdebt: remove sessionlocal import by @tsugumi-sys in #174
- stores: implemente postgresql store by @tsugumi-sys in #175
- Pipeline: Implementing wiki sp500 by @tsugumi-sys in #176
- CLI: Adding wikisp500 pipeline by @tsugumi-sys in #177
- adding package ps4 by @tsugumi-sys in #178
- cli: refactoring pipeline starting message by @tsugumi-sys in #179
- Docs: Adding wiki sp500 to readme by @tsugumi-sys in #180
- refactoring: next polygonapi cli per apis by @tsugumi-sys in #181
- upgrade version to 0.0.13 by @tsugumi-sys in #182
Full Changelog: 0.0.12...0.0.13