forallpeople icon indicating copy to clipboard operation
forallpeople copied to clipboard

Python SI units library: your 'daily driver' for calculations.

Results 49 forallpeople issues
Sort by recently updated
recently updated
newest added

Hello Connor As mentioned on the handcalcs-page, i am reposting the issue here again. In my Picture you can see, that the superscript m^2 is rendered differently for my two...

Physical cannot distinguish between kelvin and celsius, and will always print temperatures in celsius, even if its an absolute temperature given in kelvin Im not sure what the right solution...

The units imported imported into builtins appear not to be recognised by mypy language server (used in Pylance extension in VS Code) and gives errors depending on the strictness of...

Ive noticed that the auto-prefixing functionality means the prefix is ignored when plotting with matplotlib, for example if I have a value going from 1 Hz to 10kHz, it will...

Hi . How can I turn off autoprefix ? I was trying to figure out in the code but with no success

I'm doing some calculations that might result in inch3 or inch4. The unit inch3 gets converted to mm3, while inch4 remains correct. In other units such at ft, the issue...

Hi Connor, I am working with structural fire safety verifications, and I had to add some thermal units to the structural environment. They were J, MJ, J/m² and W. I...

enhancement
question

Hey, I recently got this error when attempting to multiply a numpy array by a scalar "forallpeople.Physical" object It seems like I can multiply two numpy arrays but not a...

enhancement

Works fine converting from m to ft but I get this warning going the other way: /.../forallpeople/__init__.py:164: UserWarning: No unit defined for 'm' on 1.000 ft. if not unit_match: warnings.warn(f"No...

enhancement

I made a new json which includes ``` "cm": { "Dimension": [0,1,0,0,0,0,0], "Value": 0.01}, "mm": { "Dimension": [0,1,0,0,0,0,0], "Value": 0.001}, ``` now i have a calculation of `m * cm...

thinking...