Skip to content

Releases: QuantEcon/lecture-python-programming.myst

30th Nov 2024

30 Nov 03:11
b7a0c22
Compare
Choose a tag to compare

What's Changed

  • MAINT: upgrade anaconda=2024.10 by @mmcky in #332
  • MAINT: upgrade latest build software versions by @mmcky in #326

Full Changelog: publish-2024nov04...publish-2024nov30

04th Nov 2024

04 Nov 04:03
fad0903
Compare
Choose a tag to compare

What's Changed

  • ⬆️ Bump conda-incubator/setup-miniconda from 2 to 3 by @dependabot in #327
  • FIX: enable .jupyter_cache to be included in cache runs by @mmcky in #329
  • FIX: fix link in pandas lecture by @mmcky in #331

Full Changelog: publish-2024oct17...publish-2024nov04

17th October 2024

17 Oct 09:45
db84bb6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: publish-2024july30...publish-2024oct17

30th July 2024

30 Jul 03:18
34f00c8
Compare
Choose a tag to compare

What's Changed

Full Changelog: publish-2024jun13...publish-2024july30

13th June 2024

12 Jun 23:26
1a87942
Compare
Choose a tag to compare

What's Changed

  • MAINT: remove %matplotlib inline and contents directives by @mmcky in #313

Full Changelog: publish-2024may03...publish-2024jun13

03rd May 2024

02 May 23:09
fdb7b7c
Compare
Choose a tag to compare

What's Changed

  • MIGRATE: pandas_panel lecture from stats by @mmcky in #310
  • MAINT: Standardized README by @mmcky in #311
  • MAINT: update bibtex to author-year by @mmcky in #312

Full Changelog: publish-2024-march-15...publish-2024may03

Publish 2024 March 15

14 Mar 22:33
5baf08b
Compare
Choose a tag to compare
MAINT: update CI versions + anaconda==2024.02 (#309)

* MAINT: update CI versions + anaconda==2024.02

* TMP: disable cache for full execution check

* add python and conda packages to status page

* Revert "TMP: disable cache for full execution check"

This reverts commit 475490617aeb9d36d65fe0c0c302c6900a1d9fac.

PUBLISH: 21st December 2021

20 Dec 22:55
2937f87
Compare
Choose a tag to compare
publish-2023dec21

MAINT: upgrade quantecon-book-theme==0.7.1 (#301)

PUBLISH: 19th December 2023

19 Dec 03:16
efe322b
Compare
Choose a tag to compare
FIX: Update Numba Lecture to Address Deprecation of `@jit` (#296)

* update a section on type inference.

* update lecture to avoid literal box warning

* check the type of the function

* Update lectures/numba.md

Co-authored-by: mmcky <[email protected]>

* reduce redundancy

* further simplifies descriptions

* fix typos

---------

Co-authored-by: mmcky <[email protected]>

PUBLISH: 11th October 2023

11 Oct 03:35
2c15456
Compare
Choose a tag to compare
MAINT: Upgrade software stack (#292)

* MAINT: Upgrade to python=3.11 and anaconda==2023.09

* fix broken links

* fix the link to positional argument

* TMP: disable cache for fresh build

* Re-enable cache

---------

Co-authored-by: Humphrey Yang <[email protected]>