Jack Lovell

Results 19 issues of Jack Lovell

**Describe the bug** When `pyopencl[pocl]` is installed in a virtual environment on a system with no other OpenCL drivers, the POCL ICD is not found. It's necessary to set the...

bug

After sorting by priority, it would be nice to have the option to sort by due date if it has been specified. Currently tasks are sorted first by priority and...

Coverage reporting using the Cython plugin does not work for the 5.x series of coverage.py. For example, attempting to run coverage tests on [raysect](https://github.com/raysect/source) produces errors: ```bash python setup.py build_ext...

defect
Tools

The guide at https://plot.ly/python/user-guide/ describes the `graph_objs.Data` and `graph_objs.Annotations` objects, but fails to mention that these are deprecated as of Plotly.py 3.x. Could the documentation please be updated so that...

Cython 3.0a6 has changed the way binary operators such as `__add__` are implemented: https://cython.readthedocs.io/en/latest/src/changes.html#alpha-6-2020-07-31. They now follow Python semantics rather than the C API semantics. This has caused issues with...

enhancement

Matplotlib 3.4 has deprecated the canvas `set_window_title` method: https://matplotlib.org/stable/api/api_changes.html#backend-deprecations. This raises the following warning when rendering 2D observers: ``` MatplotlibDeprecationWarning: The set_window_title function was deprecated in Matplotlib 3.4 and will...

I often find I'm defining analytic emission functions which I want to either sample with Cherab's samplers or attach as materials to primitives and observe. Normally I need to define...

enhancement
New Feature

Doesn't appear after a search on raysect.org, unless I'm being thick.

documentation

## Problem description Trying to compute the GSVD of a rectangular and a square matrix results in an error when the U matrix is requested: ```python import pygsvd import numpy...

bug

Following on from https://github.com/cherab/core/pull/439#issuecomment-2120494947: The bolometry demos use `cherab.tools.inversions.invert_regularised_nnls`, since in the past this has produced the most reasonable-looking inversions in test cases using all the available Cherab inversion routines...