* Fix a problem with disposing a property without an initial value. * Remove the constructor on `ReactiveObject` to avoid a potential MRO conflict.
0.4.7
Use native namespace packages (PEP420).
0.4.5
Remove runtime dependency on mypy.
0.4.4
Update to Python 3.9.
0.4.3
* Fixes a problem with uninitialized access of `ReactiveObject.disposed` in certain cases involving a complex observable pipeline. * Update to Returns 0.15.0. * Make `ReactiveView` read-only by default.
0.4.2
* A hotfix for the problem with `map` and `pipe` methods of `ReactiveView` which fails to provide them a correct instance of the parent object to which the view belongs. * Removed a redundant method, `ReactiveView.with_instance`.