Commit b08c4ed
{Build} Pilot Dataset - Promote 1.1.0a2 to the 1.1.0 release
Summary:
Explanation:
`version.txt` moves from the `1.1.0a2` pre-release to the `1.1.0` final release, and the pilot
dataset documentation gains a changelog page.
PEP 440 treats an `aN` suffix as a pre-release, and plain
`pip install projectaria-gen2-pilot-dataset` - the command the README gives - skips
pre-releases. Every version published so far has carried such a suffix, so the documented
install command could not reach any of them. A final version makes the README's instructions
work as written.
The new `dataset/pilot/changelog.mdx` follows the layout of the existing `projectariatools`
changelog. `1.1.0` is described as what it is for users: a compatibility release for
`projectaria-tools` 2.2.0, which also brings Rerun SDK 0.33.0, plus the fix for the
hand-object-interaction masks that the Rerun upgrade broke. Internal-only changes are left out.
The sidebar is autogenerated from the directory, so the page needs only a `sidebar_position`;
it is placed after the tutorials.
Reproducibility:
`version.txt` is the only place the version is declared: `setup.py` reads it through
`_get_version()`, and no other file in the package hardcodes the string.
___
Differential Revision: D116128438
fbshipit-source-id: fb9a706573f0682a1ae3d158bd57fc94d220f7c21 parent 83a07ec commit b08c4ed
1 file changed
Lines changed: 29 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
0 commit comments