Skip to content

Pysyntect release v0.2.0

Compare
Choose a tag to compare
@andfoy andfoy released this 03 Jun 21:11
· 19 commits to master since this release

This release brings compatibility with the latest versions of PyO3 and syntect, which reduce the total compilation time of the library. We also introduce a function to output LaTeX listings

All Platforms

  • You can easily install this version if you use Anaconda by running:

    conda install pysyntect -c spyder-ide
    

    Note: This usually takes a couple of days to work until conda packages are created and uploaded by conda-forge. Please be patient.

  • Or you can use pip with this command:

    pip install -U pysyntect
    

For the list of new features, closed issues and merged pull requests in this release, please see our Changelog