SarcAsM v0.1.2
SarcAsM v0.1.2
Updates:
- Enhanced app usability with a refined GUI layout
- Added automatic check for C++ runtime dependency on Windows
- Enabled export of structural features directly to .xlsx within the app
- Introduced new structural features: n_zbands, n_mbands, and n_vectors
- Fixed incorrect default parameters in the app
- Improved documentation
Important Notes & Technical Details:
- The standalone GUI applications for macOS (
.app) and Windows (.exe) are early versions and may take a significant amount of time to start up initially. We are working on improving this in future releases. - These standalone applications are built using Python 3.11.
- The macOS application only supports Apple Silicon Macs (M1, M2, M3, etc.) and will not run on Intel-based Macs.
- The Windows version currently only utilizes the CPU for processing and does not support CUDA for GPU acceleration.
- Windows Users: If the SarcAsM application (.exe) fails to start, you might need to install or update the Microsoft Visual C++ Redistributable. You can download the latest version from Microsoft's website (typically, the X64 version is appropriate for most modern PCs): https://aka.ms/vs/17/release/vc_redist.x64.exe.
- For high-performance analysis, especially tasks that could benefit from GPU acceleration, we recommend using the SarcAsM Python API. Please refer to the documentation for details: https://sarcasm.readthedocs.io/en/latest/
Assets:
sarc_asm-0.1.2-py3-none-any.whl: Python package (install viapip install sarc_asm-0.1.2-py3-none-any.whl). Built for Python 3. Recommended for users familiar with Python, see documentation for API usage.SarcAsM-v0.1.2_OSX.zip: Application bundle for macOS (Built with Python 3.11). Please note the slow startup time mentioned above.SarcAsM-v0.1.2_Windows.zip: Executable for Windows (Built with Python 3.11). Please note the slow startup time and CPU-only operation mentioned above.