My Python code fails with the following error:
RuntimeError: module compiled against API version 0x10 but this version of numpy is 0xe
How do you translate 0x10 and 0xe in numpy versions? I currently have numpy 1.21.0, so I suppose 1.21.0 == 0xe, but how do I translate 0x10 in semantic versioning?