raysect / source

The main source repository for the Raysect project.
http://www.raysect.org
BSD 3-Clause "New" or "Revised" License
86 stars 23 forks source link

Modernise cython implementation #379

Open CnlPepper opened 3 years ago

CnlPepper commented 3 years ago

Cython now provides cleaner special methods for class comparisons, among other API improvements. These are been developed since the early raysect code was written. Before releasing V1, the internal API usage should be updated to current standards.