John Lapeyre

Results 106 issues of John Lapeyre

An array of eltype `Integer` is used in the astar algorithm. But, the elements are always only of a single concrete subtype of `Integer`. This PR changes the array to...

I am presenting this as a [comparison rather than a PR](https://github.com/robert-dodier/maxima-jupyter/compare/master...jlapeyre:master-gjl). If any part of this looks useful, I'd be happy to prepare an appropriate PR. Although there are various...

This repo has some stars now. We should remove the "why no stars" line.

Just sample from the underlying data.

bug

We already assume user has called `sort!` before doing any computation. Use this for `extrema`, `middle`, etc.

`linprint`, `logprint`, etc. are currently tailored for survival probability. These should rather be written for generic CDFs.

bug

I wrote some code to integrate helm bibtex with the arXiv. But, helm bibtex was rewritten and my code is now broken. I looked at the new code for while...

This works together with CachePath.jl as [described here](https://discourse.julialang.org/t/cachepath-jl-allows-using-pycall-with-two-libpythons-and-no-recompilation/76325) to allow using different libpythons without rebuilding. If this looks ok, I'll add documentation and an example, etc.