laserson / squarify

Pure Python implementation of the squarify treemap layout algorithm
Other
293 stars 36 forks source link

Maintained? #11

Closed elgalu closed 6 years ago

elgalu commented 6 years ago

Hi, some people find your library very useful.

Do you plan to maintain it? i.e. make releases a bit more often?

I found some forks, for instance, the one from @ocket8888 seems to be adding fixes: https://github.com/Sensibility/squarify

Perhaps it makes sense for you and them to work together in one repo? and help the community along this collaboration ;)

ocket8888 commented 6 years ago

You should know that my fork (aimed at Python-first data representations versus the original's focus on JSON) isn't stable yet, but I do hope to get back to work on it sometime soon.

laserson commented 6 years ago

I'd be happy to merge people's PRs in but there have been very few.

ocket8888 commented 6 years ago

I'll PR once it works properly.