Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
GenericMappingTools
/
pygmt
Public
Notifications
You must be signed in to change notification settings
Fork
249
Star
870
Code
Issues
124
Pull requests
56
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
clib.conversion: Remove the unused array_to_datetime function
- #3507
#3507
Merged
seisman
merged 31 commits into
main
GenericMappingTools/pygmt:main
from
remove/array-to-datetime
GenericMappingTools/pygmt:remove/array-to-datetime
Copy head branch name to clipboard
Feb 8, 2025
Conversation
Commits
31
(31)
Checks
Files changed
Merged
clib.conversion: Remove the unused array_to_datetime function
#3507
seisman
merged 31 commits into
main
GenericMappingTools/pygmt:main
from
remove/array-to-datetime
GenericMappingTools/pygmt:remove/array-to-datetime
Copy head branch name to clipboard
Commits
Commits on Oct 13, 2024
Refactor vectors_to_arrays and deprecate the array_to_datetime function
seisman
committed
3661e54
View commit details
Copy full SHA for 3661e54
Browse repository at this point
No need to use pd.api.types.is_string_dtype anymore
seisman
committed
20b9215
View commit details
Copy full SHA for 20b9215
Browse repository at this point
Commits on Oct 14, 2024
Add tests for vectors_to_arrays
seisman
committed
83673cf
View commit details
Copy full SHA for 83673cf
Browse repository at this point
Rename test_clib_conversion.py to test_clib_vectors_to_arrays.py
seisman
committed
56a0841
View commit details
Copy full SHA for 56a0841
Browse repository at this point
Add one line of code back
seisman
committed
6338cde
View commit details
Copy full SHA for 6338cde
Browse repository at this point
Explicitly checking array.dtype.type
seisman
committed
1864556
View commit details
Copy full SHA for 1864556
Browse repository at this point
Correctly skip the tests if pyarrow is not installed
seisman
committed
54160bf
View commit details
Copy full SHA for 54160bf
Browse repository at this point
Explicitly specify how to convert pandas/pyarrow string dtype to numpy string dtype
seisman
committed
f4e1a5f
View commit details
Copy full SHA for f4e1a5f
Browse repository at this point
Ensure the resulting numpy dtypes are supported by GMT
seisman
committed
ed3be20
View commit details
Copy full SHA for ed3be20
Browse repository at this point
Commits on Oct 17, 2024
Merge branch 'main' into remove/array-to-datetime
seisman
committed
8ab6c6c
View commit details
Copy full SHA for 8ab6c6c
Browse repository at this point
Revert any changes that enhances the conversion process
seisman
committed
e26afbf
View commit details
Copy full SHA for e26afbf
Browse repository at this point
Rename array_to_datetime to _array_to_datetime
seisman
committed
be3c93e
View commit details
Copy full SHA for be3c93e
Browse repository at this point
Commits on Oct 19, 2024
Merge branch 'main' into remove/array-to-datetime
seisman
authored
3d40687
View commit details
Copy full SHA for 3d40687
Browse repository at this point
Some numpy dtypes like np.float16 can't be recognized by GMT
seisman
committed
8f99a97
View commit details
Copy full SHA for 8f99a97
Browse repository at this point
Commits on Oct 22, 2024
Merge branch 'main' into remove/array-to-datetime
seisman
authored
5ecf445
View commit details
Copy full SHA for 5ecf445
Browse repository at this point
Commits on Oct 23, 2024
Merge branch 'main' into remove/array-to-datetime
seisman
authored
cd75c5c
View commit details
Copy full SHA for cd75c5c
Browse repository at this point
Commits on Oct 24, 2024
Merge branch 'main' into remove/array-to-datetime
seisman
committed
91e10a7
View commit details
Copy full SHA for 91e10a7
Browse repository at this point
Merge branch 'main' into remove/array-to-datetime
seisman
committed
47214e5
View commit details
Copy full SHA for 47214e5
Browse repository at this point
Check three variants for string dtypes
seisman
committed
d8777e5
View commit details
Copy full SHA for d8777e5
Browse repository at this point
Commits on Oct 28, 2024
Merge branch 'main' into remove/array-to-datetime
seisman
committed
3286f08
View commit details
Copy full SHA for 3286f08
Browse repository at this point
Also check TypeError
seisman
committed
38b839a
View commit details
Copy full SHA for 38b839a
Browse repository at this point
Commits on Oct 31, 2024
Merge branch 'main' into remove/array-to-datetime
seisman
committed
76cb837
View commit details
Copy full SHA for 76cb837
Browse repository at this point
Commits on Nov 15, 2024
Merge branch 'main' into remove/array-to-datetime
seisman
committed
9573fb6
View commit details
Copy full SHA for 9573fb6
Browse repository at this point
Remove the tests for pandas string dtypes
seisman
committed
bccae94
View commit details
Copy full SHA for bccae94
Browse repository at this point
Commits on Nov 28, 2024
Merge branch 'main' into remove/array-to-datetime
seisman
committed
d64c795
View commit details
Copy full SHA for d64c795
Browse repository at this point
Remove the array_to_datetime function
seisman
committed
a410357
View commit details
Copy full SHA for a410357
Browse repository at this point
Commits on Jan 9, 2025
Merge branch 'main' into remove/array-to-datetime
seisman
committed
53288dc
View commit details
Copy full SHA for 53288dc
Browse repository at this point
Commits on Jan 13, 2025
Merge branch 'main' into remove/array-to-datetime
seisman
committed
765d6c3
View commit details
Copy full SHA for 765d6c3
Browse repository at this point
Commits on Feb 1, 2025
Merge branch 'main' into remove/array-to-datetime
seisman
authored
d847eee
View commit details
Copy full SHA for d847eee
Browse repository at this point
Commits on Feb 3, 2025
Merge branch 'main' into remove/array-to-datetime
seisman
authored
b0d4029
View commit details
Copy full SHA for b0d4029
Browse repository at this point
Commits on Feb 6, 2025
Merge branch 'main' into remove/array-to-datetime
seisman
authored
9743bbf
View commit details
Copy full SHA for 9743bbf
Browse repository at this point
You can’t perform that action at this time.