-
Notifications
You must be signed in to change notification settings - Fork 479
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
New version: AbstractPPL v0.8.0 #103811
New version: AbstractPPL v0.8.0 #103811
Conversation
JuliaRegistrator
commented
Mar 28, 2024
•
edited
Loading
edited
- Registering package: AbstractPPL
- Repository: https://github.com/TuringLang/AbstractPPL.jl
- Created by: @sunxd3
- Version: v0.8.0
- Commit: cc9c8edb0163aa9e57b5934caf1ff347d9962b2b
- Reviewed by: @sunxd3
- Reference: TuringLang/AbstractPPL.jl@cc9c8ed#commitcomment-140487325
- Description: Common types and interfaces for probabilistic programming
* move to Accessors * fix tests * fix test error * add compat * version bump * Update src/varname.jl Co-authored-by: Tor Erlend Fjelde <tor.erlend95@gmail.com> * Update src/varname.jl * remove type piracy in `show` function * fix print behavior * removed composition of a varname to a lens * update doc * remove `Setfield` * add some type stability tests and additional doctests * fix test error * Update src/varname.jl Co-authored-by: Tor Erlend Fjelde <tor.erlend95@gmail.com> * copy functions from Setfield and recover the interpolation abilities * fix some comments --------- Co-authored-by: Tor Erlend Fjelde <tor.erlend95@gmail.com>
Your If you want to prevent this pull request from being auto-merged, simply leave a comment. If you want to post a comment without blocking auto-merging, you must include the text |
UUID: 7a57a42e-76ec-4ea3-a279-07e840d6d9cf Repo: https://github.com/TuringLang/AbstractPPL.jl.git Tree: 8b1588261d97e90de33882f50eb5592cbec430cd Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
37ac80a
to
7b8bdea
Compare
* Update varname.jl * Update Project.toml * use `MacroTools` from `Accessors` * stop using `MacroTools.@capture` * rename test * remove support for composite lens * Apply suggestions from code review Co-authored-by: David Widmann <devmotion@users.noreply.github.com> --------- Co-authored-by: Xianda Sun <sunxdt@gmail.com> Co-authored-by: Xianda Sun <5433119+sunxd3@users.noreply.github.com> Co-authored-by: David Widmann <devmotion@users.noreply.github.com>