0.3.0 Replace APISchema with Pydantic
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
- @DiamondJoseph made their first contribution in #163
Full Changelog: 0.2.3...0.3.0