-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- capitalize plane letter in file naming for consistency accross pylhc packages - change hardcoded test input file names according to the new behavior - change hardcoded test expected results according to the new behavior - bump tfs-pandas version as 2.0.0 as discussed today
- Loading branch information
Showing
6 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
"""Exposes TfsDataFrame, read_tfs and write_tfs directly in tfs namespace.""" | ||
from tfs.handler import read_tfs, write_tfs, TfsDataFrame | ||
__version__ = "1.0.5" | ||
__version__ = "2.0.0" | ||
# aliases | ||
read = read_tfs | ||
write = write_tfs |
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