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

Remove IPython as a dependency #1331

Merged
merged 1 commit into from Nov 2, 2022

Conversation

erik-hasse
Copy link
Contributor

Fixes #1286.

Summary

Removes IPython as a core dependency, which makes darts easier to install and maintain in production environments.

Other Information

@erik-hasse erik-hasse force-pushed the feature/remove-ipython-dependency branch from ad2a5c2 to c8a58aa Compare November 1, 2022 21:38
@erik-hasse erik-hasse marked this pull request as ready for review November 1, 2022 21:39
@codecov-commenter
Copy link

Codecov Report

Base: 93.84% // Head: 93.84% // Decreases project coverage by -0.00% ⚠️

Coverage data is based on head (c8a58aa) compared to base (31159b3).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1331      +/-   ##
==========================================
- Coverage   93.84%   93.84%   -0.01%     
==========================================
  Files          78       78              
  Lines        8503     8491      -12     
==========================================
- Hits         7980     7968      -12     
  Misses        523      523              
Impacted Files Coverage Δ
darts/timeseries.py 92.30% <0.00%> (-0.06%) ⬇️
...arts/models/forecasting/torch_forecasting_model.py 87.08% <0.00%> (-0.06%) ⬇️
darts/models/forecasting/block_rnn_model.py 98.24% <0.00%> (-0.04%) ⬇️
darts/models/forecasting/nhits.py 99.27% <0.00%> (-0.01%) ⬇️

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.

Copy link
Contributor

@hrzn hrzn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@hrzn hrzn merged commit eb88e65 into unit8co:master Nov 2, 2022
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.

Remove IPython as a dependency
3 participants