Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 277 Bytes

5975.deprecation.rst

File metadata and controls

6 lines (4 loc) · 277 Bytes

Deprecate using direct constructors for Nodes.

Instead they are new constructed via Node.from_parent.

This transitional mechanism enables us to detangle the very intensely entangled Node relationships by enforcing more controlled creation/configruation patterns.