Adam Dangoor

Results 34 issues of Adam Dangoor

With the following files, `pip-compile` output includes the `ruff` dependency, `uv pip compile` does not: `pyproject.toml`: ```toml [project] name = "demo-project" version = "0.1" dynamic = ["dependencies"] [tool.setuptools.dynamic] dependencies =...

compatibility

I ran: ``` uv pip install ruff # installs the latest version > uv pip install --resolution=lowest ruff Audited 1 package in 0ms ``` I expected that this would install...

documentation

[deptry](https://fpgmaas.github.io/deptry/) and [pip-check-reqs](https://github.com/r1chardj0n3s/pip-check-reqs) are similar tools. They check whether there are unused or missing dependencies. Use cases include: * My code works but I rely on a transitive dependency, and...

plugin
packaging

### Bug description `pylint` gives a `E0712` `catching-non-exception` error on macOS Sonoma, but not on Linux. Create the following file `example.py`: ```python """Example file to show pylint error""" import cv2...

Needs investigation 🔬
Lib specific 💅

In the last few days since switching to `uv`, I have seen errors that I have not seen before with `pip`. I see: ``` error: Failed to download distributions Caused...

bug

If this library is to ship type hints, it is important that those type hints are valid. A type checker (e.g. mypy or pyright) can check that those type hints...

This changes a use of ``DockerError`` (which does not exist) to ``DockerException``.

This bumps the websocket-client test requirement to 1.7.0 as that version ships type hints. This adds types-* packages as test requirements. This is progress towards #2796.

This function can return a single tensor if the parameter `full` is set to `False` (the default). Closes #378

**Describe the bug** `piq.ssim`'s return type is `List[Tensor]` but in the default case it returns `Tensor`.

bug