Published April 3, 2023
| Version v0.2.4
Software
Open
ASEM000/PyTreeClass: v0.2.4
Description
What's Changed
- Simplify pprint functions by @ASEM000 in https://github.com/ASEM000/PyTreeClass/pull/49
- fix
...in.at[]to work withis_leaf
import pytreeclass as pytc
@pytc.treeclass
class Tree:
a:int = 1
tree = Tree()
tree.at[...].set(is_leaf=...) # is leaf works with ...
Full Changelog: https://github.com/ASEM000/PyTreeClass/compare/v0.2.3...v0.2.4
Files
ASEM000/PyTreeClass-v0.2.4.zip
Files
(343.3 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:ae863af4891eac5626e7c107928b99c6
|
343.3 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/ASEM000/PyTreeClass/tree/v0.2.4 (URL)