Marius Merschformann
Marius Merschformann
The **numpy** requirement, although documented, is missing from the `install_requires` field in setup.py (which is missing in general). It would be great if we had it, so that pip installs...
# Description Adds a _requirements.txt_ file which is also used to populate `install_requires` of setup.py. This enables pip to automatically derive and install the dependencies of this library (basically just...
# Description Introduces a knapsack problem app using PyOptInterface and Highs solver. # Changes - Added `knapsack-pyoptinterface` app. - Added golden file and readme tests for it.
# Description This update aligns the shift assignment output format with visualization expectations. ## Changes - Renamed `start_time` to `start` and `end_time` to `end` in assigned shifts output. - Added...
# Description This PR adds wheels for _linux-aarch64_. ## Changes - Adds `*-manylinux_aarch64` wheels build target(s). - Moves `cibuildwheel` configuration to `pyproject.toml`. - Modifies `{...}/setup_optimizers_linux/action.yml` to also download the optimizers...
Hey! Thank you for the awesome project! It's really performant and works nicely. One thing that I found missing are wheels for linux-aarch64. Nowadays, a good chunk of cloud or...
# Description Harmonizes the version info in the statistics section of _routing-ortools_ and _routing-pyvroom_.
# Description > :warning: Work in progress This update introduces a new decision pipelines feature to the Nextmv SDK, enabling complex decision automation workflows. ## Changes - Added `pathos` dependency...
# Description > [!CAUTION] > This is WIP and can't be merged as it is incomplete and potentially not the solution to go with. Resolves ENG-6089
# Description Allows the user to specify requirements as code. I.e., the user can now setup their app **_without_** having to create _app.yaml_ and _requirements.txt_ files. Example of a **_push.py_**...