- Add new Brownian motion classes with faster query speed based on PyTorch C++ API.
- The new Brownian motion classes have the same API as existing ones, so they serve as direct replacements.
- Importing these classes is as simple as `from torchsde.brownian_lib import BrownianPath, BrownianTree`.
- The old Brownian motion classes written in pure Python are not yet deprecated, and likely won't be deprecated in the near future.
- Add type hints for functions of the public API.