Threepio icon indicating copy to clipboard operation
Threepio copied to clipboard

Versioning support for downstream libraries 💭

Open Nolski opened this issue 5 years ago • 2 comments

Summary

The web crawler will overwrite the static json files it outputs on each crawl. We should have the json files named & stored using the versions of the associated documentation page.

Background

Describe the ideal solution:

Our crawler should explicitly define which versions of PyTorch, Tensorflow, and Tensorflow.js we want to support, and crawl those documentation pages explicitly. It should then note the version in the name of the file.

Outcome

This will allow us to be explicit about which versions of translation we support and not have any undocumented behavior.

Nolski avatar Jan 14 '20 17:01 Nolski

Resolved by #8

Nolski avatar Jan 21 '20 10:01 Nolski

Unfortunately we introduced a regression that reopened this issue.

Nolski avatar Mar 03 '20 13:03 Nolski