Skip to content

Conversation

@apdavison
Copy link
Member

  • moved a lot of code out of init.py files into more meaningfully-named modules, init.py files now contain mostly just imports to expose the API
  • made internal imports all relative
  • updated copyright statements
  • reordered import statements: standard library, external packages, internal

(note that we still need to clean the modules that don't currently get tested by CI, e.g. nineml and neuroml)

- moved a lot of code out of __init__.py files into more meaningfully-named modules, __init__.py files now contain mostly just imports to expose the API
- made internal imports all relative
- updated copyright statements
- reordered import statements: standard library, external packages, internal

(note that we still need to clean the modules that don't currently get tested by CI, e.g. nineml and neuroml)
@apdavison apdavison added this to the 0.10.2 milestone Feb 4, 2023
@coveralls
Copy link

coveralls commented Feb 4, 2023

Coverage Status

Coverage: 71.572% (+0.5%) from 71.091% when pulling 8f21b66 on apdavison:spring-clean into 1b9694f on NeuralEnsemble:master.

@apdavison apdavison merged commit bf36bd5 into NeuralEnsemble:master Feb 4, 2023
@apdavison apdavison deleted the spring-clean branch February 4, 2023 18:32
@apdavison apdavison modified the milestones: 0.10.2, 0.11.0 Feb 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants