Fixed - `python-dateutil` was missing as a required package for `pip` installs
2.1.1
Changed - Default API url is now https://air.nvidia.com/api/ Fixed - Lazy loading of simulation `services` list
2.1.0
Added - A warning will now be logged when simulations are created with `expires_at`/`sleep_at` dates in the past - `AirApi.Simulation.load()` (an alias for `AirApi.Simulation.start()`) - `AirApi.Simulation.stop()` (an alias for `AirApi.Simulation.store()`) Fixed - `JSONDecodeError` raised when deleting simulation node instructions
2.0.4
Fixed - LazyLoading some objects caused unwanted `PATCH` calls
2.0.3
Fixed - Exception thrown when calling `update()` on a newly created `Topology` object
2.0.2
Fixed - Exception thrown when calling `create_instructions()` on a `SimulationNode` object (!3, thanks taka.mura!)