Anselm Kiefner
Anselm Kiefner
*blush* I just hope it'll be useful and doesn't break down at first opportunity, that would be embarassing >_> But alas, my unit tests are green, so I'm hopeful 😁
So, we've investigated where those beartype warnings were coming from. Let me explain a little about the context. When you use() something, a ProxyModule is returned, which adds extra functionality...
> Second, pinch me I must be dreaming, but did you really just imply that justuse is a working aspect-oriented meta-decorator that can be used to transitively apply any arbitrary...
If you care to check out the [Showcase](https://github.com/amogorkon/justuse/blob/unstable/docs/Showcase.ipynb), you will find I've added a chapter about aspectizing towards the end. I also asked my companions to help with aspectizing, so...
1) I'm glad you like it! No need to attribute, I only repurposed already existing functionality and would be honoured if you feel inspired by it ^_^ 2) WYSIWYG -...
Ohhh, THAT PEP.. yeah, I heard the screaming and shouting from afar. By that time it sounded like a good idea, having run into problems with forward references etc myself,...
Crap. Shouldn't comment on github issues on my mobile.
Well, preliminary timing tests show that fuzzylogic functions are up to 3 times faster than the membership functions in scikit-fuzzy (while having more functionality/safety!), but it's not easy to make...
Okay, turns out it is possible to njit the inner functions of those closures, preserving the nice behaviour of the outer functions, but numba can't work with try/except, so this...
Hmmmm... hold on a second. You created a domain with step-size 1, which constructs an array with values of memberships at those steps, so it's no surprise that 0.5 is...