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

Drop Pandas dependency #46

Merged
merged 21 commits into from
Jul 12, 2022
Merged

Drop Pandas dependency #46

merged 21 commits into from
Jul 12, 2022

Conversation

Miksus
Copy link
Owner

@Miksus Miksus commented Jul 12, 2022

No description provided.

@Miksus Miksus added the core Relates to the core functionalities (ie. base classes) label Jul 12, 2022
@Miksus Miksus linked an issue Jul 12, 2022 that may be closed by this pull request
@codecov-commenter
Copy link

codecov-commenter commented Jul 12, 2022

Codecov Report

Merging #46 (dbeffa1) into master (ab9d8f9) will increase coverage by 0.46%.
The diff coverage is 92.94%.

@@            Coverage Diff             @@
##           master      #46      +/-   ##
==========================================
+ Coverage   90.01%   90.47%   +0.46%     
==========================================
  Files          83       86       +3     
  Lines        3754     3855     +101     
==========================================
+ Hits         3379     3488     +109     
+ Misses        375      367       -8     
Impacted Files Coverage Δ
rocketry/core/log/adapter.py 91.52% <ø> (-0.15%) ⬇️
rocketry/core/schedule.py 89.81% <ø> (-0.04%) ⬇️
rocketry/time/__init__.py 100.00% <ø> (ø)
rocketry/session.py 90.28% <50.00%> (ø)
rocketry/core/task.py 91.59% <75.00%> (ø)
rocketry/core/time/base.py 80.92% <84.84%> (ø)
rocketry/core/time/anchor.py 88.97% <85.71%> (-0.09%) ⬇️
rocketry/pybox/time/interval.py 94.44% <94.44%> (ø)
rocketry/pybox/time/convert.py 97.61% <97.61%> (ø)
rocketry/core/time/utils.py 83.14% <100.00%> (-2.41%) ⬇️
... and 5 more

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 ab9d8f9...dbeffa1. Read the comment docs.

@Miksus Miksus merged commit c23d7e4 into master Jul 12, 2022
@Miksus Miksus deleted the dev/drop_pandas branch July 12, 2022 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Relates to the core functionalities (ie. base classes)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ENH: Drop Pandas as dependency
2 participants