Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Tensorflow and Tensorflow C++ (2.16) #2440

Merged
merged 2 commits into from
Feb 23, 2025

Conversation

ClasherKasten
Copy link
Contributor

If you're updating existing documentation to its latest version, please ensure that you have:

  • Updated the versions and releases in the scraper file
  • Ensured the license is up-to-date
  • Ensured the icons and the SOURCE file in public/icons/your_scraper_name/ are up-to-date if the documentation has a custom icon
  • Ensured self.links contains up-to-date urls if self.links is defined
  • Tested the changes locally to ensure:
    • The scraper still works without errors
    • The scraped documentation still looks consistent with the rest of DevDocs
    • The categorization of entries is still good

@ClasherKasten ClasherKasten requested a review from a team as a code owner February 21, 2025 19:02
Copy link
Contributor

@simon04 simon04 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@simon04 simon04 merged commit 34220e6 into freeCodeCamp:main Feb 23, 2025
2 checks passed
@ClasherKasten
Copy link
Contributor Author

@simon04 I don't think this should've been bumped to 2.18 as there is no such version on the tensorflow.org website. If the site used to scrape the version added by this PR is opened, it displays version 2.16.1.

It could be labeled as 2.17 though i think because the links of 2.17 and 2.16 point to the same page (the ones specified in the scraper) and the changelog also suggests that this is the documentation for the 2.17.x release.

@simon04
Copy link
Contributor

simon04 commented Feb 23, 2025

Thanks for pointing out the version. I've obtained 2.18 using bundle exec thor updates:check tensorflow which checks for the latest release on https://github.com/tensorflow/tensorflow/releases. I'll fix get_latest_version and upload version 2.16.1

simon04 added a commit that referenced this pull request Feb 23, 2025
@simon04
Copy link
Contributor

simon04 commented Feb 23, 2025

I'll fix get_latest_version and upload version 2.16.1

Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants