Madhur Tandon
Madhur Tandon
Adds ability to specify sections under `tests` such as: ``` exists: site_packages: - numpy lib: - libcurl include: - xtensor - xtensor.hpp - xtensor/xarray.hpp bin: - f2py - f2py3 -...
# TL;DR Implements a new `CloudPickleResolver` that should allow us to zip, pickle and ship a task for data persistence. This PR is a work in progress as of writing...
# TL;DR This PR makes passing of `SerializationSettings` for APIs like `register_task` and `register_workflow` lazy aka a user may not pass them. This is helpful in cases like: 1. Using...
### Checklist - [X] I added a descriptive title - [X] I searched for other feature requests and couldn't find a duplicate (including also the ``type-feature`` tag) - [X] I...
### Checklist - [X] I added a descriptive title - [X] I searched for other feature requests and couldn't find a duplicate (including also the ``type-feature`` tag) - [X] I...
This also contains commits from `new POC` branch.
While writing tests for `fastapi`, we needed to create payload for both `numpy` and `pandas` since the fixtures were parametrised. The expected column types for columns of the dataframe were...
This obviously cannot be run from it's current location because of a local `numpy.py` file that confounds it with the official `numpy` library. This issue is highlighted here: https://github.com/iterative/mlem/issues/154 But...