Skip to content

Fix bugs, update dependencies, and improve usability#1

Merged
quantarmyz merged 1 commit intomainfrom
claude/fix-bugs-improve-usability-V0PCx
Mar 2, 2026
Merged

Fix bugs, update dependencies, and improve usability#1
quantarmyz merged 1 commit intomainfrom
claude/fix-bugs-improve-usability-V0PCx

Conversation

@quantarmyz
Copy link
Copy Markdown
Owner

  • Fix critical bug: daily_bar_writer.write() called twice in qa_datalake.py
  • Fix deprecated pandas fillna(method='ffill') -> df.ffill()
  • Move Arctic connection to lazy init (_get_arctic_connection) with env validation
  • Fix Dockerfile: remove undefined NB_UID/NB_GID, dynamic Python path, cleanup apt/conda cache, remove unavailable exa package
  • Fix docker-compose.yml: remove deprecated version key, add restart policy
  • Fix zipline_db_management.ipynb: correct ingest command (zipline ingest -b qa_datalake)
  • Fix template notebook: remove duplicate MeanReversion class, add title and analysis cells
  • Clean up variance backtest notebook: add title, remove empty cells
  • Rename datalake notebooks from confusing Copy1 names to descriptive names
  • Update req.txt: add missing scipy/scikit-learn, organize with categories
  • Update .gitignore: add checkpoints, pycache, h5 files, OS files
  • Rewrite readme.md with complete documentation, project structure, ETF table

https://claude.ai/code/session_01QAHSYnCZz7yngvkKfzphj1

- Fix critical bug: daily_bar_writer.write() called twice in qa_datalake.py
- Fix deprecated pandas fillna(method='ffill') -> df.ffill()
- Move Arctic connection to lazy init (_get_arctic_connection) with env validation
- Fix Dockerfile: remove undefined NB_UID/NB_GID, dynamic Python path, cleanup apt/conda cache, remove unavailable exa package
- Fix docker-compose.yml: remove deprecated version key, add restart policy
- Fix zipline_db_management.ipynb: correct ingest command (zipline ingest -b qa_datalake)
- Fix template notebook: remove duplicate MeanReversion class, add title and analysis cells
- Clean up variance backtest notebook: add title, remove empty cells
- Rename datalake notebooks from confusing Copy1 names to descriptive names
- Update req.txt: add missing scipy/scikit-learn, organize with categories
- Update .gitignore: add checkpoints, pycache, h5 files, OS files
- Rewrite readme.md with complete documentation, project structure, ETF table

https://claude.ai/code/session_01QAHSYnCZz7yngvkKfzphj1
@quantarmyz quantarmyz merged commit 529aa97 into main Mar 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants