lapjv has been integrated in lapx v0.7.0
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 278
- Forks
- 36
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
No issue, but I would like to share that the recent release of lapx v0.7.0 has introduced a new function called lapjvs, which its source is derived from this project. lapjvs has had all the special intruction sets removed, so its performance may differ; however, anyone can try and see.
Example in the original lapjv:
from lapjv import lapjv
x, y, _ = lapjv(costs)
Similarly, in lapjvs:
import lap # Yes! Use `import lap` | pip install -U lapx
# same x y map return style
x, y = lap.lapjvs(costs, return_cost=False, jvx_like=False)
# or scipy style
row_indices, col_indices = lap.lapjvs(costs, return_cost=False, jvx_like=True)
lapjvs supports both square and rectangular input costs while lapx provides pre-built wheels for all major platforms and architectures from Python 3.7 to 3.14, as lapx aims to provide its users with more choices under a unified API. Find out more about lapjvs here.
Best regards,
rathaROG
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The report identifies no repository file, test, entry point, or requested change. Review the linked lapx v0.7.0 release and the existing lapjv project context first; completion cannot be defined until a maintainer specifies whether any documentation or code action is wanted.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, python
- Domain
- backend
- Issue type
- Documentation
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 10/100