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

Backport bug fixes for a 4.2.1 release #2827

Merged
merged 7 commits into from Jan 20, 2023
Merged

Backport bug fixes for a 4.2.1 release #2827

merged 7 commits into from Jan 20, 2023

Commits on Dec 29, 2021

  1. DOC: remove unused section

    jakevdp committed Dec 29, 2021
    Copy the full SHA
    b1e2d5a View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Disable uri-reference format check in jsonsschema (#2771)

    * Disable uri-reference format check. Consistently use same validator across codebase
    
    * Remove validation in SchemaInfo as not used anywhere and it referenced the wrong jsonschema draft
    
    * Add compatibility for older jsonschema versions
    
    * Improve comments
    
    * Simplify validate_jsonschema
    binste authored and jtilly committed Jan 12, 2023
    Copy the full SHA
    799e275 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3581610 View commit details
    Browse the repository at this point in the history
  3. Add changelog entry.

    jtilly committed Jan 12, 2023
    Copy the full SHA
    582ee1d View commit details
    Browse the repository at this point in the history
  4. Bump version.

    jtilly committed Jan 12, 2023
    Copy the full SHA
    569c82e View commit details
    Browse the repository at this point in the history
  5. Run black and flake8.

    jtilly committed Jan 12, 2023
    Copy the full SHA
    72b4860 View commit details
    Browse the repository at this point in the history
  6. Pin selenium in CI.

    jtilly committed Jan 12, 2023
    Copy the full SHA
    5931223 View commit details
    Browse the repository at this point in the history