Jonathan Stickel

Results 8 issues of Jonathan Stickel

Please add Python 3.10 support. Thanks.

enhancement

EPANET input files sometimes specifies pumps as constant power. This is nonphysical and will result in constant-valued objective functions (at least with respect to that pump). We can assume the...

enhancement

With GR v0.57.3 installed, I get the following when using Plots with the pyplot() backend: ``` julia> using Plots julia> pyplot() objc[3586]: Class QMacAutoReleasePoolTracker is implemented in both /Users/jstickel/.julia/artifacts/ee74d003b12e6dd5f748e8cefb1688edbdfb184b/lib/QtCore.framework/Versions/5/QtCore (0x16e94c9b8)...

**Affects:** JuliaCall **Describe the bug** Using JuliaCall with Ubuntu 22.04 system python (python-3.10) results in `free(): invalid pointer` crash if a Julia package is imported that also imports/uses PyCall. I...

bug

On my system (MacOS with macports-installed julia and python), PythonPlot was not picking up an appropriate gui backend. It took some sleuthing to determine why, but I discovered that `pyimport("importlib")`...

* update ipe to version 7.2.29 * update ipe-tools to 7.2.24.1 * remove qt4 variant * add ipetoipe to $prefix/bin * add jjstickel to maintainer Closes: https://trac.macports.org/ticket/64422 Closes: https://trac.macports.org/ticket/60911 Closes:...

type: bugfix
type: enhancement
type: update
maintainer: open

Building against vtk-9.4.0 via macports results in, ``` Building TVTK classes... Fatal Python error: Segmentation fault ``` Full build log attached. Looks similar to #1209. Has anyone else built Mayavi...

Based on documentation (`README.md` of this package and [docs of WebIO](https://juliagizmos.github.io/WebIO.jl/latest/providers/ijulia/)), PlotlyJS uses a Jupyter extension (`webio_jupyter_extension`) to render plots in Jupyter. However, that extension (v0.1.0) is 4 years old...