Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAINT: Move to exchange-calendars 4.x and more #158

Merged
merged 17 commits into from
Jan 7, 2023

Conversation

MBounouar
Copy link

  • Using exchange-calendars 4.x
  • Dropped python3.7 support
  • Replaced unmaintained logbook with logging
  • Separate black and lint checks from code test in CI workflow
  • Preliminary work for sqlalchemy2.0 compatibility
  • Dropped mock package dependency as it's part of unittesting

@codecov
Copy link

codecov bot commented Jan 7, 2023

Codecov Report

Base: 88.09% // Head: 88.07% // Decreases project coverage by -0.02% ⚠️

Coverage data is based on head (c51c8a0) compared to base (0eb9c56).
Patch coverage: 87.06% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #158      +/-   ##
==========================================
- Coverage   88.09%   88.07%   -0.03%     
==========================================
  Files         171      171              
  Lines       16164    16163       -1     
==========================================
- Hits        14240    14235       -5     
- Misses       1924     1928       +4     
Impacted Files Coverage Δ
src/zipline/assets/asset_db_schema.py 100.00% <ø> (ø)
src/zipline/assets/synthetic.py 78.26% <ø> (ø)
src/zipline/data/in_memory_daily_bars.py 80.30% <ø> (ø)
src/zipline/errors.py 99.01% <ø> (-0.01%) ⬇️
src/zipline/examples/__init__.py 100.00% <ø> (ø)
src/zipline/examples/buyapple_ide.py 0.00% <ø> (ø)
src/zipline/examples/momentum_pipeline.py 100.00% <ø> (ø)
src/zipline/finance/commission.py 83.14% <0.00%> (ø)
src/zipline/pipeline/loaders/events.py 48.38% <ø> (ø)
src/zipline/pipeline/visualize.py 27.35% <0.00%> (ø)
... and 106 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

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