Fix Python sdist
, update docs, add lint
to CI
#2702
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
.whl
support for the pre-buildPerspectiveWidget
based on feedback fromv3.0.0-rc.1
. We've found two breaks here, both stemming from the disparity between JavaScript'sv3.0.0-rc.1
and Python's insistence on stripping this to3.0.0rc1
. (1)PerspectiveWidget
using Pythonimportlib
to generate the npm model version, and (2)repack_wheel
using thepackage.json
version to generate the wheel's data directory name.sdist
packaging to CI.lint
step to CI and removeclang-format
(and may I say, good riddance).docs
, mostly with an eye towards removing deprecated/removed/etc functionality and syntax. Also removes the API docs section entirely, which will be replaced bydocs.rs
build.yaml
embedded in the repo'sREADME.md
author line CI badge, see this extensive internal discussion or better yet just take my word for it.