-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
BLD: add optional dependencies as extras_require in setup.py #47336
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
Merged
mroeschke
merged 159 commits into
pandas-dev:main
from
JMBurley:add-recommended-dependencies-as-extras_require-in-setup.cfg
Oct 21, 2022
Merged
Changes from 28 commits
Commits
Show all changes
159 commits
Select commit
Hold shift + click to select a range
7cd25a2
add-recommended-dependencies-as-extras_require-in-setup.cfg
JMBurley eab49c7
Update v1.4.3.rst
JMBurley b6438c6
Merge branch 'main' into add-recommended-dependencies-as-extras_requi…
JMBurley 645f046
double backtick code in rst
JMBurley 7eb6a64
Merge branch 'add-recommended-dependencies-as-extras_require-in-setup…
JMBurley 897d98d
rebundle under extras_require `recommended`
JMBurley 3cbcba6
[options.extras_require] bundled dependencies by featureset
JMBurley 80842b1
note: [options.extras_require] bundled dependencies by featureset
JMBurley 3ea0779
Merge branch 'main' into add-recommended-dependencies-as-extras_requi…
JMBurley 0027238
Update setup.cfg
JMBurley 9f2beee
add adlfs for azure to `access data in cloud`
JMBurley 331423d
fix extras_require: PyTables is actually `tables` on PyPi
JMBurley afc89a0
Update setup.cfg
JMBurley 1a86f0c
add `all` option to [options.extras_require]
JMBurley d0d87ea
moved changelog to 1.4.4 as 1.4.3 released while this PR was stalled
JMBurley 1086835
Merge branch 'main' into add-recommended-dependencies-as-extras_requi…
JMBurley 98f4b12
Updated to 1.5.0 compliance
JMBurley 48c1f87
Merge branch 'main' into add-recommended-dependencies-as-extras_requi…
JMBurley aab9546
simplify sql option names
JMBurley eb461ac
extras rename: recommended -> performance
JMBurley 1a277b5
remove azure
JMBurley f39af49
align with actions-38-minimum_versions.yaml
JMBurley f2238be
Pandas -> pandas in doc
JMBurley 4c10b07
extras rename: s3 -> aws
JMBurley ba22552
extras rename: table -> output_formatting
JMBurley c0ea86b
Merge branch 'add-recommended-dependencies-as-extras_require-in-setup…
JMBurley 2093dac
Merge branch 'main' into add-recommended-dependencies-as-extras_requi…
JMBurley 601b3af
bug: `>=` not `=`
JMBurley afda3dc
Apply suggestions from code review
JMBurley ab41dfb
align 1.5.0.rst to latest extras_require updates
JMBurley 9b9e7b6
1.5.0.rst example updated to use valid extras
JMBurley eb0d7ae
Merge branch 'main' into add-recommended-dependencies-as-extras_requi…
JMBurley 096bef9
add optional dep mgmt instructions to install.rst
JMBurley 4f7d9d1
lint scipy optional import
JMBurley cf01608
Apply suggestions from code review
JMBurley b081521
detailed extras guidance in install.rst
JMBurley 87006bb
_optional.py note to keep track of setup.cfg
JMBurley 404b215
bug: indent after bullet in install.rst
JMBurley e99e97d
remove numba from computation extra.
JMBurley 16310c2
Merge branch 'main' into add-recommended-dependencies-as-extras_requi…
JMBurley 99f3125
Backport PR #48197 on branch 1.5.x (DOC: Cleanup 1.5 whatsnew) (#48228)
meeseeksmachine ef3d6b0
Backport PR #48232 on branch 1.5.x (CI: Ensure jobs run on 1.5.x bran…
meeseeksmachine 5ae1898
Backport PR #48180 on branch 1.5.x (CI: Switch to large for circleci)…
meeseeksmachine 992cfcd
Backport PR #48245 on branch 1.5.x (CI: Skip test_round_sanity tests …
meeseeksmachine 9b4eb54
Backport PR #48240 on branch 1.5.x (Fix mypy erroring on backport bra…
meeseeksmachine 7313da5
Backport PR #48215 on branch 1.5.x (REGR: properly update DataFrame c…
meeseeksmachine f46704c
Backport PR #48272 on branch 1.5.x (CI: Require s3fs greater than min…
meeseeksmachine 97cf8e2
Backport PR #48299 on branch 1.5.x (Bump s3fs to 2021.08.00) (#48305)
meeseeksmachine 3ca5773
Backport PR #48027 on branch 1.5.x (ENH: Support masks in groupby pro…
meeseeksmachine 46f7167
Backport PR #47762 on branch 1.5.x (REGR: preserve reindexed array ob…
meeseeksmachine c469b59
Backport PR #48246 on branch 1.5.x (REGR: iloc not possible for spars…
meeseeksmachine 1196b8d
Backport PR #48314 on branch 1.5.x (DOC: v1.4.4 release date and tidy…
meeseeksmachine 9115f68
Backport PR #48301 on branch 1.5.x (DEPR: Deprecate positional argume…
meeseeksmachine c65dc3c
Backport PR #48214 on branch 1.5.x (WEB: Removing links to pdf versio…
meeseeksmachine 401c32b
Backport PR #48159 on branch 1.5.x (TST: Fix interchange/plotting/gro…
meeseeksmachine 31de945
Backport PR #48324 on branch 1.5.x (BUG: Add note in whatsnew for Dat…
meeseeksmachine 5987b63
Backport PR #48336 on branch 1.5.x (DOC: Add whatsnew note for #45404…
meeseeksmachine f0b0630
Backport PR #48254 on branch 1.5.x (REF: avoid FutureWarning about us…
meeseeksmachine e77e7c1
Backport PR #48334 on branch 1.5.x (BUG: read_html(extract_links=all)…
meeseeksmachine 304cca1
Backport PR #48265 on branch 1.5.x (CI: Setting up ssh key to upload …
meeseeksmachine 74ee2d2
Backport PR #48381 on branch 1.5.x (CI: Pin mambaforge image) (#48401)
meeseeksmachine bccc060
Backport PR #48229 on branch 1.5.x (TST: Test Nullable int floordiv b…
meeseeksmachine e6f5022
Backport PR #48414 on branch 1.5.x (DOC: Add deprecation to is_catego…
meeseeksmachine b98bdb7
Backport PR #48264 on branch 1.5.x (BUG: ArrowExtensionArray._from_* …
meeseeksmachine 5616243
Backport PR #48411 on branch 1.5.x (REGR: get_loc for ExtensionEngine…
meeseeksmachine c5a598a
Backport PR #48419 on branch 1.5.x (BUG: ensure to return writable bu…
meeseeksmachine 3fd62c4
Backport PR #48444 on branch 1.5.x (CI: Pin ipython version) (#48449)
meeseeksmachine 4226f42
Backport PR #48380 on branch 1.5.x (DOC: Clarify that objects dtype t…
meeseeksmachine 045e9e4
Manual Backport PR #48427 on branch 1.5.x (BLD: Refactor Dockerfile t…
mroeschke 0f8bece
Backport PR #48426 on branch 1.5.x (BUG: Column.size should be a meth…
meeseeksmachine ba3494c
Backport PR #48398 on branch 1.5.x (WARN: Avoid FutureWarnings in tes…
meeseeksmachine 5eedd75
Backport PR #48416 on branch 1.5.x (REF: ensure to apply suffixes bef…
meeseeksmachine 54c1aa2
Backport PR #48354 on branch 1.5.x (CI: Bump timeout to 180 minutes) …
meeseeksmachine fca63e9
Backport PR #48472 on branch 1.5.x (PERF: keep using ObjectEngine for…
meeseeksmachine ad087f5
Backport PR #48473 on branch 1.5.x (REGR: .describe on unsigned dtype…
meeseeksmachine e6a014f
Backport PR #48443 on branch 1.5.x (BUG: Fix pyarrow groupby tests) …
phofl 2a51062
Backport PR #48490 on branch 1.5.x (CI: Use -j1 for python-dev build …
meeseeksmachine b6e5132
Manual Backport PR #48428 on branch 1.5.x (BUG/TST: fix a bunch of ar…
mroeschke 5817209
Backport PR #48525 on branch 1.5.x (CI: Fix py311 builds different ex…
meeseeksmachine ecc8ab4
Backport PR #48489 on branch 1.5.x (BUG: fix test_arrow.py tests) (#4…
meeseeksmachine e020bb6
Backport PR #48543 on branch 1.5.x (DOC: Update footer and include OV…
meeseeksmachine e5ab0ab
Manual Backport PR #48417 on branch 1.5.x (Revert set_index inplace a…
mroeschke f51c2a0
Backport PR #48550 on branch 1.5.x (TST: remove 2D tests irrelevant f…
meeseeksmachine b160966
Backport PR #48556 on branch 1.5.x (DOC: Fix docs footer) (#48558)
meeseeksmachine 307ce80
Backport PR #48562 on branch 1.5.x (TST: Testing that no warnings are…
meeseeksmachine 6ee47f9
Backport PR #48563 on branch 1.5.x (DOC: Fix read_sas 1.5 release not…
meeseeksmachine 19a3f5a
Backport PR #48539 on branch 1.5.x (REGR: groupby doesn't identify nu…
meeseeksmachine 1fb8811
Backport PR #48555 on branch 1.5.x (DEPR: Series.astype(np.datetime64…
meeseeksmachine 9e8d859
Backport PR #48557 on branch 1.5.x (WEB: Add new footer to web) (#48571)
meeseeksmachine 27fd6c6
Backport PR #48285 on branch 1.5.x (WEB: Unpin pydata sphinx theme) (…
meeseeksmachine 3f91207
Backport PR #48572 on branch 1.5.x (DOC: Fixing styles for the dark t…
meeseeksmachine dfc00bf
Backport PR #48397 on branch 1.5.x (WARN: Remove false positive warni…
meeseeksmachine aabf659
Backport PR #48587 on branch 1.5.x (Fix `series.str.startswith(tuple)…
meeseeksmachine 4fbb055
Backport PR #48601 on branch 1.5.x (CI: Fix matplolib release issues)…
meeseeksmachine f83e2fe
Backport PR #48623 on branch 1.5.x (REGR/DOC: Docs left navbar broke)…
meeseeksmachine e726483
Backport PR #48619 on branch 1.5.x (REGR: Loc.setitem with enlargemen…
meeseeksmachine ecc700c
Backport PR #48627 on branch 1.5.x (DOC: Last changes to release note…
meeseeksmachine 87cfe4e
RLS: 1.5.0
7dae3a4
Backport PR #48642 on branch 1.5.x (DOC: Add release notes for 1.5.1)…
meeseeksmachine 690f641
Backport PR #48639 on branch 1.5.x (CI: Fix directory name for publis…
meeseeksmachine e707814
Backport PR #48651 on branch 1.5.x (REGR: TextIOWrapper raising an er…
meeseeksmachine 05ce6dc
Backport PR #48599 on branch 1.5.x (DOC: Add deprecation infos to dep…
meeseeksmachine 8b6b5b4
Backport PR #48620 on branch 1.5.x (REGR: Performance decrease in fac…
meeseeksmachine 7cbc9f4
Backport PR #48711 on branch 1.5.x (REGR: Regression in DataFrame.loc…
meeseeksmachine a10837b
Backport PR #48696 on branch 1.5.x (REGR: to_hdf raising AssertionErr…
meeseeksmachine 98b8aa0
Backport PR #48734 on branch 1.5.x (REGR: Raise on invalid colormap f…
meeseeksmachine eb29839
Backport PR #48713 on branch 1.5.x (BUG: pivot_table raising Future W…
meeseeksmachine 4449a8a
Backport PR #48703 on branch 1.5.x (Added theme_switcher ) (#48741)
meeseeksmachine b28b5c4
Backport PR #48697 on branch 1.5.x (REGR: None converted to NaN when …
meeseeksmachine 486fe15
Backport PR #48702 on branch 1.5.x (REGR: dropna affects observed in …
meeseeksmachine 2dfbe0c
Backport PR #48782 on branch 1.5.x (REGR: describe raising when resul…
meeseeksmachine b0bfbee
Backport PR #48662 on branch 1.5.x (BUG: Series.getitem not falling b…
meeseeksmachine ff7280b
Backport PR #48751 on branch 1.5.x (WEB: Update link to datapythonist…
meeseeksmachine ae20b63
Backport PR #48608 on branch 1.5.x (REGR: assert_index_equal raising …
meeseeksmachine 9e95b20
Backport PR #48785 on branch 1.5.x (BUG: still emitting unnecessary F…
meeseeksmachine ecf056b
Backport PR #48693 on branch 1.5.x (ENH: Make deprecate_nonkeyword_ar…
meeseeksmachine a46ae6e
Backport PR #48579 on branch 1.5.x (BUG: Fix calling groupBy(...).app…
rhshadrach 2e3a40a
Backport PR #48760 on branch 1.5.x (REGR: groupby.size with axis=1 do…
rhshadrach 7078607
Backport PR #48820 on branch 1.5.x (BUG: to_datetime(format='...%f') …
phofl 2d9e080
Backport PR #48850 on branch 1.5.x (TYP: Fix typing errors caused by …
phofl dfe0e55
Backport PR #48790 on branch 1.5.x (Created icons for dark theme) (#4…
meeseeksmachine e656091
Backport PR #48805 on branch 1.5.x (Added padding and fixed columns f…
meeseeksmachine 96be757
Backport PR #48866 on branch 1.5.x (REGR: replace replacing wrong val…
meeseeksmachine 98948fc
Backport PR #48853 on branch 1.5.x (REGR: Avoid unnecessary warning w…
meeseeksmachine c91e603
Backport PR #48833 on branch 1.5.x (BUG: ArrowExtensionArray compared…
meeseeksmachine c7e36af
Backport PR #48686 on branch 1.5.x (BUG: to_datetime(tz_mix, utc=True…
meeseeksmachine a1b3880
Backport PR #48736 on branch 1.5.x ( BUG: AttributeError: 'function' …
phofl 278c182
Backport PR #48797 on branch 1.5.x (REGR: fix df.apply with keyword n…
phofl fdbc9ed
add pandas[foo] throughout to explain the optional extras process
JMBurley 952bd50
extend optional_extra`all` to cover tests and redundant packages
JMBurley 1aa9353
add tzdata from pandas 1.5.0
JMBurley 5500240
Merge remote-tracking branch 'upstream/1.5.x' into add-recommended-de…
JMBurley dc64923
move summary to latest whatsnew doc
JMBurley f0c47b2
Merge branch 'main' into add-recommended-dependencies-as-extras_requi…
JMBurley 9b1f836
Merge branch 'main' into add-recommended-dependencies-as-extras_requi…
JMBurley a833978
explicitly pair packages to optional_extra in installs
JMBurley 19545a2
fix sphinx errors in install.rst
JMBurley 7abd969
add: pytest-asyncio>=0.19.0
JMBurley de0a0f4
fsspec note
JMBurley e01d2b6
repin pytest-asyncio>=0.17.0
JMBurley fe6f8b0
move summary from whatsnew/v1.5.1 to v1.6.0
JMBurley 90a49cc
Merge branch 'main' into add-recommended-dependencies-as-extras_requi…
JMBurley e0bd407
linting
JMBurley 95f34f6
Merge branch 'main' into add-recommended-dependencies-as-extras_requi…
JMBurley 6ee2645
Add `clipboard` as optional extra
JMBurley b34b976
Merge branch 'main' into add-recommended-dependencies-as-extras_requi…
JMBurley 381e31f
Merge branch 'main' into add-recommended-dependencies-as-extras_requi…
JMBurley 634f232
Merge branch 'main' into add-recommended-dependencies-as-extras_requi…
JMBurley 2037546
Review comments
JMBurley daca2ba
remove unneeded comment
JMBurley 803ebde
Merge branch 'main' into add-recommended-dependencies-as-extras_requi…
JMBurley dde3704
Merge branch 'main' into add-recommended-dependencies-as-extras_requi…
JMBurley 11a9c37
fix: leave 1.5.1.rst unchanged by this PR
JMBurley 5811949
Update doc/source/whatsnew/v1.5.1.rst
JMBurley d42b8d4
Merge branch 'main' into add-recommended-dependencies-as-extras_requi…
JMBurley 0104da7
Merge branch 'main' into add-recommended-dependencies-as-extras_requi…
JMBurley 4e2646b
Merge branch 'main' into add-recommended-dependencies-as-extras_requi…
JMBurley 675a64f
pyarrow bump 1.0.1 -> 6.0.0
JMBurley 7f6b477
Merge branch 'main' into add-recommended-dependencies-as-extras_requi…
JMBurley File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.