Releases: ContactEngineering/SurfaceTopography
Releases · ContactEngineering/SurfaceTopography
v1.11.0
v1.10.1
v1.10.0
- API: Do not return None as
ChannelInfo
(this was only the GWY reader) - ENH: Reader for WSxM (.stp, .top) files
- ENH: Reader for Sensorfar XML SPM (.plux) files
- BUG: Fixed loading of non-square Gwyddion (.gwy) files
- MAINT: More robust XY (line scan) and XYZ reader
v1.9.0
v1.8.0
- API: Generalized container readers to support multiple file formats
- API:
SurfaceContainer
is nowInMemorySurfaceContainer
- ENH: Reader for Zygo DATX (.datx)
- ENH: Reader for Olympus LEXT (.lext)
- ENH: Reader for ZAG containers (.zag)
- BUG: Fixed
scale_dependent_curvature_from_area
- BUG: More robust date parsing for Mitutoyo reader
- MAINT: Reader infrastructure now supports declarative readers that define
the file layout directly - MAINT: Switched SUR and PLU readers to declarative style
- CI: macOS wheels (arm64 and x86_64)
v1.7.0
- ENH: Support for Gwyddion's native file format (#307)
- ENH: Support for Sensofar SPM files (.plu, .apx)
- ENH: Support for Micrprof files (.frt)
- ENH: Support for HFM files (.hfm, text files)
- ENH: Readers now report MIME types and typical file extensions
- BUG: Contents of ZIP files should be detected as binary streams
- MAINT: Added pandas as a dependency for text file parsing