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

main -> dev #6073

Merged
merged 13 commits into from
May 26, 2024
Merged

main -> dev #6073

merged 13 commits into from
May 26, 2024

Commits on May 20, 2024

  1. Remove unittest2, return to unittest

    We are currently using a custom-modified unittest2, which itself was a
    modified version of the standard library package unittest.
    
    Originally, unittest2 allowed people to use later versions of unittest
    in early 2.* versions of python. It also backported certain utilities
    from python's 3.4 version of unittest back to python2.
    
    We don't use python2 anymore. We don't need unittest2 anymore. This
    commit removes all unittest2 and removes the custom unittest2
    dependency.
    davidlowryduda committed May 20, 2024
    Configuration menu
    Copy the full SHA
    8e5030e View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Remove install-deps.sh

    As advocated by Edgar and David Roe at #6062
    davidlowryduda committed May 21, 2024
    Configuration menu
    Copy the full SHA
    f3d80e1 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. update 6561 subgroups

    jenpaulhus committed May 25, 2024
    Configuration menu
    Copy the full SHA
    7a6a621 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. Configuration menu
    Copy the full SHA
    8d14be8 View commit details
    Browse the repository at this point in the history
  2. CMF tweaks

    AndrewVSutherland committed May 26, 2024
    Configuration menu
    Copy the full SHA
    be321b5 View commit details
    Browse the repository at this point in the history
  3. tweaks

    AndrewVSutherland committed May 26, 2024
    Configuration menu
    Copy the full SHA
    f24ac1f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #6071 from AndrewVSutherland/main

    CMF tweaks to accommodate recently added data
    AndrewVSutherland authored May 26, 2024
    Configuration menu
    Copy the full SHA
    58518b5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #6069 from jenpaulhus/sub6561

    Subgroup error fix
    AndrewVSutherland authored May 26, 2024
    Configuration menu
    Copy the full SHA
    7fcfd43 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5749b61 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #6072 from LMFDB/autopep8-patches

    Fixes by autopep8 action
    AndrewVSutherland authored May 26, 2024
    Configuration menu
    Copy the full SHA
    071d6d1 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #6070 from fchapoton/remove_uft8_declarations

    remove superflous utf8 declarations
    AndrewVSutherland authored May 26, 2024
    Configuration menu
    Copy the full SHA
    45fb639 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c5c9fd6 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #6062 from davidlowryduda/testing

    Remove unittest2, return to unittest
    AndrewVSutherland authored May 26, 2024
    Configuration menu
    Copy the full SHA
    4c35ab8 View commit details
    Browse the repository at this point in the history