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

Miscellaneous improvements for 2024-W14 #162

Merged
merged 35 commits into from
Apr 9, 2024
Merged

Miscellaneous improvements for 2024-W14 #162

merged 35 commits into from
Apr 9, 2024

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    21917b0 View commit details
    Browse the repository at this point in the history
  2. Add .tools.gfei, tests

    - From message_data.tools.gfei_fuel_economy.
    - Converted to an ExoDataSource.
    khaeru committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    5c2f885 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    162d612 View commit details
    Browse the repository at this point in the history
  4. Quiet logging from PIL

    khaeru committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    914a743 View commit details
    Browse the repository at this point in the history
  5. Add .project.gea.data, tests

    - From message_data.tools.gea.
    - Simplified using ExoDataSource.
    khaeru committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    2229abb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c5b262e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    67f99a6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    084b714 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9160abd View commit details
    Browse the repository at this point in the history
  10. Add .tools.iea.eei, tests

    - Migrated from message_data.tools.iea_eei.
    - Streamlined and improved using ExoDataSource.
    - Add "Turkey" to .util.pycountry.
    khaeru committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    04e96a0 View commit details
    Browse the repository at this point in the history
  11. Improve .tools.exo_data

    - Add standard .aggregate, .interpolate source kwargs to control
      transform().
    - Add iamc_like_data_for_query() kwargs:
      - drop, to drop certain non-IAMC columns that may appear.
      - unique, to override default behaviour of requiring 4 dimensions
        contain unique values.
      - Other kwargs passed to pd.read_csv(); allow to override
        engine="pyarrow".
    khaeru committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    cadddab View commit details
    Browse the repository at this point in the history
  12. Add .project.shape.data, tests

    - Migrated from message_data.projects.shape.
    - Improved using ExoDataSource.
    - Also migrate docs, tests.
    khaeru committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    3f80d10 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7221221 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    54abd4b View commit details
    Browse the repository at this point in the history
  15. Add .util.path_fallback()

    khaeru committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    c97123a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0f34c06 View commit details
    Browse the repository at this point in the history
  17. Tidy .shape.data.INFO

    khaeru committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    6429399 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    936e7c4 View commit details
    Browse the repository at this point in the history
  19. Use path_fallback in .gfei

    khaeru committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    de7b558 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    4982eaf View commit details
    Browse the repository at this point in the history
  21. Update MANIFEST.in for #162, #159

    khaeru committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    51622e7 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    4c8b071 View commit details
    Browse the repository at this point in the history
  23. Remove .xlsx files for snapshot-[01]

    Always fetch these from Zenodo; avoid using LFS storage/bandwidth quota.
    khaeru committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    0e1192b View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    e3a58b7 View commit details
    Browse the repository at this point in the history
  25. Remove .gfei.TECH_MAP

    khaeru committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    b84d7a3 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    bdb8ef9 View commit details
    Browse the repository at this point in the history
  27. Handle "cache" in path_fallback()

    - Add tests.
    - Add docstring.
    khaeru committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    b1c18c9 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    9ca95d8 View commit details
    Browse the repository at this point in the history
  29. Expand docs for #162

    - Add to whatsnew.
    - Split project docs to separate pages.
    khaeru committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    c0e8cbd View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    0db8a66 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    b4897e0 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    b72e6c9 View commit details
    Browse the repository at this point in the history
  33. Revert "Use "*optional*", not "optional", in docstrings"

    This reverts commit 1584d42.
    khaeru committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    d5307a9 View commit details
    Browse the repository at this point in the history
  34. Use genno.compat.sphinx.rewrite_refs

    - Add configuration.
    - Address ~270 of ~450 nitpick warnings in Sphinx build.
    - Remove custom ReST aliases.
    - Remove some nitpick_ignore_regex entries.
    khaeru committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    f7c2664 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    7dc5385 View commit details
    Browse the repository at this point in the history