mdolab / pyspline

pySpline produces B-spline curves, surfaces, and volumes
Other
39 stars 26 forks source link

Reorganize the repo #20

Closed ewu63 closed 3 years ago

ewu63 commented 3 years ago

Purpose

I split the original pySpline file into four additional files

I also:

Type of change

What types of change is it? Select the appropriate type(s) that describe this PR

Testing

All existing tests pass

Checklist

Put an x in the boxes that apply.

ewu63 commented 3 years ago

I just realized that this is bad because I didn't preserve line history for almost the entire repo. Supposedly that is possible so I'm going to work on that approach instead.

bernardopacini commented 3 years ago

I just realized that this is bad because I didn't preserve line history for almost the entire repo. Supposedly that is possible so I'm going to work on that approach instead.

I had to go through this exact process on a smaller scale while splitting files earlier today. Let me know if you'd like help.