Skip to main content

castfit 0.1.3 #

Now with a non-exhaustive is_subtype function

castfit 0.1.3 is available. The biggest thing I did was implement is_subtype which is a forced me to learn about invariant, covariant, and contravariant types.

To install castfit:

# modern (recommended)
uv add castfit

# classic
python -m pip install castfit

Read more


Release Notes 0.1.3 - 2025-11-27T03:12:11Z #

Changed

Added

Removed

Security