8000 ENH: add NDArrayBackedExtensionArray to public API by tswast · Pull Request #45544 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

ENH: add NDArrayBackedExtensionArray to public API #45544

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

Closed
wants to merge 31 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
1f93779
ENH: add NDArrayBackedExtensionArray to public API
tswast Jan 21, 2022
522b548
add whatsnew
tswast Jan 21, 2022
ee4e23d
Merge branch 'main' into python-db-dtypes-pandas-issue28
jreback Jan 23, 2022
945f840
add NDArrayBackedExtensionArray to pandas.core.arrays.__init__
tswast Jan 24, 2022
721ae11
add tests for extensions api
tswast Jan 24, 2022
ae68f9d
add docs
tswast Jan 24, 2022
05d0e08
Merge remote-tracking branch 'upstream/main' into python-db-dtypes-pa…
tswast Jan 24, 2022
1ad0338
Merge remote-tracking branch 'origin/python-db-dtypes-pandas-issue28'…
tswast Jan 24, 2022
38113c8
add autosummary for methods and attributes
tswast Jan 24, 2022
18ec784
remove unreferenced methods from docs
tswast Jan 24, 2022
2919f60
fix docstrings
tswast Jan 25, 2022
0c52366
Merge remote-tracking branch 'upstream/main' into python-db-dtypes-pa…
tswast Jan 25, 2022
319ac2b
use doc decorator
tswast Jan 26, 2022
8513863
add code samples and reference to test suite
tswast Jan 26, 2022
5309895
Merge remote-tracking branch 'upstream/main' into python-db-dtypes-pa…
tswast Jan 26, 2022
827f483
Merge branch 'main' into python-db-dtypes-pandas-issue28
jreback Mar 19, 2022
2cd9b31
Merge remote-tracking branch 'upstream/main' into python-db-dtypes-pa…
tswast Apr 6, 2022
cc75eda
add missing methods to extension docs
tswast Apr 6, 2022
8000
ca323bb
Merge remote-tracking branch 'origin/python-db-dtypes-pandas-issue28'…
tswast Apr 6, 2022
bfd31f0
Merge branch 'main' into python-db-dtypes-pandas-issue28
tswast Apr 7, 2022
396da54
Merge branch 'main' into python-db-dtypes-pandas-issue28
jreback Apr 10, 2022
27cf80e
Merge branch 'main' into python-db-dtypes-pandas-issue28
tswast May 20, 2022
c716826
Merge branch 'main' into python-db-dtypes-pandas-issue28
tswast Jun 7, 2022
f4df0e9
Merge branch 'main' into python-db-dtypes-pandas-issue28
tswast Aug 25, 2022
8876b9a
clarify _validate_searchsorted_value and 2d backing array
tswast Aug 26, 2022
1bdd1cd
Merge branch 'main' into python-db-dtypes-pandas-issue28
tswast Aug 29, 2022
4b0a948
Merge remote-tracking branch 'upstream/main' into python-db-dtypes-pa…
tswast Nov 22, 2022
5920778
Merge branch 'python-db-dtypes-pandas-issue28' of github.com:tswast/p…
tswast Nov 22, 2022
38018e6
DOC: make insert docstring have single line summary
tswast Nov 23, 2022
9277cf5
Merge remote-tracking branch 'upstream/main' into python-db-dtypes-pa…
tswast Nov 23, 2022
0b86bd5
Merge branch 'main' into python-db-dtypes-pandas-issue28
tswast Nov 28, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5B01
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'upstream/main' into python-db-dtypes-pa…
…ndas-issue28
  • Loading branch information
tswast committed Jan 26, 2022
commit 53098959373ad708305c4ee19c14f4d255725b6c

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.

0