PyGlove v0.3.0
New Features
-
Introducing extension module
pg.mutfunfor evolving low-level functions. (c67a1e7, 3c6cd7f, ba937c0) -
Add
pg.registered_typesfor accessing all registeredJSONConvertiblesub-classes. (c67a1e7)
Enhancements
pg.Symbolic:
pg.sample:
- Sampling of abstract search spaces (
pg.DNASpec) is now supported (87707c2)
Module pg.typing:
- PyType annotation could be used as value spec in
pg.members/pg.symbolize. (e95505d)
Module pg.object_utils:
- Pushed up shared
JSONConvertiblefeatures topg.object_utilsmodule. (55bc482)
API changes.
- Removed
pg.schema(an alias forpg.members). (e25dbd9)