Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release of version 0.8.0 #22

Open
johannfaouzi opened this issue Mar 29, 2019 · 0 comments
Open

Release of version 0.8.0 #22

johannfaouzi opened this issue Mar 29, 2019 · 0 comments

Comments

@johannfaouzi
Copy link
Owner

Version 0.8.0 is available on PyPI. A lot of changes have been made to the package, with no backward compatibility unfortunately (but it was necessary). The package was significantly improved, in terms of optimization, code cleaniless and documentation. Here is a summary of the changes:

  • No more Python 2 support

  • New package required: numba

  • Updated required versions of packages

  • Modification of the API:

    • quantization module merged in approximation and removed

    • bow module renamed bag_of_words

    • Fewer acronyms used for the names of the classes: if an algorithm has a name
      with three words or fewer, the whole name is used.

    • More preprocessing tools in preprocessing module

    • New module metrics with metrics specific to time series

  • Improved tests using pytest tools

  • Reworked documentation

  • Updated continuous integration scripts

  • More optimized code using numba

@johannfaouzi johannfaouzi changed the title Release of 0.8.0 version Release of version 0.8.0 Apr 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant