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: Now 'matrix' represents a 2-D numpy array and unrecognized data types fall back to 'vectors' #3351

Merged
merged 21 commits into from
Oct 16, 2024
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
0c82b3c
data_kind: Refactor the if-else statements into if-return statements
seisman Oct 3, 2024
808755d
data_kind: Now 'matrix' represents a 2-D numpy array and unrecognizd …
seisman Oct 3, 2024
0eb4f8f
Make 'data' a required parameter
seisman Oct 3, 2024
9891b2c
Fix x2sys_cross as pd.DataFrame is 'vectors' kind now
seisman Oct 3, 2024
a9d094c
Fix legend as now 'vectors' doesn't mean data is None
seisman Oct 3, 2024
3d8be4d
Add docstrings for stringio
seisman Oct 3, 2024
7c104a9
Merge branch 'data_kind/return' into refactor/data_kind
seisman Oct 4, 2024
5790923
Merge branch 'main' into refactor/data_kind
seisman Oct 7, 2024
6954c5d
Fix docstrings
seisman Oct 7, 2024
9300ca3
Merge branch 'main' into refactor/data_kind
seisman Oct 7, 2024
2701a4a
Merge branch 'main' into refactor/data_kind
seisman Oct 8, 2024
7fcf57f
Merge branch 'main' into refactor/data_kind
seisman Oct 10, 2024
991f688
Merge branch 'main' into refactor/data_kind
seisman Oct 11, 2024
51569c8
Update pygmt/clib/session.py
seisman Oct 13, 2024
4a4f192
2-D array-like that implements '__array_interface__' is matrix
seisman Oct 14, 2024
2a6e788
Merge branch 'main' into refactor/data_kind
seisman Oct 14, 2024
2b054b6
Merge branch 'main' into refactor/data_kind
seisman Oct 15, 2024
cfa32ed
Add a test for passing string dtype matrix
seisman Oct 15, 2024
ef6e6aa
Fix a bug when passing a 2-D matrix to virtualfile_from_vectors
seisman Oct 15, 2024
423e5dc
Should transpose the 2-D matrix before passing to virtualfile_from_ve…
seisman Oct 15, 2024
81e57f7
Merge branch 'main' into refactor/data_kind
seisman Oct 16, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'main' into refactor/data_kind
seisman authored Oct 16, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 81e57f77cee3bfd678a8c7541850e345a5a5f914

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.