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

deps: Vendor more_itertools.consecutive_groups #613

Merged
merged 1 commit into from
Jul 8, 2024

Conversation

danielhollas
Copy link
Contributor

more_itertools package contains useful functions built on top of stdlib itertools, but we only use a single function from the package so let's vendor it and remove the dependency.

This means app developers can happily use this package without worrying about version clashes with AWB.

Part of #392

@danielhollas danielhollas requested a review from superstar54 June 26, 2024 12:04
Copy link

codecov bot commented Jun 26, 2024

Codecov Report

Attention: Patch coverage is 93.33333% with 1 line in your changes missing coverage. Please review.

Project coverage is 83.64%. Comparing base (6dfe6fa) to head (fdae078).
Report is 15 commits behind head on master.

Files with missing lines Patch % Lines
aiidalab_widgets_base/utils/__init__.py 93.33% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #613      +/-   ##
==========================================
+ Coverage   83.62%   83.64%   +0.01%     
==========================================
  Files          16       16              
  Lines        3517     3521       +4     
==========================================
+ Hits         2941     2945       +4     
  Misses        576      576              
Flag Coverage Δ
python-3.11 83.64% <93.33%> (+0.01%) ⬆️
python-3.9 83.67% <93.33%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@danielhollas danielhollas requested a review from yakutovicha July 3, 2024 11:51
@danielhollas danielhollas force-pushed the remove-moreitertools branch from 6dc123a to a5613d5 Compare July 3, 2024 11:51
@danielhollas danielhollas requested a review from unkcpz July 3, 2024 14:57
@danielhollas danielhollas force-pushed the remove-moreitertools branch from a5613d5 to 2b84761 Compare July 5, 2024 15:55
@danielhollas danielhollas added the dependencies Pull requests that update a dependency file label Jul 5, 2024
@danielhollas danielhollas force-pushed the remove-moreitertools branch from 2b84761 to fdae078 Compare July 8, 2024 02:54
@danielhollas
Copy link
Contributor Author

I'll merge this to include in an alpha release. But please still feel free to review and pushback against this, happy to incorporate feedback in a followup.

@danielhollas danielhollas merged commit 4ceb377 into aiidalab:master Jul 8, 2024
11 checks passed
@danielhollas danielhollas deleted the remove-moreitertools branch July 8, 2024 03:01
@unkcpz
Copy link
Member

unkcpz commented Jul 8, 2024

thanks! It appeared before I join the team, so feel free to optimize it, I have no opinion on these.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants