tataratat / splinepy

Library for prototyping spline geometries of arbitrary dimensions and degrees, and IGA
https://tataratat.github.io/splinepy
Other
47 stars 13 forks source link

Leading underscore to module imports #296

Closed SeRealMF closed 11 months ago

SeRealMF commented 11 months ago

Overview

Leading underscores were added to the module imports to make them private. This means that they are not accessible from outside the module and can only be used within the module itself.

Addressed issues

#270

Showcase

import splinepy as _splinepy

new, feature = _splinepy.tataratat()
SeRealMF commented 11 months ago

Should have not been linked to previous commits.

j042 commented 11 months ago

I'd recommend rebasing to main branch before you continue

SeRealMF commented 11 months ago

See #309