You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Overriding pg.Object.__init__ now requires to apply a @pg.explicit_method_override, which prevents users from accidentally override common Python methods that are managed PyGlove. (870ed11)
pg.compound now supports generic types as the base class .(4f659ab)
pg.compound also could use abstract class as the base class for Python 3.10 and above. (c206676)
pg.compound allow contextual attribute access from the decomposed object. (c206676)