Penelope Yong

Results 146 issues of Penelope Yong

## Description - Updates tests to account for v0.16.5 of Latexify.jl. - Removes Julia 1.6 tests on ARM macOS and readds one for Intel macOS, as described in option 2...

This PR: 1. Enables Aqua method ambiguity tests (as per #2290) 2. Creates an `AbstractTransition` abstract type which all the `Transitions` in Turing subtype. 3. Modifies the type signature of...

Hello! The following surface plot (found in the [Plots.jl test suite](https://docs.juliaplots.org/latest/gallery/gr/generated/gr-ref050/#gr_ref050), the same one as in #507) has some spiky artifacts when run with GR 0.73 on macOS. Other operating...

As discussed in https://github.com/TuringLang/Turing.jl/pull/2304, it may be worthwhile implementing an `AbstractTransition` supertype in this library and defining a basic interface that exposes the key information in a transition. Other libraries...

And finally this one, which follows on from https://github.com/dan-t/cabal-lenses/pull/10. I don't think the line of code I changed is being tested, since the SetupConfig tests are not being run. https://github.com/dan-t/cabal-bounds/blob/7bb32cb23bc715c9d405f947ed5704c86dbab768/tests/Main.hs#L63-L67...

Changes for Cabal 3.14 following on from https://github.com/dan-t/cabal-lenses/pull/10. The tests pass, with the exception of those which have hardcoded absolute file paths (`FromExeSrcFilePure.txt`, `FromCabalFilePure.txt`, `FindCabalFilePure.txt`, and `FromLibSrcPure.txt`), for which the...

## Description Calling `Random.seed!` at the top of a notebook doesn't ensure reproducibility of random number generation in other cells; it only works within the same cell that `seed!` is...

This PR bumps DynamicPPL to 0.29. ## Julia This necessitates dropping support for Julia < 1.10 - the last version of SciMLBase to support Julia 1.9 is 2.24.0 - which...

cf. https://github.com/TuringLang/Turing.jl/pull/2347#discussion_r1793176349 We have a number of TODOs in the source code (52 in current Turing.jl master), all presumably tracking some sort of issue, many with usernames attached. It would...

meta