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
250
Star
871
Code
Issues
126
Pull requests
57
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Support various datetime types as input
- #464
#464
Merged
weiji14
merged 18 commits into
master
GenericMappingTools/pygmt:master
from
datetime-input
GenericMappingTools/pygmt:datetime-input
Copy head branch name to clipboard
Jul 13, 2020
Conversation
Commits
18
(18)
Checks
Files changed
Merged
Support various datetime types as input
#464
weiji14
merged 18 commits into
master
GenericMappingTools/pygmt:master
from
datetime-input
GenericMappingTools/pygmt:datetime-input
Copy head branch name to clipboard
Commits
Commits on May 30, 2020
Support various datetime types as input
Show description for 6a75bb3
seisman
committed
6a75bb3
View commit details
Copy full SHA for 6a75bb3
Browse repository at this point
Support raw strings and the Python built-in datetime and date
seisman
committed
4403a4a
View commit details
Copy full SHA for 4403a4a
Browse repository at this point
Add more comments
seisman
committed
261f93c
View commit details
Copy full SHA for 261f93c
Browse repository at this point
Commits on May 31, 2020
Merge branch 'master' into datetime-input
weiji14
authored
4c60678
View commit details
Copy full SHA for 4c60678
Browse repository at this point
Commits on Jun 1, 2020
Merge branch 'master' into datetime-input
seisman
authored
34b4aa8
View commit details
Copy full SHA for 34b4aa8
Browse repository at this point
Merge branch 'master' into datetime-input
seisman
authored
b9b59a6
View commit details
Copy full SHA for b9b59a6
Browse repository at this point
Commits on Jun 4, 2020
Merge branch 'master' into datetime-input
seisman
authored
7b78930
View commit details
Copy full SHA for 7b78930
Browse repository at this point
Add a function array_to_datetime to convert any legal array/list to pandas.DateTimeIndex and numpy.datetime64 types
seisman
committed
fa6ab93
View commit details
Copy full SHA for fa6ab93
Browse repository at this point
Fix 1D to 1d in docstrings
seisman
committed
e21c1ae
View commit details
Copy full SHA for e21c1ae
Browse repository at this point
Test that xarray.DataArray datetimes can be plotted
weiji14
committed
a3cc4b7
View commit details
Copy full SHA for a3cc4b7
Browse repository at this point
Commits on Jun 21, 2020
Merge branch 'master' into datetime-input
seisman
authored
d033de4
View commit details
Copy full SHA for d033de4
Browse repository at this point
Commits on Jun 24, 2020
Merge branch 'master' into datetime-input
seisman
authored
90d97d6
View commit details
Copy full SHA for 90d97d6
Browse repository at this point
Commits on Jun 28, 2020
Merge branch 'master' into datetime-input
seisman
authored
e106152
View commit details
Copy full SHA for e106152
Browse repository at this point
Commits on Jul 12, 2020
Merge branch 'master' into datetime-input
seisman
authored
aba4a67
View commit details
Copy full SHA for aba4a67
Browse repository at this point
Commits on Jul 13, 2020
Normalize whitespace to fix doctest in array_to_datetime
weiji14
committed
607b3ff
View commit details
Copy full SHA for 607b3ff
Browse repository at this point
Convert to np.datetime64 directly instead of using np.asarray
weiji14
committed
f4f4015
View commit details
Copy full SHA for f4f4015
Browse repository at this point
Merge branch 'master' into datetime-input
weiji14
authored
f70db5f
View commit details
Copy full SHA for f70db5f
Browse repository at this point
Switch back to using np.asarray, but use dtype 'object' in test
weiji14
committed
a2258a5
View commit details
Copy full SHA for a2258a5
Browse repository at this point
You can’t perform that action at this time.