Mateusz Pusz
Mateusz Pusz
`quantity` always expresses the change of something, and `quantity_point` provides the actual point/position (https://mpusz.github.io/mp-units/2.0/users_guide/framework_basics/the_affine_space/#vector-is-modeled-by-quantity). We are just not using points often enough, thinking that they are mostly used for temperatures....
Yes, that is unfortunate 😢 As we changed the documentation framework from Sphinx to mkdocs, I was unable to force mkdocs to present old docs properly (with CSS styles being...
I can try to do it when I have a bit of free time. However, the expectation is that the old version will not be maintained anymore, and the developers...
Awesome! Please find the snapshot of the latest docs for mp-units 0.8 attached. It would be great if it could be somehow attached to the current mk-docs. The instructions to...
> I guess you can upload it as a release asset. In my opinion this would be the next best place to serve the generated documentation. Good idea. However, it...
Done! The docs for the V1 can be found here: https://github.com/mpusz/mp-units/releases/tag/v0.8.0. Thanks @i-ky!
@yahya-mohammed07, in order to have different versions of the docs we use `mike`. You can find all the information here: https://github.com/jimporter/mike.
@yahya-mohammed07 are you still working on it? If not, can we close this issue?
> Do you know of any use cases where end users should be reasoning directly in terms of the ordering? No > I don't know of any policy that would...
> Am I correct in assuming that the reason why 1 * si::second * natural::second does not compile is that they are not units of the same kind? Is there...