What's Changed * Fix covariant result error by dbrattli in https://github.com/dbrattli/Expression/pull/238 * Auto generate README.md by dbrattli in https://github.com/dbrattli/Expression/pull/239 * Update README by dbrattli in https://github.com/dbrattli/Expression/pull/240
What's Changed * Upgrade ruff and minor doc fixes by dbrattli in https://github.com/dbrattli/Expression/pull/228 * Upgrade pyright by dbrattli in https://github.com/dbrattli/Expression/pull/229 * Fix docstrings for collect by dbrattli in https://github.com/dbrattli/Expression/pull/235
What's Changed * Fix pydantic validate and pickle for tagged union by denghz in https://github.com/dbrattli/Expression/pull/207 * Added Result or_else methods by brendanmaguire in https://github.com/dbrattli/Expression/pull/226 * Added Result merge method by brendanmaguire in https://github.com/dbrattli/Expression/pull/225 * Added Result filter methods by brendanmaguire in https://github.com/dbrattli/Expression/pull/224
What's Changed * fix: starpipe bugfix and type hints by dbrattli in https://github.com/dbrattli/Expression/pull/194 * Add test from 105 by dbrattli in https://github.com/dbrattli/Expression/pull/195 * Add extra overloads for starpipe by dbrattli in https://github.com/dbrattli/Expression/pull/196 * Upgrade sphinx by dbrattli in https://github.com/dbrattli/Expression/pull/197 * Pyright 1.1.351 by dbrattli in https://github.com/dbrattli/Expression/pull/198 * Update pyright by dbrattli in https://github.com/dbrattli/Expression/pull/199 * API Reference Overhual by u3kkasha in https://github.com/dbrattli/Expression/pull/200 * Poetry update by dbrattli in https://github.com/dbrattli/Expression/pull/201 * Fix compose type annotation and add docstring by dbrattli in https://github.com/dbrattli/Expression/pull/202 * Fix typing issues by dbrattli in https://github.com/dbrattli/Expression/pull/203 * fix: null times to 0 by phi-friday in https://github.com/dbrattli/Expression/pull/220 * chore: update pyright by phi-friday in https://github.com/dbrattli/Expression/pull/219 * Chore update ruff by phi-friday in https://github.com/dbrattli/Expression/pull/218 * Fix link name for `Compose` docs page by vreuter in https://github.com/dbrattli/Expression/pull/211 * Feat support py310 by phi-friday in https://github.com/dbrattli/Expression/pull/217
New Contributors * vreuter made their first contribution in https://github.com/dbrattli/Expression/pull/211