All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- added Dockerfile to command template
- added docker tests to command template Makefile
- added tests to command template
-pp_stdlib version is 0.2.2
- removed return empty pd.Dataframe() in any error
- added bool parameter
df_printto control printing calculated dataframe (for testing purposes) - added bool parameter 'raise_error' to control raising errors (for testing purposes)
- added missing return expression in run_otl() function
- run_otl() function now returns actual result
- Added jenkinsfile, changelog, releasenotes and license to command template
- csv type to write command
- Download and use conda in command makefile template
- pp_exec_env version up to 1.4.8
- pp_stdlib version up to 0.2.1
- Fix error in BaseCommand subclass checking
- Removed otl_v1_config.ini from command template
- Set 500 max rows and columns for dataframe
- Added
--fileoption to run otl query from file
- Remove unnecessary lines in requirements.txt
pp_stdlibversion bump
- Changed
createcommandlinksto create links in the package directory instead of the local one - Changed
createcommandrepoto create a link to the command in the package directory - Bumped pp_exec_env version
- Bumped OTLand version
- Initial release
- CHANGELOG.md