Skip to content

Releases: QuantEcon/lecture-python-programming

PUBLISH: 26th Jan 2023

25 Jan 23:25
d27d526

Choose a tag to compare

[More Language Features] Adding * Operators (#258)

* add splat

* update examples

* redo examples

* Add more explanations

* simplify code

* fill in more details

* fix typos

* update examples

* update comments

* GBM version

* A simpler example

* update wordings

* change the parameter slightly

* delete l.356

Co-authored-by: Yang, Humphrey (Data61, Clayton) <Humphrey.Yang@data61.csiro.au>
Co-authored-by: mmcky <mamckay@gmail.com>
Co-authored-by: Humphrey Yang <humphrey.yang@anu.edu.au>

PUBLISH: 13th December 2022

13 Dec 10:30
4b32d03

Choose a tag to compare

ENH: use quantecon custom docker (#256)

* ENH: use quantecon custom docker

* remove anaconda setup

* update tag name

* remove latex and anaconda setup

* Upgrade netlify to v2

* Migrate cache, preview and publish to use qe docker

* add simple execution change

* Revert "add simple execution change"

This reverts commit ed32a2cc837ed20d5cfc89bda536643ba557e292.

PUBLISH: 12th December 2022 (B)

12 Dec 02:19

Choose a tag to compare

publish-2022dec12b

MAINT: provide access to git for publish workflow

PUBLISH: 12th December 2022

12 Dec 01:15
29266fd

Choose a tag to compare

publish-2022dec12

MAINT: Improve LaTeX Configuration (#259)

2022 Dec 03

03 Dec 05:46
3d6b065

Choose a tag to compare

Merge pull request #253 from QuantEcon/add-with

[pthon_essentials] Adding context managers (with statements)

PUBLISH: 15th November 2022

15 Nov 10:15
6b508e1

Choose a tag to compare

publish-2022nov15

[pandas] index already in datetime (#251)

PUBLISH: 02 November 2022 (C)

02 Nov 03:40

Choose a tag to compare

publish-2022nov02c

MAINT: Enable Publishing of Support Notebooks

PUBLISH: 02nd November 2022 (B)

01 Nov 22:23

Choose a tag to compare

publish-2022nov02b

MAINT: Update conda env for notebook sync step

PUBLISH: 02nd November 2022

01 Nov 21:21
5a2d89f

Choose a tag to compare

MAINT: Enable ci to run on pull_request to reduce EC2 usage (#244)

* MAINT: Enable ci to run on pull_request to reduce EC2 usage

* fix typo

PUBLISH: 01st November 2022

01 Nov 06:55

Choose a tag to compare

publish-2022nov01b

TMP: Disable Notebook Publishing for new publish workflow