Skip to content

Commit 0cbc366

Browse files
committed
doc
1 parent af9baf2 commit 0cbc366

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

_doc/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,5 @@ Le contenu est sur `github <https://github.com/sdpython/teachpyx/>`_.
7979
Older versions
8080
++++++++++++++
8181

82-
* `0.3.1 <../v0.3.1/index.html>`_
82+
* `0.6.0 <../v0.6.0/index.html>`_
83+
* `0.5.0 <../v0.5.0/index.html>`_

teachpyx/tools/pandas.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ def read_csv_cached(
3333
:param ignore_cache: ignore the cache, overwrites it if it exists
3434
:param kwargs: other argument for :func:`pandas.read_csv`
3535
:return: dataframe
36+
37+
.. versionadded:: 0.5.0
3638
"""
3739
cache_dir = Path.home() / ".cache" / "teachpyx" / "pandas"
3840
cache_dir.mkdir(parents=True, exist_ok=True)

0 commit comments

Comments
 (0)