Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 502 Bytes

CHANGES.md

File metadata and controls

11 lines (10 loc) · 502 Bytes

ChangeLog

v3.0 (2023.12)

  • Project reorganised into two parts: a library that is build as a shared object using Cmake and Ctypes bindings and pure Python part that can be installed separately.
  • In general, ver.3.* should be fully compatabile to ver2.*, however, please note that paths for some functions have been changed. For instance,
from tomophantom.artefacts import artefacts_mix
  • Documentation is now available, please check all API for TomoPhantom.
  • Demos were updated