Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
5 changes: 5 additions & 0 deletions CHANGELOGS.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
Change Logs
===========

0.6.0
+++++

0.5.0
+++++

* :pr:`87`: add dependency on tqdm, add read_csv_cached
* :pr:`81`: remove dependency on blockdiag
* :pr:`66`: add dependency on patsy in requirements-dev.txt for new content

0.4.0
Expand Down
8 changes: 7 additions & 1 deletion _doc/articles/2026/2026-03-15-route2026-ml.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ site web : `sdpython.github.io <https://sdpython.github.io/>`_

Autres sites :

* Python pour la data science <https://pythonds.linogaliana.fr/>`_ (Lino Galiana - ENSAE)
* `Python pour la data science <https://pythonds.linogaliana.fr/>`_ (Lino Galiana - ENSAE)

Fonctions utiles:

Expand All @@ -38,6 +38,12 @@ Séance 1 (6/2)
* utilisation de ChatGPT, Gemini (et autres...), retour d'expérience
* et ensuite...

*problème*

Peut-on prédire le nombre de condidatures en 2026 pour chaque établissement ?

:ref:`Données parcours-sup 2021-2025 <nbl-practice-years-2026-parcoursup_2026>`

Séance 2 (13/2)
===============

Expand Down
3 changes: 2 additions & 1 deletion _doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,5 @@ Le contenu est sur `github <https://github.com/sdpython/teachpyx/>`_.
Older versions
++++++++++++++

* `0.3.1 <../v0.3.1/index.html>`_
* `0.6.0 <../v0.6.0/index.html>`_
* `0.5.0 <../v0.5.0/index.html>`_
1 change: 1 addition & 0 deletions _doc/practice/years/2023/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

.. toctree::
:maxdepth: 1
:caption: python

editdist
pivot_gauss
Expand Down
1 change: 1 addition & 0 deletions _doc/practice/years/2025/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

.. toctree::
:maxdepth: 1
:caption: python

seance1_point2d
seance4_algo
Expand Down
10 changes: 10 additions & 0 deletions _doc/practice/years/2026/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.. _l-notebook-2026:

2026 : notebooks créés en séances
=================================

.. toctree::
:maxdepth: 1
:caption: machine learning

parcoursup_2026
Loading