ajshephard

Results 8 issues of ajshephard

I wish to expand a macro in an include directive (to determine the file name). I have something like ``` #:set FILENAMES = ['file', 'anotherfile'] #:for FILE in FILENAMES !...

I'm using the popular [Fira Code](https://github.com/tonsky/FiraCode) font and ligatures are not being displayed when using `Fortran (Modern)`. Ligatures appear to be supported with `Fortran (Fixed Form)`. However, with `Modern`, they...

Hi, Using the `booktabs` package we may create a table with commands such as ``` \begin{tabular}{cccc} \toprule \multicolumn{2}{c}{I}&\multicolumn{2}{c}{II}\\ \cmidrule(lr){1-2}\cmidrule(lr){3-4} A & B & C & D\\ \midrule 1 & 2...

There was some discussion about this issue [here](https://discourse.julialang.org/t/inconsistent-results-using-loopvectorization-turbo-with-linear-indexing/104481). Essentially, when using linear indexing of an array `@turbo` appears to start indexing the array incorrectly when a offset term is used....

I am running Julia 1.9 with two threads. If I include `one(T)` inside a `Polyester.@batch` loop, where `T` is a type known to the function, I obtain slow performance with...

This allows the print and/or summary file output to be suppressed whenever `Print file` and `Summary file` are set to empty strings. E.g. `options = Dict("Print file" => "", "Summary...

There is a typo in the `xval` function in `gumbel.jl`. This closes #1858

There is an error in the `xval` function in `gumbel`. ``` using Distributions d = Gumbel() Distributions.xval(d, 0.2) ``` gives ``` ERROR: UndefVarError: `x` not defined ```