Skip to content

0.6.0

Compare
Choose a tag to compare
@mscarey mscarey released this 19 Oct 23:23
· 28 commits to master since this release
  • replace NumberRange with IntRange and FloatRange
  • replace Marshmallow serializers with Pydantic
  • Entity and Predicate models don't allow extra fields
  • add equal sign as default value for QuantityRange sign
  • fix bug: bool(Term) returned False if the Term's "length" was 0
  • remove custom reprs that can be replaced by Pydantic's BaseModel repr