vg
vg copied to clipboard
Vector-geometry toolbelt for 3D points and vectors
Bumps [flake8](https://github.com/pycqa/flake8) from 4.0.1 to 5.0.2. Commits 70c0b3d Release 5.0.2 5e69ba9 Merge pull request #1642 from PyCQA/no-home 8b51ee4 skip skipping home if home does not exist 446b18d Merge pull request...
Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.3.2 to 6.4.2. Changelog Sourced from coverage's changelog. Version 6.4.2 — 2022-07-12 Updated for a small change in Python 3.11.0 beta 4: modules now start with a...
Bumps [myst-parser](https://github.com/executablebooks/MyST-Parser) from 0.17.2 to 0.18.0. Release notes Sourced from myst-parser's releases. v0.18.0 What's Changed 👌 IMPROVE: Do not let sphinx check the config type by @chrisjsewell in executablebooks/MyST-Parser#559 ♻️📚...
Bumps [black](https://github.com/psf/black) from 22.3.0 to 22.6.0. Release notes Sourced from black's releases. 22.6.0 Style Fix unstable formatting involving #fmt: skip and # fmt:skip comments (notice the lack of spaces) (#2970)...
As far as semantic sugar goes, it's not as useful if you have to wrap it in a `np.array()` call.
The call to `locals()` makes `vg.shape.check()` much slower than it needs to be in the (very likely) success case. As an optimization, as a convenience to the caller, we could...
Pretty sure this is true. Worth triple-checking this and then clarifying in the docs.
Bumps [flake8](https://github.com/pycqa/flake8) from 4.0.1 to 5.0.4. Commits 6027577 Release 5.0.4 213e006 Merge pull request #1653 from asottile/lower-bound-importlib-metadata e94ee2b require sufficiently new importlib-metadata 318a86a Merge pull request #1646 from televi/main 7b8b374...
Bumps [black](https://github.com/psf/black) from 22.3.0 to 22.8.0. Release notes Sourced from black's releases. 22.8.0 Highlights Python 3.11 is now supported, except for blackd as aiohttp does not support 3.11 as of...