You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With pint=0.19 out we can hopefully publish the blog post very soon (I mean, I guess I said that a few months ago as well, but this time it's hopefully true). There are a few issues we should try to fix first:
I think there is another problem: compatibility with pint's master branch.
I tried updating my PRs to use the master version of pint just now and I'm getting import errors saying that from pint.quantity import Quantity won't work because pint appears to have made internal changes that mean there is no longer a module named quantity. (Perhaps I should make a new issue for this?)
With
pint=0.19
out we can hopefully publish the blog post very soon (I mean, I guess I said that a few months ago as well, but this time it's hopefully true). There are a few issues we should try to fix first:Can .pint.magnitude return a DataArray instead? #151most likely rejectedRaise pint.DimensionalityError instead of ValueError #144(postponed to a later release)where operation on quantified gives RecursionError #136(this is a bug inpint
).pint.quantify()
as a identity operator #175The text was updated successfully, but these errors were encountered: