lttbc
lttbc copied to clipboard
Largest-Triangle-Three-Buckets (LTTB) downsampling algorithm in Python (C-Extension)
Hi there @dgoeries Sorry for the unsolicited pull request, I created this pull request to address #24 together with my own needs. Effectively I wanted to create pre-built wheels to...
Hi, I need to install lttbc when building a python docker image, based on python:3.11.4-slim-bookworm. The command in the Dockerfile is: `RUN pip3 install --no-cache-dir numpy==1.24.4 lttbc==0.2.4` However, it takes...
I ran into an issue with numpy 1.22.2 and lttbc 0.2.2. Downgrading to lttbc 0.2.1 or upgrading to numpy 1.24 solved the issue. Exception has occurred: ImportError numpy.core.multiarray failed to...
Install fails, ``` >python -m pip install lttbc DEPRECATION: Loading egg at c:\git\a48-p1150dpgapp\venv312\lib\site-packages\cobs-0.1.0-py3.12-win-amd64.egg is deprecated. pip 24.3 will enforce this behaviour change. A possible replacement is to use pip for...
I've draft a PR here #25 which would help generate the wheels in CI for upload to PyPi (manually or automatically), would be great to get your feedback or otherwise...