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

Drop Python 2.7 Support for 0.2.0 #113

Closed
ljvmiranda921 opened this issue May 16, 2018 · 1 comment
Closed

Drop Python 2.7 Support for 0.2.0 #113

ljvmiranda921 opened this issue May 16, 2018 · 1 comment
Assignees

Comments

@ljvmiranda921
Copy link
Owner

For v.0.2.0, I am planning to introduce some backend API changes:

  • Port all tests (from unittest) into pytest
  • Add a backend module to handle lower level implementations (this module will be imported by GlobalBestPSO and other PSOs).

Because of this, I might drop Python 2.X support to accommodate some of these backend changes (such as using pytest). And because Python itself is already in its 2.7 countdown, we might as well follow suit.

What do you think @SioKCronin ?

ljvmiranda921 pushed a commit that referenced this issue May 16, 2018
@ljvmiranda921 ljvmiranda921 self-assigned this May 17, 2018
ljvmiranda921 pushed a commit that referenced this issue May 18, 2018
Resolves #101 
Port units tests into pytest

Reference: #113
ljvmiranda921 pushed a commit that referenced this issue May 18, 2018
@ljvmiranda921
Copy link
Owner Author

Close this issue once the BinaryPSO and DiscreteSwarmOptimizer has been ported successfully

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant