Results 37 comments of chebee7i

Any chance this can be related to finding multiple `conftest.py`? This was working for us in linux on 7.0.1 and no longer working in 7.1.1. When we hackily removed conf...

It seems like a dev decision is required for this PR to move forward. The implementation here fixes the issue, but I don't like that tries to preserve the existing...

Any thoughts on this? I would like to help, but I don't know codebase and ramifications well enough to know what should be done.

I guess I could just recreate the api from time to time....seems a bit clunky, though functional.

Hey any update on this? There are API endpoints that are broken presently. For required arguments, values of None must be converted to `null` and explicitly sent.

Yep, definitely needs to be updated, extended. Thanks! I'll try to tackle it soon.

Up to you. I'm fine with them being in the same modules.

Yeah, I also worry about doing any sort of library-wide memoization. I'd more more ok with caching when its localized to a particular instance of a class or something similar....

Suppose we had a distribution which factored as: ``` p(x,y,z,w) = p(w) p(x|w) p(y|w) p(z|w) ``` Then assuming k-ary alphabets, there are around k^4 possible outcomes. Explicitly storing each of...

+1 for this. This is how I was thinking of implementing it before I started using `python-ternary`.