- (bin): Update publish script.
- (doc): Add Read the Docs configuration file.
- (test): Add github actions.
- (doc): Correct issues links.
- (read): Correct bug due to pandas version.
- (doc): Remove broken badge.
- (setup): Correct setup config file.
- (core): Update build scripts.
- (doc): Update Copyright.
- (core): Correct bug due to schedula version.
- (core): Add python 3.9.
- (cli): Correct default options.
- (rw): Use openpyxl to read xlsx files.
- (doc): Update copyrights.
- (core): Update build script.
- (test): Add test cases for the new option commands.
- (setup): Update schedula requirement.
- (cli): Add option to execute only the re-sampling.
- (doc): Add code of conduct.
- (github): Add issues and pull requests templates.
- (core): Add support for python 3.8 and drop python 3.5 and drop appveyor.
- (cli): Add option to filter out the data-names to work.
- (setup) :gh:`5`: Drop setuptools dependency from setup.py
- (cli): Correct logging level.
- (travis): Remove graphviz installation in travis.
- (travis): Correct travis test execution.
- (doc): Correct PEP8.
- (rtd): Add missing requirements.
- (rtd): Correct importing issue.
- (doc): Correct contrib.
- (setup): Add missing test requirements.
- (setup): Remove nose from setup_requires.
- (build): Improve cleaning.
- (syncing): Remove empty columns.
- (setup) :gh:`3`: Add env ENABLE_SETUP_LONG_DESCRIPTION.
- (setup) :gh:`4`: Build as universal wheel.
- (write): Add un-synced data to output file.
- (setup) :gh:`2`: Correct setup description.
- (cli): Show options defaults.
- (setup) :gh:`1`: Update to canonical pypi name of beautifulsoup4.
- (doc): Add sphinx documentation.
- (appveyor, travis): Configure continuous integration.
- (test): Add test cases.
- (setup): Add setup script.
- (doc): Add documentation.
- (cli): Add command line interface.
- (core): Add processing chain model.
- (rw): Add read and write models.
- (model): Add model.
- (test): Ignore errors when deleting temp folder.
- (setup): Correct requirements.
- (test): Skip doctest of DataFrame.
- (test): Correct test case number approx.