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: refactoring lazyval + silence a few warnings #90

Merged
merged 7 commits into from
Apr 5, 2022

Conversation

MBounouar
Copy link

It didn't make sense to leave the caching decorator lazyval as a dependency from the calendars package.
-Copied lazyval to memoize.py
-Silence a few warnings from pandas, numpy and distutils (moving to packaging)

@codecov
Copy link

codecov bot commented Mar 22, 2022

Codecov Report

Merging #90 (cae93c5) into main (7467eb0) will increase coverage by 0.00%.
The diff coverage is 85.18%.

@@           Coverage Diff           @@
##             main      #90   +/-   ##
=======================================
  Coverage   87.31%   87.32%           
=======================================
  Files         172      172           
  Lines       16416    16436   +20     
=======================================
+ Hits        14334    14353   +19     
- Misses       2082     2083    +1     
Impacted Files Coverage Δ
src/zipline/utils/calendar_utils.py 78.94% <ø> (+1.44%) ⬆️
src/zipline/utils/numpy_utils.py 85.03% <60.00%> (ø)
src/zipline/__init__.py 54.23% <66.66%> (ø)
src/zipline/utils/memoize.py 80.36% <85.29%> (+1.20%) ⬆️
src/zipline/pipeline/factors/basic.py 96.58% <100.00%> (+0.02%) ⬆️
src/zipline/pipeline/factors/factor.py 98.32% <100.00%> (+<0.01%) ⬆️
src/zipline/utils/events.py 93.57% <100.00%> (ø)
src/zipline/utils/pandas_utils.py 74.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7467eb0...cae93c5. Read the comment docs.

@stefan-jansen stefan-jansen merged commit 32a16f9 into stefan-jansen:main Apr 5, 2022
@MBounouar MBounouar deleted the maint-memoize branch January 20, 2023 14:52
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