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

Make the toolbox a package #1

Closed
ilent2 opened this issue Mar 1, 2018 · 1 comment
Closed

Make the toolbox a package #1

ilent2 opened this issue Mar 1, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@ilent2
Copy link
Owner

ilent2 commented Mar 1, 2018

It would be good to make the toolbox into a package, this will reduce namespace pollution. The functions can be used individually, such as

ott.force_z(...)

or all the functions can be imported

import ott.*

This will require adding the above import to all toolbox functions that use other toolbox functions and changing the directory ott-toolbox to +ott, however this change breaks backwards comparability.

@ilent2 ilent2 added the enhancement New feature or request label Mar 1, 2018
@ilent2
Copy link
Owner Author

ilent2 commented Apr 5, 2018

Done in 4b36dff

@ilent2 ilent2 closed this as completed Apr 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant