numpy support in sympy.physics - sympy/sympy GitHub Wiki

  • Add numpy support for numpy so that np.linspace(0,1,100) * meter returns a special type of sympy array where meter is only stored once and not 100 times, as it is done in Pint. That would make unit conversion with array go much faster.