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

pygmt.x2sys_cross: Refactor to use virtualfiles for output tables [BREAKING CHANGE: Dummy times in 3rd and 4th columns now have np.timedelta64 type] #3182

Merged
merged 43 commits into from
Jun 9, 2024

Commits on Apr 20, 2024

  1. Configuration menu
    Copy the full SHA
    95fab98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce926a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86278cb View commit details
    Browse the repository at this point in the history
  4. Fix static typing issue

    seisman committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    58c6ea4 View commit details
    Browse the repository at this point in the history
  5. Fix warnings

    seisman committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    d6eeade View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    9d12ae1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28eb1df View commit details
    Browse the repository at this point in the history
  3. Fix

    seisman committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    5e926e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    c1c756d View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Update docstrings

    seisman committed May 6, 2024
    Configuration menu
    Copy the full SHA
    3a3df0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3aea9a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d869a32 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    b46d21d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81a1ec0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07fe53e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f04506 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    84765e4 View commit details
    Browse the repository at this point in the history
  6. Improve tests

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

Commits on May 25, 2024

  1. Configuration menu
    Copy the full SHA
    bf59e61 View commit details
    Browse the repository at this point in the history
  2. Deal with TIME_EPOCH

    seisman committed May 25, 2024
    Configuration menu
    Copy the full SHA
    9bc063a View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. Configuration menu
    Copy the full SHA
    b0b5099 View commit details
    Browse the repository at this point in the history
  2. Fix a typo

    seisman committed May 26, 2024
    Configuration menu
    Copy the full SHA
    1396ee8 View commit details
    Browse the repository at this point in the history
  3. Update

    seisman committed May 26, 2024
    Configuration menu
    Copy the full SHA
    6f2671a View commit details
    Browse the repository at this point in the history
  4. Fix

    seisman committed May 26, 2024
    Configuration menu
    Copy the full SHA
    a9a4179 View commit details
    Browse the repository at this point in the history
  5. Typo

    seisman committed May 26, 2024
    Configuration menu
    Copy the full SHA
    04a1986 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Fix

    seisman committed May 27, 2024
    Configuration menu
    Copy the full SHA
    b27212b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa3e9af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97312fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6450ba0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    29a7f9e View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Further simplify the logic

    seisman committed May 28, 2024
    Configuration menu
    Copy the full SHA
    d5294a4 View commit details
    Browse the repository at this point in the history
  2. Fix

    seisman committed May 28, 2024
    Configuration menu
    Copy the full SHA
    55f7c30 View commit details
    Browse the repository at this point in the history
  3. Further simplification

    seisman committed May 28, 2024
    Configuration menu
    Copy the full SHA
    a44390d View commit details
    Browse the repository at this point in the history
  4. Improve tests

    seisman committed May 28, 2024
    Configuration menu
    Copy the full SHA
    b81e292 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    870d9c7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    db94b91 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    de17d5e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ebce56e View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    71af717 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. Configuration menu
    Copy the full SHA
    cf2cfc7 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    3a62fc1 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. Apply suggestions from code review

    Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
    seisman and weiji14 authored Jun 9, 2024
    Configuration menu
    Copy the full SHA
    9fd35ce View commit details
    Browse the repository at this point in the history
  2. Update pygmt/tests/test_x2sys_cross.py

    Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
    seisman and weiji14 authored Jun 9, 2024
    Configuration menu
    Copy the full SHA
    2b3474b View commit details
    Browse the repository at this point in the history