Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
update history
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Oct 8, 2021
1 parent 79dad0e commit 05abeeb
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 93 deletions.
183 changes: 91 additions & 92 deletions HISTORY.rst
Expand Up @@ -5,108 +5,107 @@
History
=======

current - 2021-01-04 - 0.00Mb
current - 2021-10-08 - 0.00Mb
=============================

* #107: Puzzle and other things (2021-10-05)
* #104: Links on all notebooks on github are broken. (2021-03-31)
* #106: Update to python 3.9 (2021-01-05)

0.10.3120 - 2021-01-05 - 6.67Mb
===============================

0.9.3079 - 2020-11-09 - 6.67Mb
==============================

* `105`: Add function to add class names to results for ImageNet competition (2020-11-09)
* `103`: Add way to retrieve shapefiles for French departments (2020-10-12)
* `100`: Fix API issue with worldbank (notebook TD2A_eco_les_API.ipynb) (2020-06-25)
* `99`: Fix SVC issues with scikit-learn 0.23 (2020-05-14)
* `98`: Update notebook after update to pandas 1.0 (2020-02-26)
* `81`: Notebook sur openmp (2020-01-30)
* `97`: Notebook sur topk with heap (2019-12-16)
* #105: Add function to add class names to results for ImageNet competition (2020-11-09)
* #103: Add way to retrieve shapefiles for French departments (2020-10-12)
* #100: Fix API issue with worldbank (notebook TD2A_eco_les_API.ipynb) (2020-06-25)
* #99: Fix SVC issues with scikit-learn 0.23 (2020-05-14)
* #98: Update notebook after update to pandas 1.0 (2020-02-26)
* #81: Notebook sur openmp (2020-01-30)
* #97: Notebook sur topk with heap (2019-12-16)

0.9.2894 - 2019-11-05 - 6.65Mb
==============================

* `96`: Fix bug in 2048, see pystrat2048 (2019-11-04)
* `93`: Implémenter la solution de l'énigme des dés + notebook (2019-11-04)
* `94`: Enoncés et corrections du TD noté 2019-2020 (2019-10-22)
* `95`: Fix notebook on tastekid API (url has changed) (2019-10-20)
* #96: Fix bug in 2048, see pystrat2048 (2019-11-04)
* #93: Implémenter la solution de l'énigme des dés + notebook (2019-11-04)
* #94: Enoncés et corrections du TD noté 2019-2020 (2019-10-22)
* #95: Fix notebook on tastekid API (url has changed) (2019-10-20)

0.9.2878 - 2019-10-15 - 6.65Mb
==============================

* `92`: Add notebooks and helpers to load data for students projects (2019-10-15)

0.9.2873 - 2019-09-30 - 6.39Mb
==============================

* `91`: Implements LassoRandomForestRegressor which reduces the number of trees of a random forest (2019-09-30)
* `88`: Fix failing unit test due to the move of the website. (2019-09-30)
* `90`: Notebooks for session 10/3 (2019-09-28)

0.9.2865 - 2019-09-25 - 6.39Mb
==============================

* `89`: Ajout de notebooks sur la sélection de variable appliquée à la sélection d'arbres d'une random forest (2019-09-25)
* `87`: Ajout de notebooks pour la séance du 17/10/2019 (2019-09-14)
* `86`: Implements a random strategy for 2048. (2019-08-25)
* `85`: Simulation d'un pendule (2019-08-11)
* `84`: Modification de la simulation d'une corde pour simuler un pendule (2019-08-11)
* `83`: Préparation pour l'année 2019-2020 (2019-08-10)
* `82`: notebook TD2A_eco_les_API is broken (2019-07-17)
* `80`: removes smopy, not maintained anymore (2019-06-05)
* `77`: corriger le notebook sur le morse (2019-04-18)
* `76`: remove test on splinter (2019-04-06)
* `75`: fix link for chromedriver in install_chromedriver (2019-04-06)
* `74`: remove waffle (deprecated) (2019-03-16)
* `73`: api google plus disappeared, a notebook using it must be changed (2019-03-14)
* `72`: add page on ml visualisation (2019-03-12)
* `71`: fix bad links in FAQ (2019-02-21)
* `70`: publishing fails (2019-02-21)
* `69`: add code to detect a specific pattern in code (2018-12-11)
* `68`: td noté + correction TD noté 2018 (2018-10-23)
* `67`: move velib to ensae_projects (2018-10-14)
* `66`: ajouter un notebook sur SSA (2018-10-14)
* `65`: replaces RandomizedPCA with PCA(svd_solver="randomized") (2018-10-01)
* `64`: terminer la correction sur le clustering (2018-09-30)
* `63`: parler de plotly offline, réduire la taille des notebooks sur la visualisation (2018-09-23)
* `62`: remove any link to cspython (2018-08-24)
* `60`: remove dependency on fastcluster (2018-07-29)
* `40`: ajouter geopandas (2018-07-27)
* `38`: replace basemap by cartopy (2018-07-27)
* `42`: split deep learning, make it a separate package (2018-07-02)
* `59`: fix images on page Tests unitaires, setup et ingéniérie logiciel (correction) (2018-06-08)
* `58`: remove function based on ffmpeg.zip (2018-05-27)
* `57`: fix notebook with pytorch (2018-05-27)
* `56`: remove ggplot (2018-05-24)
* `55`: remove old presentations (2018-05-23)
* `54`: replaces griddata by matplotlib.tri.Triangulation (2018-05-23)
* `53`: remove natgrid (2018-05-23)
* `51`: drops theano (2018-05-22)
* `50`: split magics commands into two files, one with C#, the other one without (2018-05-22)
* `49`: extracts the csharp part in a separate module: csharpy (2018-05-22)
* `48`: remove the custom version of pythonnet and use the official one (2018-05-13)
* `47`: move CategorytoIntegers into mlinsights (2018-05-08)
* `44`: replace open_html_form with ipywidgets (2018-04-19)
* `26`: add content about distributed algorithms (2018-04-17)
* `37`: move notebooks on spark in a new package (2018-04-14)
* `45`: fix version of chromedriver in TD2A_Eco_Web_Scraping (2018-04-01)
* `35`: ajouter quelques notes sur la notion de cout (2018-04-01)
* `22`: add direct link wherever pyensae download data is used (2018-04-01)
* `41`: remove skbase..., moved in papierstat, same for cheat sheets (2018-03-09)
* `36`: iterator correction proposal (RM) (2017-10-03)
* `33`: add notebook on streaming algorithms (2017-08-29)
* `28`: aborder d'autres librairies (2017-08-29)
* `23`: add summary to each notebook for the gallery (2017-08-29)
* `24`: ajouter des algorithmes numériques (2017-08-21)
* `34`: lien vers le bon repo pour l'anonymisation (2017-08-06)
* `31`: rédiger un ou deux notebook sur le traitement du langage (2017-05-05)
* `29`: techniques de webscrapping (2017-05-05)
* `15`: fix seance_5_intro_et_json.html (formatting + json) (2017-02-11)
* `18`: add unit test for notebook eco sql, matplotlib (2016-12-27)
* `12`: intégrer Python pour un économiste (2016-12-27)
* `8`: insister plus sur les algorithmes numériques pour les 1A écos (2016-12-27)
* `21`: Add correct definition for dist array in cython 1a tutorial (2016-10-10)
* `20`: Notebook ac modèles logistiques pour compétition codelab (2016-10-09)
* `17`: seance 2 eco (2016-10-03)
* `14`: Td sql (2016-09-25)
* `11`: @FAQ --> ..faqref (2016-08-04)
* `7`: complete page on industrial processes (2016-08-03)
* `10`: changer le style des zones bloc (2016-08-01)
* `9`: exposé finance, fixer le problème avec les tables d'indicateurs (2016-08-01)
* `6`: parler des annotations (2016-05-01)
* #92: Add notebooks and helpers to load data for students projects (2019-10-15)
* #91: Implements LassoRandomForestRegressor which reduces the number of trees of a random forest (2019-09-30)
* #88: Fix failing unit test due to the move of the website. (2019-09-30)
* #90: Notebooks for session 10/3 (2019-09-28)
* #89: Ajout de notebooks sur la sélection de variable appliquée à la sélection d'arbres d'une random forest (2019-09-25)
* #87: Ajout de notebooks pour la séance du 17/10/2019 (2019-09-14)
* #86: Implements a random strategy for 2048. (2019-08-25)
* #85: Simulation d'un pendule (2019-08-11)
* #84: Modification de la simulation d'une corde pour simuler un pendule (2019-08-11)
* #83: Préparation pour l'année 2019-2020 (2019-08-10)
* #82: notebook TD2A_eco_les_API is broken (2019-07-17)
* #80: removes smopy, not maintained anymore (2019-06-05)
* #77: corriger le notebook sur le morse (2019-04-18)
* #76: remove test on splinter (2019-04-06)
* #75: fix link for chromedriver in install_chromedriver (2019-04-06)
* #74: remove waffle (deprecated) (2019-03-16)
* #73: api google plus disappeared, a notebook using it must be changed (2019-03-14)
* #72: add page on ml visualisation (2019-03-12)
* #71: fix bad links in FAQ (2019-02-21)
* #70: publishing fails (2019-02-21)
* #69: add code to detect a specific pattern in code (2018-12-11)
* #68: td noté + correction TD noté 2018 (2018-10-23)
* #67: move velib to ensae_projects (2018-10-14)
* #66: ajouter un notebook sur SSA (2018-10-14)
* #65: replaces RandomizedPCA with PCA(svd_solver="randomized") (2018-10-01)
* #64: terminer la correction sur le clustering (2018-09-30)
* #63: parler de plotly offline, réduire la taille des notebooks sur la visualisation (2018-09-23)
* #62: remove any link to cspython (2018-08-24)
* #60: remove dependency on fastcluster (2018-07-29)
* #40: ajouter geopandas (2018-07-27)
* #38: replace basemap by cartopy (2018-07-27)
* #42: split deep learning, make it a separate package (2018-07-02)
* #59: fix images on page Tests unitaires, setup et ingéniérie logiciel (correction) (2018-06-08)
* #58: remove function based on ffmpeg.zip (2018-05-27)
* #57: fix notebook with pytorch (2018-05-27)
* #56: remove ggplot (2018-05-24)
* #55: remove old presentations (2018-05-23)
* #54: replaces griddata by matplotlib.tri.Triangulation (2018-05-23)
* #53: remove natgrid (2018-05-23)
* #51: drops theano (2018-05-22)
* #50: split magics commands into two files, one with C#, the other one without (2018-05-22)
* #49: extracts the csharp part in a separate module: csharpy (2018-05-22)
* #48: remove the custom version of pythonnet and use the official one (2018-05-13)
* #47: move CategorytoIntegers into mlinsights (2018-05-08)
* #44: replace open_html_form with ipywidgets (2018-04-19)
* #26: add content about distributed algorithms (2018-04-17)
* #37: move notebooks on spark in a new package (2018-04-14)
* #45: fix version of chromedriver in TD2A_Eco_Web_Scraping (2018-04-01)
* #35: ajouter quelques notes sur la notion de cout (2018-04-01)
* #22: add direct link wherever pyensae download data is used (2018-04-01)
* #41: remove skbase..., moved in papierstat, same for cheat sheets (2018-03-09)
* #36: iterator correction proposal (RM) (2017-10-03)
* #33: add notebook on streaming algorithms (2017-08-29)
* #28: aborder d'autres librairies (2017-08-29)
* #23: add summary to each notebook for the gallery (2017-08-29)
* #24: ajouter des algorithmes numériques (2017-08-21)
* #34: lien vers le bon repo pour l'anonymisation (2017-08-06)
* #31: rédiger un ou deux notebook sur le traitement du langage (2017-05-05)
* #29: techniques de webscrapping (2017-05-05)
* #15: fix seance_5_intro_et_json.html (formatting + json) (2017-02-11)
* #18: add unit test for notebook eco sql, matplotlib (2016-12-27)
* #12: intégrer Python pour un économiste (2016-12-27)
* #8: insister plus sur les algorithmes numériques pour les 1A écos (2016-12-27)
* #21: Add correct definition for dist array in cython 1a tutorial (2016-10-10)
* #20: Notebook ac modèles logistiques pour compétition codelab (2016-10-09)
* #17: seance 2 eco (2016-10-03)
* #14: Td sql (2016-09-25)
* #11: @FAQ --> ..faqref (2016-08-04)
* #7: complete page on industrial processes (2016-08-03)
* #10: changer le style des zones bloc (2016-08-01)
* #9: exposé finance, fixer le problème avec les tables d'indicateurs (2016-08-01)
* #6: parler des annotations (2016-05-01)
2 changes: 1 addition & 1 deletion src/ensae_teaching_cs/__init__.py
Expand Up @@ -11,7 +11,7 @@
if sys.version_info[0] < 3:
raise ImportError("ensae_teaching_cs only works with Python 3")

__version__ = "0.10.3123"
__version__ = "0.10.3243"
__author__ = "Xavier Dupré"
__github__ = "https://github.com/sdpython/ensae_teaching_cs"
__url__ = "http://www.xavierdupre.fr/app/ensae_teaching_cs/helpsphinx/index.html"
Expand Down

0 comments on commit 05abeeb

Please sign in to comment.