waltsims / k-wave-python

A Python interface to k-Wave GPU accelerated binaries
https://k-wave-python.readthedocs.io/en/latest/
GNU General Public License v3.0
105 stars 31 forks source link

Refactor package file layout #219

Open waltsims opened 1 year ago

waltsims commented 1 year ago

Some classes are hidden in subdirectories, leading to difficulty finding them and lengthy import statements (c.f. here). We should work to refactor this moving forward to improve usability.

waltsims commented 1 year ago