Skip to content

Commit d7fe724

Browse files
authored
2.2.1dev (#81)
1 parent 7551efc commit d7fe724

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+978
-388
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/source/modules.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ The current release includes the following modules, with each containing a numbe
1515
geom
1616
text
1717
dbms
18+
viz
1819

1920
.. toctree::
2021
:maxdepth: 2
@@ -27,3 +28,4 @@ The current release includes the following modules, with each containing a numbe
2728
geom
2829
text
2930
dbms
31+
viz

docs/source/ops.rst

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,8 @@ Basic data manipulation
5353
swap_cols
5454
swap_rows
5555
np_shift
56-
57-
.. rubric:: Graph plotting
58-
.. autosummary::
59-
:toctree: _generated/
60-
:template: function.rst
61-
62-
cmap_discretisation
63-
colour_bar_index
56+
downcast_numeric_columns
57+
flatten_columns
6458

6559
Web data manipulation
6660
---------------------

docs/source/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
furo==2024.8.6
2-
pandas==2.2.3
2+
pandas==2.3.0
33
psycopg2==2.9.10
44
pyproj==3.7.1
5-
shapely==2.0.7
5+
shapely==2.1.1
66
sphinx-copybutton==0.5.2
7-
sphinx-new-tab-link==0.7.0
7+
sphinx-new-tab-link==0.8.0
88
sphinx-toggleprompt==0.6.0
9-
sqlalchemy==2.0.39
9+
sqlalchemy==2.0.41

docs/source/text.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Textual data (pre)processing
1515
:toctree: _generated/
1616
:template: function.rst
1717

18+
clean_html_text
1819
remove_punctuation
1920
get_acronym
2021
split_on_uppercase

0 commit comments

Comments
 (0)