kddubey
kddubey
This is a WIP following up on #125. It should also close #112. 2 advantages to using `tap_class_from_data_model` instead of `tapify`: 1. Gets field descriptions for the `-h` help string...
I already have a [Pydantic](https://docs.pydantic.dev/latest/) model which specifies argument names, default values, types, and descriptions. What's the best way to create a subclass of `Tap` which uses these Pydantic fields?...
Hello, This corrects the version check in #105. The current check will fail when we're (hopefully) retired and `pandas` v10 comes out: ```python print("10.0.0" < "2.1.0") # True # yikes!...
Hello, Thank you for this excellent package! `model.predict` takes up to 30 minutes for my model. Is there a way to add a progress bar?
The goal of this PR is to make tap's structure a bit safer. Here are the changes: 1. Replace `setup.py` w/ a static `pyproject.toml`. [See docs](https://packaging.python.org/en/latest/guides/writing-pyproject-toml/) 2. Move `tap` to...
I've been installing this package in a linux instance where I had to manually install python and pip. Looks like `wheel` doesn't get installed, so I get this inconsequential warning:...
Fix #101 Not ready for a full review yet, but I'd appreciate feedback on the overall approach I'll do all of the `# TODO: `s and add tests soon I'll...
## DESCRIBE YOUR PR [context in slack](https://sentry.slack.com/archives/C0A2FAFK0F7/p1765827768000899) ## IS YOUR CHANGE URGENT? Help us prioritize incoming PRs by letting us know when the change needs to go live. - [...