7. Changelog

7.1. v1.0.9 (2023-11-15)

7.1.1. Feat

  • (bin): Update publish script.

  • (doc): Add Read the Docs configuration file.

  • (test): Add github actions.

7.1.2. Fix

  • (doc): Correct issues links.

  • (read): Correct bug due to pandas version.

  • (doc): Remove broken badge.

  • (setup): Correct setup config file.

7.2. v1.0.8 (2023-01-27)

7.2.1. Feat

  • (core): Update build scripts.

  • (doc): Update Copyright.

7.2.2. Fix

  • (core): Correct bug due to schedula version.

7.3. v1.0.7 (2021-11-08)

7.3.1. Feat

  • (core): Add python 3.9.

7.3.2. Fix

  • (cli): Correct default options.

7.4. v1.0.6 (2021-01-04)

7.4.1. Fix

  • (rw): Use openpyxl to read xlsx files.

  • (doc): Update copyrights.

7.5. v1.0.5 (2020-03-31)

7.5.1. Feat

  • (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.

7.5.2. Fix

  • (setup) #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.

7.6. v1.0.4 (2019-08-21)

7.6.1. Feat

  • (syncing): Remove empty columns.

7.7. v1.0.3 (2019-08-20)

7.7.1. Feat

  • (setup) #3: Add env ENABLE_SETUP_LONG_DESCRIPTION.

  • (setup) #4: Build as universal wheel.

  • (write): Add un-synced data to output file.

7.8. v1.0.2 (2019-07-15)

7.8.1. Fix

  • (setup) #2: Correct setup description.

7.9. v1.0.1 (2019-07-12)

7.9.1. Feat

  • (cli): Show options defaults.

7.9.2. Fix

  • (setup) #1: Update to canonical pypi name of beautifulsoup4.

7.10. v1.0.0 (2019-02-23)

7.10.1. Feat

  • (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.

7.10.2. Fix

  • (test): Ignore errors when deleting temp folder.

  • (setup): Correct requirements.

  • (test): Skip doctest of DataFrame.

  • (test): Correct test case number approx.