Skip to content

SarcAsM v0.1.7

Choose a tag to compare

@danihae danihae released this 12 May 13:00
· 157 commits to main since this release

SarcAsM v0.1.7

Updates:

  • Fix issues with movie processing in app
  • Check for newest version upon startup of app
  • Clean and optimize dependencies (remove requirements.txt, update pyproject.toml)
  • Define entry point 'sarcasm'

Full Changelog: v0.1.3...v0.1.7

Important Notes & Technical Details:

  • Test data for getting started can be downloaded here: https://zenodo.org/records/15389034/files/test_data.zip?download=1
  • 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 of our app 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.7-py3-none-any.whl: Python package (install via pip install sarc_asm-0.1.7-py3-none-any.whl). Built for Python 3. Recommended for users familiar with Python, see documentation for API usage.
  • SarcAsM-v0.1.7_OSX.zip: Application bundle for macOS (Built with Python 3.11). Please note the slow startup time mentioned above.
  • SarcAsM-v0.1.7_Windows.zip: Executable for Windows (Built with Python 3.11). Please note the slow startup time and CPU-only operation mentioned above.