Matthew Wardrop
Matthew Wardrop
@dimbleby @branchvincent @radoering Sorry to ping directly, but wanted to see whether this is something that you would be interested in merging, or whether I should commit to maintaining my...
@neersighted Nope. Unfortunately the `master` branch of `poetry` has the same pathologies that I tried to fix here. It doesn't compile the modules in the local directory *and* it installs...
Hi @abn, Thanks for your reply, and yes... apologies. I should have referred to PEP 660 (will update in the PR description). I've put together a minimum working example [here](https://github.com/matthewwardrop/poetry-editable-failure)....
@abn Any additional thoughts given the example code? I'd still love to adopt poetry, but need this editable behaviour.
Hi @t-silvers , as of April 2022 Formulaic does support this. The syntax is nearly identical but follows R conventions: ``` from formulaic import Formula f = Formula("y ~ C(x,...
Hi @petrhrobar . I recommend you check out [formulaic](https://github.com/matthewwardrop/formulaic) if you are wanting support for pickling.
Thanks for reporting this @lebedov. This does look like a bug, and despite the feature freeze, probably one worth patching. I'll look into it when I get a chance. Note...
fyi: This is not an issue in formulaic, which allows extrapolation of the basis splines beyond the boundary knots when so configured. It's likely that this patch would work fine,...
Hi @thequackdaddy ! I took a quick look through, and this looks good to me. Let me know if this is still good to merge as is. If so, I'll...
Support for `poly` has now been merged into formulaic.