Martin Stancsics
Martin Stancsics
Hi! Below is a feature request/idea for more control over environment variables set by GWSL. GWSL auto-exporting the necessary environment variables can be very convenient, but it also has its...
In #329 and #388 we are becoming more and more dataframe agnostic and not reliant on any specific dataframe library. However, `tabmat` still depends on `pandas` transitively through `formulaic`. Now...
### Initial Checks - [x] I confirm that I'm using Pydantic V2 ### Description When serializing a pydantic model that contains the union of other pydantic models as a field,...
In the context of working on #957, I've noticed that something is off with the handling of non-contiguous dataframes. The bottom line is, that we don't handle non-contiguous dataframes correctly...
Belated follow up for [tabmat #388](https://github.com/Quantco/tabmat/pull/388). Solves #896. Checklist * [ ] Added a `CHANGELOG.rst` entry
#### Problem description I believe some of the dependencies described in pyproject.toml are problematic. In particular, [this set](https://github.com/kylebarron/stata_kernel/blob/862c860487d59c392f8d70f6542a81488b5ee1c8/pyproject.toml#L42-L45) of deps seem incompatible with each other. `ipykernel = "^4.8.2"` resolves to...
This PR follows up on #370 and #388 by adding generic dataframs support for the formula interface. Checklist * [X] Added a `CHANGELOG.rst` entry