Claas Flint
Claas Flint
This commit addresses two key issues in the Burg algorithm implementation. First, it corrects the calculation of rho to maintain its initial value throughout the algorithm, ensuring it accurately represents...
This change updates the 'timezone' configuration in config/app.php to use the system's default timezone. It dynamically fetches the current system timezone using date_default_timezone_get(), ensuring that the application's time-related functions are...
Fix and update firmware download process with error handling, logging, and file validation Details: - Download firmware from master branch: Retrieve firmware files directly from the master branch on GitHub...
This PR removes the dependency on the [FilterPy](https://github.com/rlabbe/filterpy) library, which is no longer maintained and currently marked as deprecated on PyPI. It also causes deprecation warnings due to outdated usage...
Hi, first of all, thanks for creating and sharing norfair — it’s a really nice piece of work and has been genuinely useful for me. That said, I’ve noticed that...
Fixes #334 ## Summary - Support NumPy 2.x - Modernize dependencies - Update supported Python versions (drop EOL, require 3.10+) - Improve tox setup via `poetry-plugin-export` - Isolate `motmetrics` dependency...
## related problem Currently, Norfair cannot be used with NumPy > 2 in all cases. Users should be able to use Norfair with NumPy 2.x. --- ## solution Enable Norfair...