manoharan-lab / holopy

Hologram processing and light scattering in python
GNU General Public License v3.0
131 stars 50 forks source link

Switch to meson build system and pytest #434

Closed vnmanoharan closed 7 months ago

vnmanoharan commented 7 months ago

This PR switches the build system from the deprecated numpy distutils to meson, and switches the test system from nose to pytest. The documentation has been updated to reflect these changes: see INSTALL.txt and the developer's guide in the Sphinx documentation for how to build and install the package.

Addresses #425 and #426