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

Fix bugs with field mapping and lint issue #346

Merged

Commits on Mar 30, 2021

  1. Fix bugs with field mapping:

    1. If no permission to call _mapping, return readable error
    2. If index is wildcard, fix issues with user warnings
    stevedodson committed Mar 30, 2021
    Copy the full SHA
    2e4c32d View commit details
    Browse the repository at this point in the history
  2. Fixing lint issues

    stevedodson committed Mar 30, 2021
    Copy the full SHA
    e260f8e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    db78903 View commit details
    Browse the repository at this point in the history
  4. Remove pandas/matplotlib deprecation warning

    This warning is due to a conflict between
    pandas/matplotlib that may be resolved in a later
    version. For now, ignore the warning so CI works.
    stevedodson committed Mar 30, 2021
    Copy the full SHA
    12d41c5 View commit details
    Browse the repository at this point in the history