-
-
Notifications
You must be signed in to change notification settings - Fork 30
ENH: Update Build Software (jb==1.04) and anaconda=2025.05 #364
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@kp992 would you have time to double check this build looks good on your end? There are a lot of software changes going on here with the various updates. It is looking good to me, but if you spot any regressions that would be useful to know. https://6881a00889e1d06b90fae1ac--epic-agnesi-957267.netlify.app/ |
This reverts commit ca80a0c.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great. Thanks @mmcky. I verified the 3 lecture updates and looks fine to me.
@HumphreyYang @kp992 @bishmaybarik @nisha617 @longye-tian @shlff This lecture build https://6886e2a31960c154a8e4d1d0--epic-agnesi-957267.netlify.app/ has updated the entire software stack including the latest https://6886e2a31960c154a8e4d1d0--epic-agnesi-957267.netlify.app/status.html If you had any time -- would you mind looking at a random lecture and comparing it to the current live lecture equivalent. I have had a good look across the series, but some additional random checks would be really helpful given the extent of the software changes taking place. If you are able, please just post which lecture(s) you took a look at, or let me know if you spot any issues. Thanks. |
Final Task:
|
Hi @mmcky I randomly reviewed lecture ![]() The output also prints the datatype of the values in the preview versions. Not sure if that's a feature we want. |
Hi @mmcky! Lectures 4 and 7 look good to me. |
Hi @mmcky , I checked Lectures 8 and 9. Lecture 8 looks fine to me, however, I think there might be some issues with Lecture 9. I am sharing a screenshot for your reference. ![]() |
@shlff @nisha617 @bishmaybarik -- thank you. Rockstars! Appreciate the help. |
+1 to this. I think this is the new update with latest also nice catch @bishmaybarik on testing it on colab. @mmcky it reminds me of colab CI that we had probably on some lecture series. Should we add the colab CI across all the series and test it every month or week? |
Thanks @kp992
re: re: NumPy Floats I think we should output what |
agreed. It will keep the users updated with the latest changes. |
thanks @bishmaybarik fixed |
This PR
jupyter-book=1.04post1
build, which should be the latest build beforejb2
anaconda==2025.06
which usespython=3.13
the software fixes in
quantecon-book-theme
enables us to use the latest version ofsphinx
withjb1
to give us two pathways for upgrading to the latest anaconda.We will switch to
jb2
once all features we require are supported.This comes packaged with some nice upgrades to the
pdf
around exercises.quantecon.manual
with restrictions around use offigures
nested inside other directives likesolution
andexercise
nodes forpdf
generation. We need to useimage
instead asfigure
causelatex
to fail in the new mini-page environment used for exercises (c526af5)sphinx-tojupyter==0.3.1