Skip to content

Python release notes #120

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

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions site/.luarc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"Lua.runtime.version": "Lua 5.3",
"Lua.workspace.checkThirdParty": false,
"Lua.workspace.library": [
"/Applications/quarto/share/lua-types"
"C:\\Users\\parri\\AppData\\Local\\Programs\\Quarto\\share\\lua-types"
],
"Lua.runtime.plugin": "/Applications/quarto/share/lua-plugin/plugin.lua",
"Lua.runtime.plugin": "C:\\Users\\parri\\AppData\\Local\\Programs\\Quarto\\share\\lua-plugin\\plugin.lua",
"Lua.completion.showWord": "Disable",
"Lua.completion.keywordSnippet": "Both",
"Lua.diagnostics.disable": [
Expand Down
6 changes: 5 additions & 1 deletion site/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,8 @@ deploy-prod:

# Generate release notes
release-notes:
python generate_release_notes.py
python generate_release_notes.py

#Generate python-specific release notes
python-release-notes:
python generate_python_release_notes.py
363 changes: 234 additions & 129 deletions site/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,132 +70,237 @@ website:
- guide/license-agreement.qmd
- text: "Releases"
contents:
- guide/release-notes-2023-jun-22.qmd
- guide/release-notes-2023-may-30.qmd
# - file: guide/mrm.qmd
# contents:
# - guide/mrm-three-lines-of-defense.qmd
# - guide/mrm-lifecyle.qmd
# - guide/glossary.qmd

- title: "Guides"
contents:
- guide/guide.qmd
- text: "---"
- guide/login.qmd
- text: "---"
- text: "Administrators"
contents:
- guide/configure-aws-privatelink.qmd
# - guide/configure-sso.qmd
# - guide/configure-workflows.qmd
# - guide/configure-templates.qmd
- guide/edit-templates.qmd
# - guide/configure-test-plans.qmd
# - guide/manage-users-and-roles.qmd
- text: "---"
- text: "Model developers"
contents:
- guide/register-models.qmd
- guide/edit-model-inventory-fields.qmd
- guide/create-documentation-project.qmd
- guide/document-models-with-framework.qmd
- guide/document-models-with-ui.qmd
- guide/view-all-test-plans.qmd
- guide/view-templates.qmd
- guide/review-data-streams-and-audit-trails.qmd
- guide/view-documentation-guidelines.qmd
- guide/review-documentation-project.qmd
- guide/submit-for-approval.qmd
- guide/export-documentation.qmd
- text: "---"
- text: "Model validators"
contents:
# - guide/assign-model-validators.qmd
- guide/comment-on-documentation-projects.qmd
- guide/work-with-validation-reports.qmd
# - guide/create-project-findings.qmd
# - guide/manage-project-findings.qmd
- guide/view-validation-guidelines.qmd
- guide/submit-for-approval.qmd
# - guide/export-documentation.qmd

- title: "Developer Framework"
contents:
- guide/developer-framework.qmd
- text: "---"
- guide/developer-framework-introduction.qmd
- guide/use-test-plans-and-tests.qmd
- guide/install-and-initialize-developer-framework.qmd
- guide/supported-models.qmd
# - guide/dataset-object.qmd
# - guide/model-object.qmd
- text: "Testing"
contents:
- notebooks/how_to/run_a_template.ipynb
- notebooks/external_test_providers_demo.ipynb
- notebooks/how_to/implementing_custom_tests.ipynb
- notebooks/how_to/explore_test_suites_test_plans_and_tests.ipynb
- notebooks/how_to/run_a_test.ipynb
- notebooks/how_to/run_a_test_plan.ipynb
- notebooks/how_to/run_a_test_suite.ipynb
- text: "---"
- text: "Jupyter notebooks"
file: guide/jupyter-notebooks.qmd
contents:
- notebooks/Quickstart_Customer Churn_full_suite.ipynb
- notebooks/Introduction_Customer_Churn.ipynb
- notebooks/time_series/tutorial_time_series_forecasting.ipynb
- text: "Sensitivity Analysis: Natural Language Processing Analysis & Binary Classification using pytorch"
file: notebooks/nlp/nlp_sentiment_analysis_demo.ipynb
- text: "---"
- test: "Reference"
file: guide/reference.qmd
contents:
- text: "ValidMind Developer Framework Reference {{< fa fa-external-link >}}"
file: validmind/validmind.html
target: _blank

- title: "FAQ"
contents:
- guide/faq.qmd
- text: "---"
- guide/faq-models.qmd
- guide/faq-inventory.qmd
- guide/faq-documentation.qmd
- guide/faq-testing.qmd
- guide/faq-integrations.qmd
- guide/faq-privacy.qmd

- title: "Support"
contents:
- guide/support.qmd
- text: "---"

page-footer:
background: "#DE257E"
left: "_© Copyright 2023 ValidMind Inc All Rights Reserved._"
right:
- text: "Privacy Policy"
href: https://validmind.com/privacy-policy/
# - text: " | "
- text: "Terms of Use"
href: https://validmind.com/terms-of-use/
# - text: " | "
# - icon: github
# href: https://github.com/validmind/documentation
# - text: " | "
- icon: linkedin
href: https://www.linkedin.com/company/validmind/

format:
html:
theme:
light: [cosmo, theme.scss]
# dark: [cosmo, theme-dark.scss]
mainfont: Inter
css: styles.css
link-external-newwindow: true
link-external-icon: true
toc: true
toc-expand: 2
- text: "July 18, 2023"
contents:
- text: "Release Highlights"
file: releases/2023-jul-18/release-notes-2023-jul-18.qmd
- text: "July 18, 2023"
contents:
- text: "Release Highlights"
file: releases/2023-jul-18/release-notes-2023-jul-18.qmd
- text: "July 18, 2023"
contents:
- text: "Release Highlights"
file: releases/2023-jul-18/release-notes-2023-jul-18.qmd
- text: "July 18, 2023"
contents:
- text: "Release Highlights"
file: releases/2023-jul-18/release-notes-2023-jul-18.qmd
- text: "July 18, 2023"
contents:
- text: "Release Highlights"
file: releases/2023-jul-18/release-notes-2023-jul-18.qmd
- text: "July 18, 2023"
contents:
- text: "Release Highlights"
file: releases/2023-jul-18/release-notes-2023-jul-18.qmd
- text: "July 18, 2023"
contents:
- text: "Release Highlights"
file: releases/2023-jul-18/release-notes-2023-jul-18.qmd
- text: "July 18, 2023"
contents:
- text: "Release Highlights"
file: releases/2023-jul-18/release-notes-2023-jul-18.qmd
- text: "July 18, 2023"
contents:
- text: "Release Highlights"
file: releases/2023-jul-18/release-notes-2023-jul-18.qmd
- text: "July 18, 2023"
contents:
- text: "Release Highlights"
file: releases/2023-jul-18/release-notes-2023-jul-18.qmd
- text: "July 18, 2023"
contents:
- text: "Release Highlights"
file: releases/2023-jul-18/release-notes-2023-jul-18.qmd
- text: "July 18, 2023"
contents:
- text: "Release Highlights"
file: releases/2023-jul-18/release-notes-2023-jul-18.qmd
- text: "July 18, 2023"
contents:
- text: "Release Highlights"
file: releases/2023-jul-18/release-notes-2023-jul-18.qmd
- text: "May 19, 2023"
contents:
- text: "Release Highlights"
file: releases/2023-may-19/release-notes-2023-may-19.qmd
- text: "May 19, 2023"
contents:
- text: "Release Highlights"
file: releases/2023-may-19/release-notes-2023-may-19.qmd
- text: "May 19, 2023"
contents:
- text: "Release Highlights"
file: releases/2023-may-19/release-notes-2023-may-19.qmd
- text: "May 19, 2023"
contents:
- text: "Release Highlights"
file: releases/2023-may-19/release-notes-2023-may-19.qmd
- text: "May 19, 2023"
contents:
- text: "Release Highlights"
file: releases/2023-may-19/release-notes-2023-may-19.qmd
- text: "May 19, 2023"
contents:
- text: "Release Highlights"
file: releases/2023-may-19/release-notes-2023-may-19.qmd
- text: "May 19, 2023"
contents:
- text: "Release Highlights"
file: releases/2023-may-19/release-notes-2023-may-19.qmd
- text: "May 16, 2023"
contents:
- text: "Release Highlights"
file: releases/2023-may-16/release-notes-2023-may-16.qmd
- text: "May 16, 2023"
contents:
- text: "Release Highlights"
file: releases/2023-may-16/release-notes-2023-may-16.qmd
- text: "May 16, 2023"
contents:
- text: "Release Highlights"
file: releases/2023-may-16/release-notes-2023-may-16.qmd
- text: "May 16, 2023"
contents:
- text: "Release Highlights"
file: releases/2023-may-16/release-notes-2023-may-16.qmd
- text: "May 19, 2023"
contents:
- text: "Release Highlights"
file: releases/2023-may-19/release-notes-2023-may-19.qmd
- text: "May 19, 2023"
contents:
- text: "Release Highlights"
file: releases/2023-may-19/release-notes-2023-may-19.qmd
- text: "May 19, 2023"
contents:
- text: "Release Highlights"
file: releases/2023-may-19/release-notes-2023-may-19.qmd
- text: "May 19, 2023"
contents:
- text: "Release Highlights"
file: releases/2023-may-19/release-notes-2023-may-19.qmd
- text: "Enhancements"
file: releases/2023-may-19/enhancement.qmd
- text: "Bug fixes"
file: releases/2023-may-19/bug.qmd
- text: "Documentation updates"
file: releases/2023-may-19/documentation.qmd
- text: "May 19, 2023"
contents:
- text: "Release Highlights"
file: releases/2023-may-19/release-notes-2023-may-19.qmd
- text: "May 26, 2023"
contents:
- text: "Release Highlights"
file: releases/2023-may-26/release-notes-2023-may-26.qmd
- text: "May 26, 2023"
contents:
- text: "Release Highlights"
file: releases/2023-may-26/release-notes-2023-may-26.qmd
- text: "May 26, 2023"
contents:
- text: "Release Highlights"
file: releases/2023-may-26/release-notes-2023-may-26.qmd
- text: "May 26, 2023"
contents:
- text: "Release Highlights"
file: releases/2023-may-26/release-notes-2023-may-26.qmd
- text: "July 6, 2023"
contents:
- text: "Release Highlights"
file: releases/2023-jul-06/release-notes-2023-jul-06.qmd
- text: "July 6, 2023"
contents:
- text: "Release Highlights"
file: releases/2023-jul-06/release-notes-2023-jul-06.qmd
- text: "July 6, 2023"
contents:
- text: "Release Highlights"
file: releases/2023-jul-06/release-notes-2023-jul-06.qmd
- text: "June 22, 2023"
contents:
- text: "Release Highlights"
file: releases/2023-jun-22/release-notes-2023-jun-22.qmd
- text: "July 6, 2023"
contents:
- text: "Release Highlights"
file: releases/2023-jul-06/release-notes-2023-jul-06.qmd
- text: "July 6, 2023"
contents:
- text: "Release Highlights"
file: releases/2023-jul-06/release-notes-2023-jul-06.qmd
- text: "July 6, 2023"
contents:
- text: "Release Highlights"
file: releases/2023-jul-06/release-notes-2023-jul-06.qmd
- text: "July 6, 2023"
contents:
- text: "Release Highlights"
file: releases/2023-jul-06/release-notes-2023-jul-06.qmd
- text: "July 6, 2023"
contents:
- text: "Release Highlights"
file: releases/2023-jul-06/release-notes-2023-jul-06.qmd
- text: "July 6, 2023"
contents:
- text: "Release Highlights"
file: releases/2023-jul-06/release-notes-2023-jul-06.qmd
- text: "July 6, 2023"
contents:
- text: "Release Highlights"
file: releases/2023-jul-06/release-notes-2023-jul-06.qmd
- text: "July 6, 2023"
contents:
- text: "Release Highlights"
file: releases/2023-jul-06/release-notes-2023-jul-06.qmd
- text: "July 6, 2023"
contents:
- text: "Release Highlights"
file: releases/2023-jul-06/release-notes-2023-jul-06.qmd
- text: "Enhancements"
file: releases/2023-jul-06/enhancement.qmd
- text: "Bug fixes"
file: releases/2023-jul-06/bug.qmd
- text: "Documentation updates"
file: releases/2023-jul-06/documentation.qmd
- text: "July 6, 2023"
contents:
- text: "Release Highlights"
file: releases/2023-jul-06/release-notes-2023-jul-06.qmd
- text: "July 6, 2023"
contents:
- text: "Release Highlights"
file: releases/2023-jul-06/release-notes-2023-jul-06.qmd
- text: "Enhancements"
file: releases/2023-jul-06/enhancement.qmd
- text: "Bug fixes"
file: releases/2023-jul-06/bug.qmd
- text: "July 6, 2023"
contents:
- text: "Release Highlights"
file: releases/2023-jul-06/release-notes-2023-jul-06.qmd
- text: "Enhancements"
file: releases/2023-jul-06/enhancement.qmd
- text: "Bug fixes"
file: releases/2023-jul-06/bug.qmd
- text: "Documentation updates"
file: releases/2023-jul-06/documentation.qmd
- text: "July 6, 2023"
contents:
- text: "Release Highlights"
file: releases/2023-jul-06/release-notes-2023-jul-06.qmd
- text: "Enhancements"
file: releases/2023-jul-06/enhancement.qmd
- text: "Bug fixes"
file: releases/2023-jul-06/bug.qmd
- text: "July 6, 2023"
contents:
- text: "Release Highlights"
file: releases/2023-jul-06/release-notes-2023-jul-06.qmd
- text: "Enhancements"
file: releases/2023-jul-06/enhancement.qmd
- text: "Bug fixes"
file: releases/2023-jul-06/bug.qmd
Loading