Skip to content

Conversation

roaffix
Copy link
Contributor

@roaffix roaffix commented Sep 18, 2019

Core features in this PR:

  • Add PEP8 code-style changes
  • Add up to 50 tags (BUG, FIXME, TODO) all over the package
  • Add new module defaults (explained below)
  • Remove all from ... import *
  • Remove unused imports/returns/args/etc.

About module changes:
array module was used in library and vice-versa. It led to conflict, so I moved some functions from library to another module defaults. The same with util and device, so 2 functions were moved from the first one to the second one.

Comment:
If this PR will be merged, I think it'd be better to update the minor version of the package. Also, docs update needed.

@roaffix roaffix force-pushed the feature/remove-import-star branch from a0aa3fe to 6fb2dfc Compare November 13, 2020 01:16
@roaffix roaffix changed the base branch from master to dev November 13, 2020 01:39
@syurkevi syurkevi merged commit 01e9840 into arrayfire:dev Nov 13, 2020
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

Successfully merging this pull request may close these issues.

2 participants