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

**Breaking**: data_kind: data is None and required now returns the 'empty' kind #3482

Merged
merged 30 commits into from
Oct 16, 2024

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    0c82b3c View commit details
    Browse the repository at this point in the history
  2. data_kind: Now 'matrix' represents a 2-D numpy array and unrecognizd …

    …data types fall back to 'vectors'
    seisman committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    808755d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0eb4f8f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9891b2c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a9d094c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a0e1848 View commit details
    Browse the repository at this point in the history
  7. Add docstrings for stringio

    seisman committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    3d8be4d View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

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

Commits on Oct 7, 2024

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

    seisman committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    6954c5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ddda3b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9300ca3 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    2701a4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3cb459 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    7fcf57f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91eb1b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Rename 'none' kind to 'empty'

    seisman committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    a1e67d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    991f688 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c83c9f8 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Update pygmt/helpers/utils.py

    Co-authored-by: Wei Ji <[email protected]>
    seisman and weiji14 authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    ea9ddaa View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. clib: Switch the order of if-conditions to improve the Session.call_m…

    …odule performance (#3502)
    
    Co-authored-by: Wei Ji <[email protected]>
    seisman and weiji14 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    6f55375 View commit details
    Browse the repository at this point in the history
  2. Fix the conversion error for pandas.Series with missing values in pan…

    …das<=2.1 (#3505)
    
    Co-authored-by: Wei Ji <[email protected]>
    seisman and weiji14 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    3252988 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    003d8a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    edf80c0 View commit details
    Browse the repository at this point in the history
  5. clib.conversion: Add type hints and improve docstrings for dataarray_…

    …to_matrix/vectors_to_arrays/array_to_datetime (#3496)
    seisman committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    fde7901 View commit details
    Browse the repository at this point in the history
  6. Update pygmt/helpers/utils.py

    Co-authored-by: Wei Ji <[email protected]>
    seisman and weiji14 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    78fdfb1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ebb3257 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e2b47b6 View commit details
    Browse the repository at this point in the history
  9. Fix docstrings

    seisman committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    a469acf View commit details
    Browse the repository at this point in the history
  10. Remove duplicated doctest

    seisman committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    74bc161 View commit details
    Browse the repository at this point in the history