-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ENH: support units for numpy datetime types * MNT: removed unnecessary imports * ENH: add default value for units * ENH: update BuiltinDtype in pydantic * ENH: update BuiltinDtype in pydantic * ENH: add default value for units * TST: datetime dtypes in test_array * MNT: Update changelog * FIX: typo in comment * MNT: fix changelog * FIX: default value of units to empty string. * FIX: use None as the sentinel for the units kwarg * ENH: use np.datetime_data to extract units * TST: Fix failing authorization test -- empty password * MNT: format and lint
- Loading branch information
Showing
5 changed files
with
33 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters