TuringLang / docs

Documentation and tutorials for the Turing language
https://turinglang.org/docs/tutorials/docs-00-getting-started/
MIT License
225 stars 97 forks source link

Update `init_params` to `initial_params` #432

Closed sunxd3 closed 4 months ago

sunxd3 commented 5 months ago

Ref: https://github.com/TuringLang/Turing.jl/pull/2153

yebai commented 4 months ago

@sunxd3, can you update the environment file to allow the most recent releases of Turing?

devmotion commented 4 months ago

@sunxd3, can you update the environment file to allow the most recent releases of Turing?

I triggered a clean rerun of the UpdateManifests action for a more general update (which might require a few minor fixes in the tutorials though, given that the last update was a while ago): https://github.com/TuringLang/TuringTutorials/pull/434

sunxd3 commented 4 months ago

@devmotion maybe merge this and then run the page buildings?

devmotion commented 4 months ago

Sure, my comment was not intended as a blocker for the PR, just an additional comment related to outdated environments.

yebai commented 4 months ago

Thanks @sunxd3 @devmotion!