-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
more flexible time periods, mandatory schedule specs, input and outpu…
…t formats (#295) * Provide more flexibility for defining mandatory schedule specifications. * provide more flexibility for time periods. * Improve consistency in slicing and fix code syntax issues. * Consistency and code syntax. * code syntax. * code syntax fixes. * syntax fix. * Add necessary change to test script settings. * Modify relevant section of the settings.yml for tests and examples. * restore 'hours' as deprecated for backwards compatibility. * Add default value for period_minutes for backwards compatibilitiy. * create develop branch so we can merge features here before merging (releasing) to master * provide more flexibility for time periods. * Improve consistency in slicing and fix code syntax issues. * Consistency and code syntax. * code syntax fixes. * Modify relevant section of the settings.yml for tests and examples. * restore 'hours' as deprecated for backwards compatibility. * Add default value for period_minutes for backwards compatibilitiy. * Fix overflows * Complete testing of the flexible time periods. * pep8 * test some floats too. * pep8 * start with csvs and write hdf5 outputs if desired (#290) * add h5_store option to write_tables * keep csv files as the default * read input tables from CSV * update docs, drop scripts no longer needed, include example files in package * formatting Co-authored-by: Blake <[email protected]> * Update travis.yml * Pandas 1.0 fixes Co-authored-by: Clint Daniels <[email protected]> Co-authored-by: Blake <[email protected]>
- Loading branch information
1 parent
7b57c94
commit a3dca1f
Showing
37 changed files
with
14,222 additions
and
444 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,3 +65,5 @@ docs/_build/ | |
*.cprof | ||
*.lprof | ||
|
||
# macOS | ||
*.DS_Store |
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
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 was deleted.
Oops, something went wrong.
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
Oops, something went wrong.