Yves Delley

Results 131 comments of Yves Delley

Actually, today I was in dire need of some procrastination, so I fixed the lists, angles and literal unit input. With this, there is no feature left known to be...

No objections, please go ahead! I know, during our video-chat some time ago, I agreed to address a few more of the remaining issues, unfortunately, I will have very little...

You guys are quick! Issues are now enabled - feel free to add whatever you deem important. Even if I don't immediately find time to address them, it's certainly a...

I was able to make it work on TensorFlow 1.7, there was one test failing due to round-off. That one actually contained a bug and was passing just accidentally. I...

I guess the general idea would be that whenever traits wants to install a trait listener on some `HasTraits` instance and the target trait is a cached property, it would...

+1! In my case, I simply want to generate a parser for a syntax, where some delimiters are globally configurable. In this case, I can achieve this by replacing the...

This fix will probably not work for compound offset units such as `degC m`. However, I believe that these things are neither fully supported by the rest of pint, nor...

Not completely sure what I see in the CI results here (haven't worked with GitHub CI recently). Locally on my machine, a number of tests would fail already in the...

I believe `42 degC/m` would indeed fail. All this PR does is treating ` ` combinations not as a multiplication, but as "forming of a quantity" (notice the absence of...

I would strongly disfavour making multiplication a synonym with construction for offset units. There is no physical meaning to multiplication with what we call here "offset units" and are really...