Skip to content

Commit 50949b0

Browse files
authored
Update docs: setup deps for algolia, modify pandera banner, fix API ref (#1741)
* fix typing docs Signed-off-by: cosmicBboy <[email protected]> * add algolia docsearch to docs Signed-off-by: cosmicBboy <[email protected]> * clean up docs, dont use algolia yet Signed-off-by: cosmicBboy <[email protected]> --------- Signed-off-by: cosmicBboy <[email protected]>
1 parent 184fbef commit 50949b0

31 files changed

+828
-696
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -274,4 +274,4 @@ consider citing the **paper** and/or **software package**.
274274
## License and Credits
275275

276276
`pandera` is licensed under the [MIT license](license.txt) and is written and
277-
maintained by Niels Bantilan (niels@pandera.ci)
277+
maintained by Niels Bantilan (niels@union.ai)

ci/requirements-py3.10-pandas1.5.3-pydantic1.10.11.txt

+18-16
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ beautifulsoup4==4.12.3
3333
black==24.4.2
3434
build==1.2.1
3535
# via asv
36-
certifi==2024.6.2
36+
certifi==2024.7.4
3737
# via
3838
# httpcore
3939
# httpx
@@ -65,7 +65,7 @@ comm==0.2.2
6565
# via ipykernel
6666
commonmark==0.9.1
6767
# via recommonmark
68-
coverage==7.5.4
68+
coverage==7.6.0
6969
# via pytest-cov
7070
dask==2024.2.1
7171
# via distributed
@@ -88,7 +88,7 @@ docutils==0.21.2
8888
# sphinx
8989
email-validator==2.2.0
9090
# via fastapi
91-
exceptiongroup==1.2.1
91+
exceptiongroup==1.2.2
9292
# via
9393
# anyio
9494
# hypothesis
@@ -131,8 +131,8 @@ httptools==0.6.1
131131
# via uvicorn
132132
httpx==0.27.0
133133
# via fastapi
134-
hypothesis==6.104.2
135-
identify==2.5.36
134+
hypothesis==6.108.0
135+
identify==2.6.0
136136
# via pre-commit
137137
idna==3.7
138138
# via
@@ -180,7 +180,7 @@ jinja2==3.1.4
180180
joblib==1.4.2
181181
json5==0.9.25
182182
# via asv
183-
jsonschema==4.22.0
183+
jsonschema==4.23.0
184184
# via
185185
# frictionless
186186
# nbformat
@@ -256,7 +256,7 @@ nbformat==5.10.4
256256
# nbclient
257257
nest-asyncio==1.6.0
258258
# via ipykernel
259-
nh3==0.2.17
259+
nh3==0.2.18
260260
# via readme-renderer
261261
nodeenv==1.9.1
262262
# via pre-commit
@@ -304,7 +304,7 @@ petl==1.7.15
304304
# via frictionless
305305
pexpect==4.9.0
306306
# via ipython
307-
pip==24.1.1
307+
pip==24.1.2
308308
pkginfo==1.10.0
309309
# via twine
310310
platformdirs==4.2.2
@@ -315,7 +315,7 @@ platformdirs==4.2.2
315315
# virtualenv
316316
pluggy==1.5.0
317317
# via pytest
318-
polars==1.0.0
318+
polars==1.1.0
319319
pre-commit==3.7.1
320320
prompt-toolkit==3.0.47
321321
# via ipython
@@ -389,8 +389,8 @@ pyzmq==26.0.3
389389
# via
390390
# ipykernel
391391
# jupyter-client
392-
ray==2.31.0
393-
readme-renderer==43.0
392+
ray==2.32.0
393+
readme-renderer==44.0
394394
# via twine
395395
recommonmark==0.7.1
396396
referencing==0.35.1
@@ -414,12 +414,12 @@ rich==13.7.1
414414
# via
415415
# twine
416416
# typer
417-
rpds-py==0.18.1
417+
rpds-py==0.19.0
418418
# via
419419
# jsonschema
420420
# referencing
421421
scipy==1.14.0
422-
shapely==2.0.4
422+
shapely==2.0.5
423423
# via geopandas
424424
shellingham==1.5.4
425425
# via typer
@@ -452,11 +452,13 @@ sphinx==7.3.7
452452
# sphinx-basic-ng
453453
# sphinx-copybutton
454454
# sphinx-design
455+
# sphinx-docsearch
455456
sphinx-autodoc-typehints==1.14.1
456457
sphinx-basic-ng==1.0.0b2
457458
# via furo
458459
sphinx-copybutton==0.5.2
459460
sphinx-design==0.6.0
461+
sphinx-docsearch==0.0.7
460462
sphinxcontrib-applehelp==1.0.8
461463
# via sphinx
462464
sphinxcontrib-devhelp==1.0.6
@@ -497,7 +499,7 @@ tomli==2.0.1
497499
# pylint
498500
# pytest
499501
# sphinx
500-
tomlkit==0.12.5
502+
tomlkit==0.13.0
501503
# via pylint
502504
toolz==0.12.1
503505
# via
@@ -530,7 +532,7 @@ types-pkg-resources==0.1.3
530532
types-pytz==2024.1.0.20240417
531533
# via pandas-stubs
532534
types-pyyaml==6.0.12.20240311
533-
types-requests==2.32.0.20240622
535+
types-requests==2.32.0.20240712
534536
typing-extensions==4.12.2
535537
# via
536538
# anyio
@@ -559,7 +561,7 @@ uvicorn==0.30.1
559561
# via fastapi
560562
uvloop==0.19.0
561563
# via uvicorn
562-
validators==0.29.0
564+
validators==0.32.0
563565
# via frictionless
564566
virtualenv==20.26.3
565567
# via

ci/requirements-py3.10-pandas1.5.3-pydantic2.3.0.txt

+18-16
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ beautifulsoup4==4.12.3
3535
black==24.4.2
3636
build==1.2.1
3737
# via asv
38-
certifi==2024.6.2
38+
certifi==2024.7.4
3939
# via
4040
# httpcore
4141
# httpx
@@ -67,7 +67,7 @@ comm==0.2.2
6767
# via ipykernel
6868
commonmark==0.9.1
6969
# via recommonmark
70-
coverage==7.5.4
70+
coverage==7.6.0
7171
# via pytest-cov
7272
dask==2024.2.1
7373
# via distributed
@@ -90,7 +90,7 @@ docutils==0.21.2
9090
# sphinx
9191
email-validator==2.2.0
9292
# via fastapi
93-
exceptiongroup==1.2.1
93+
exceptiongroup==1.2.2
9494
# via
9595
# anyio
9696
# hypothesis
@@ -133,8 +133,8 @@ httptools==0.6.1
133133
# via uvicorn
134134
httpx==0.27.0
135135
# via fastapi
136-
hypothesis==6.104.2
137-
identify==2.5.36
136+
hypothesis==6.108.0
137+
identify==2.6.0
138138
# via pre-commit
139139
idna==3.7
140140
# via
@@ -182,7 +182,7 @@ jinja2==3.1.4
182182
joblib==1.4.2
183183
json5==0.9.25
184184
# via asv
185-
jsonschema==4.22.0
185+
jsonschema==4.23.0
186186
# via
187187
# frictionless
188188
# nbformat
@@ -258,7 +258,7 @@ nbformat==5.10.4
258258
# nbclient
259259
nest-asyncio==1.6.0
260260
# via ipykernel
261-
nh3==0.2.17
261+
nh3==0.2.18
262262
# via readme-renderer
263263
nodeenv==1.9.1
264264
# via pre-commit
@@ -306,7 +306,7 @@ petl==1.7.15
306306
# via frictionless
307307
pexpect==4.9.0
308308
# via ipython
309-
pip==24.1.1
309+
pip==24.1.2
310310
pkginfo==1.10.0
311311
# via twine
312312
platformdirs==4.2.2
@@ -317,7 +317,7 @@ platformdirs==4.2.2
317317
# virtualenv
318318
pluggy==1.5.0
319319
# via pytest
320-
polars==1.0.0
320+
polars==1.1.0
321321
pre-commit==3.7.1
322322
prompt-toolkit==3.0.47
323323
# via ipython
@@ -393,8 +393,8 @@ pyzmq==26.0.3
393393
# via
394394
# ipykernel
395395
# jupyter-client
396-
ray==2.31.0
397-
readme-renderer==43.0
396+
ray==2.32.0
397+
readme-renderer==44.0
398398
# via twine
399399
recommonmark==0.7.1
400400
referencing==0.35.1
@@ -418,12 +418,12 @@ rich==13.7.1
418418
# via
419419
# twine
420420
# typer
421-
rpds-py==0.18.1
421+
rpds-py==0.19.0
422422
# via
423423
# jsonschema
424424
# referencing
425425
scipy==1.14.0
426-
shapely==2.0.4
426+
shapely==2.0.5
427427
# via geopandas
428428
shellingham==1.5.4
429429
# via typer
@@ -456,11 +456,13 @@ sphinx==7.3.7
456456
# sphinx-basic-ng
457457
# sphinx-copybutton
458458
# sphinx-design
459+
# sphinx-docsearch
459460
sphinx-autodoc-typehints==1.14.1
460461
sphinx-basic-ng==1.0.0b2
461462
# via furo
462463
sphinx-copybutton==0.5.2
463464
sphinx-design==0.6.0
465+
sphinx-docsearch==0.0.7
464466
sphinxcontrib-applehelp==1.0.8
465467
# via sphinx
466468
sphinxcontrib-devhelp==1.0.6
@@ -501,7 +503,7 @@ tomli==2.0.1
501503
# pylint
502504
# pytest
503505
# sphinx
504-
tomlkit==0.12.5
506+
tomlkit==0.13.0
505507
# via pylint
506508
toolz==0.12.1
507509
# via
@@ -534,7 +536,7 @@ types-pkg-resources==0.1.3
534536
types-pytz==2024.1.0.20240417
535537
# via pandas-stubs
536538
types-pyyaml==6.0.12.20240311
537-
types-requests==2.32.0.20240622
539+
types-requests==2.32.0.20240712
538540
typing-extensions==4.12.2
539541
# via
540542
# anyio
@@ -564,7 +566,7 @@ uvicorn==0.30.1
564566
# via fastapi
565567
uvloop==0.19.0
566568
# via uvicorn
567-
validators==0.29.0
569+
validators==0.32.0
568570
# via frictionless
569571
virtualenv==20.26.3
570572
# via

0 commit comments

Comments
 (0)