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

filter: Remove attempt at extracting variables from --query #1278

Merged
merged 5 commits into from
Aug 14, 2023

Commits on Aug 12, 2023

  1. Configuration menu
    Copy the full SHA
    9b99dc6 View commit details
    Browse the repository at this point in the history
  2. filter: Remove attempt at extracting variables from --query

    The attempt worked under limited testing, but introduced a bug that can
    only be resolved with further complex Pandas query parsing. I don't
    think that road is worth pursuing at the moment, so it's better to drop
    the effort entirely.
    
    This partially reverts commit 2ead5b3
    and related changes.
    
    I chose to keep the definition of PandasUndefinedVariableError at the
    top-level¹ because it keeps external references next to each other, and
    typing_extensions in the dependency list² because it is bound to be
    useful at some point, and updating dependencies on Augur's Bioconda
    recipe is a hassle.
    
    ¹ 602e3d5
    ² 2658659
    victorlin committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    e8322a5 View commit details
    Browse the repository at this point in the history
  3. Update changelog

    victorlin committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    7d6866b View commit details
    Browse the repository at this point in the history
  4. cram: Add filter-query-and-exclude-ambiguous-dates-by test

    Shows the interaction between the query and exclude-ambiguous-dates-by
    options. This test currently does not work as intended and will be fixed
    in the following commit.
    joverlee521 authored and victorlin committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    1d853c8 View commit details
    Browse the repository at this point in the history
  5. Do type conversions on a copy of the metadata

    This fixes the unexpected behavior described in the previous commit.
    victorlin committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    58e24a3 View commit details
    Browse the repository at this point in the history