c0fec0de / anytree

Python tree data library
Apache License 2.0
947 stars 133 forks source link

missing 2.9.0 tag & release on github #222

Closed 0-wiz-0 closed 11 months ago

0-wiz-0 commented 1 year ago

pypi has a 2.9.0 release, but this repository has no tag for that release, nor a Release itself.

kica-z commented 1 year ago

I just stumbled upon this and found it very strange. The automatic update made by pip from 2.8 to 2.9 broke my programm. So there seem to be some breaking changes from 2.8 to 2.9. I would really like to know what changed.

c0fec0de commented 1 year ago

Just created the missing tag.

Any further info on what breaks?

kica-z commented 1 year ago

Hi @c0fec0de

For the problem I was having which was in Zephyr the resolution is in this PR https://github.com/zephyrproject-rtos/zephyr/pull/60774.

The problem seems to be the adding of the size property to the NodeMixin class which shadowed another property further down the inheritance tree.

But for my use case this seems to be resolved now 👍

c0fec0de commented 11 months ago

Thanks for the info and sorry for the inconvenience