issues Search Results · repo:light-curve/light-curve-python language:Python
Filter by
83 results
(104 ms)83 results
inlight-curve/light-curve-python (press backspace or delete to remove)It would be really nice to support pyarrow arrays, both for single light curves, and for *many call via list-struct
arrays
hombit
- Opened 12 days ago
- #517
It would be really nice to add numpy::PyArrayLike to our Python-to-Rust casting code so we support everything castable
to numpy arrays with no performance degradation.
enhancement
hombit
- Opened 19 days ago
- #509
When ndim != 1 array is passed, the error messages are not useful:
t is not 1-d
import light_curve as licu
import numpy as np
licu.ObservationCount()(np.array([[]]), np.array([]))
TypeError: Unsupported ...
bug
good first issue
hombit
- Opened 28 days ago
- #505
The support for free-threading CPython interpreters is coming with PR
https://github.com/light-curve/light-curve-python/pull/499
Currently, there is no ABI3-compatibility for the free-threaded versions ...
ci
packaging
hombit
- Opened on Mar 25
- #500
https://github.com/light-curve/light-curve-python/blob/c0d1a6e4c0638ee94f6d37ca73cdf5e6a57a7b80/light-curve/light_curve/light_curve_py/features/rainbow/_scaler.py#L72
t, m, sigma and band are the four ...
erusseil
- 1
- Opened on Mar 13
- #492
After GitHub Actions introduced ARM runners last month (adopted in
https://github.com/light-curve/light-curve-python/pull/478), the PPC64le wheel build pipeline is the only one using QEMU
emulation. QEMU ...
hombit
- Opened on Feb 3
- #479
Both ARM and QEMU builds currently fails because of problems with GitHub action runners. The same issue exists with
https://github.com/light-curve/base-docker-images
Related to: https://github.com/pypa/cibuildwheel/issues/2257 ...
hombit
- 1
- Opened on Feb 3
- #477
@alexandergagliano reported an issue with the package import. Environment: python 3.11, macOS 14.5, see conda list
output bellow.
The error:
import light_curve as lc
ERROR: flag flagfile was defined ...
bug
hombit
- 1
- Opened on Jan 7
- #469
Current benchmarks with cesium are not fair: cesium doesn t provide a clear way to build a feature extractor in advance.
We should benchmark with ~100-1000 light curves instead of a single one.
python
hombit
- 1
- Opened on Dec 6, 2024
- #460

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.