pyDatalog icon indicating copy to clipboard operation
pyDatalog copied to clipboard

project status?

Open ckot opened this issue 7 years ago • 9 comments

Hi, I've noticed that other than a PR being applied a year ago, there haven't been any commits in 3 years.

Also, setup.py's classifiers merely lists Python3 rather than specific versions and it's listed as 'Beta' software.

Is this software still being maintained (either in this repo or by some other fork)? I think I have a good use case for this package, but I don't want to use it if it's been abandoned.

ckot avatar Sep 12 '18 06:09 ckot

Hi. Thank you for your interest. This software is not maintained anymore. Use at your own risk.

pcarbonn avatar Sep 12 '18 19:09 pcarbonn

Thank you for your interest.

I had too little feedback from the users, zero contributions, and I thus lost interest. How could I ever find a successor ?? Also, I developed too many functionality, and changed the core algorithm to gain performance, but I suspect I introduced bugs by so doing.

Best regards Pierre c.

On Sunday, October 7, 2018, Max Heiber [email protected] wrote:

Is there a post on what was learned from the project and what worked well, didn't work well, what the successors are? It seems like incredible stuff, I was surprised to see that it's not maintained!

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/pcarbonn/pyDatalog/issues/28#issuecomment-427623586, or mute the thread https://github.com/notifications/unsubscribe-auth/AAa5aR-d8owGL3TzUSSYj4Ze2q0Fm5TFks5uiXmegaJpZM4Wkusj .

pcarbonn avatar Oct 07 '18 07:10 pcarbonn

For what it's worth, Pierre, I have used pydatalog in this project: https://github.com/AlgorexHealth/hcc-python

I came here because I was looking to understand your implementation of tabling.

Even though it's not still maintained, I thank you for your work on it.

reverendpaco avatar Oct 16 '18 14:10 reverendpaco

Thank you. It's good to know. Let me know if I can help. PC

Le mar. 16 oct. 2018 16:22, reverendpaco [email protected] a écrit :

For what it's worth, Pierre, I have used pydatalog in this project: https://github.com/AlgorexHealth/hcc-python

I came here because I was looking to understand your implementation of tabling.

Even though it's not still maintained, I thank you for your work on it.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/pcarbonn/pyDatalog/issues/28#issuecomment-430257217, or mute the thread https://github.com/notifications/unsubscribe-auth/AAa5aZETYCMbcmfY0bNZOcq_T5YVboFmks5uleu9gaJpZM4Wkusj .

pcarbonn avatar Oct 17 '18 19:10 pcarbonn

Hi pcarbonn,

I am using pyDatalog to build the SDN tool(TupleNet) which can construct virtual-networking. And TupleNet was used in vipshop. So I am here to let you know the pydatalog is a awesome tool.

And also want to know if you would like to make incremental-update happen in pyDatalog?

https://github.com/vipshop/TupleNet

eggqq007 avatar Dec 11 '18 07:12 eggqq007

I am finding pydatalog a bit hard to learn, as I am new to logic programming, and it is not clear to me how to approach many things.

I was hoping to find more examples, and disappointed the project is no longer active.

dougransom avatar Jan 21 '19 14:01 dougransom

Thank you for your interest. I had too little feedback from the users, zero contributions, and I thus lost interest. How could I ever find a successor ?? Also, I developed too many functionality, and changed the core algorithm to gain performance, but I suspect I introduced bugs by so doing. Best regards Pierre c. On Sunday, October 7, 2018, Max Heiber @.***> wrote: Is there a post on what was learned from the project and what worked well, didn't work well, what the successors are? It seems like incredible stuff, I was surprised to see that it's not maintained! — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#28 (comment)>, or mute the thread https://github.com/notifications/unsubscribe-auth/AAa5aR-d8owGL3TzUSSYj4Ze2q0Fm5TFks5uiXmegaJpZM4Wkusj .

A pity pydatalog didn't see mainstream adoption. It is such a cool library. You mentioned that you changed the core algorithm and that may have introduced bugs. Is it possible to list the library version before the core algorithm was changed? I can then just pip install that version and learn more about the ideas behind pydatalog.

RAbraham avatar Apr 07 '20 19:04 RAbraham

Thanks. Looking at the change log I suspect that version 0.15.2 would be better. Version 0.16 had a major rewrite of the resolution engine, and I suspect it was not so good.

pcarbonn avatar Apr 08 '20 06:04 pcarbonn

Thanks!

RAbraham avatar Apr 08 '20 18:04 RAbraham