Skip to content

0.3.0 Replace APISchema with Pydantic

Compare
Choose a tag to compare
@DiamondJoseph DiamondJoseph released this 20 Jul 14:54
· 22 commits to master since this release
6066902

What's Changed

  • Remove support for Python 3.8 by @tpoliaw in #157
  • Replace APISchema Serialization with Pydantic 1.0 by @DiamondJoseph in #154: This is a breaking change to previously written configuration.
  • Add running flag to master scheduler by @abbiemery in #127
  • modify parameters passed to asyncio.wait to avoid deprecation warning. by @RAYemelyanova in #160
  • added type aliases by @RAYemelyanova in #144
  • Simulation wrapper by @abbiemery in #142
  • Remove typing_compat by @DiamondJoseph in #163

New Contributors

Full Changelog: 0.2.3...0.3.0