* No longer prints a warning if `app.include` re-includes an already included function (warning is still printed if *another* function with the same name is included)
0.72.22
* Internal refactor of the `modal.object` module. All entities except `Object` from that module have now been moved to the `modal._object` "private" module.
0.72.17
- The `modal.build` decorator is now deprecated. For storing large assets (e.g. model weights), we now recommend using a `modal.Volume` over writing data to the `modal.Image` filesystem directly.
0.72.16
* Fixes bug introduced in v0.72.9 where `modal run SomeClass.some_method` would incorrectly print a deprecation warning.
0.72.15
- Added an `environment_name` parameter to the `App.run` context manager.
0.72.8
- Fixes a bug introduced in v0.72.2 when specifying `add_python="3.9"` in `Image.from_registry`.