ATTPC / Spyral

A Python analysis library for AT-TPC data
GNU General Public License v3.0
2 stars 3 forks source link

Update to v0.9.0 #148

Closed gwm17 closed 3 weeks ago

gwm17 commented 3 weeks ago

Release of v0.9.0

Major Feature: Shared Memory implemented for phases. Implement shared memory for interpolation Mesh in InterpSolverPhase.

Cleanup of printing vs logging. Now almost everywhere that could print outside of the start_pipeline function logs instead of prints (exception being Mesh generation). Using more Exceptions to better handle exceptional behavior.

Update documentation, README, pyproject.