You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
For v.0.2.0, I am planning to introduce some backend API changes:
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 ?
The text was updated successfully, but these errors were encountered: