Skip to content

Releases: spyder-ide/pysyntect

Pysyntect release v0.3.0

05 May 22:02
Compare
Choose a tag to compare

This release brings compatibility with the latest versions of PyO3 and syntect, which enables compatibility with the stable toolchain of Rust. It also provides compatibility with Python 3.9. Finaly, this release includes a complete refactoring of the codebase.

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

Pysyntect release v0.2.0

03 Jun 21:11
Compare
Choose a tag to compare

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

Pysyntect release v0.1.2

21 Apr 18:15
Compare
Choose a tag to compare

This is another emergency release due to some conflicting errors with a file that contained non-UTF8 characters, which prevented conda recipes to be built on Windows

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

Pysyntect release v0.1.1

17 Apr 01:19
Compare
Choose a tag to compare

This is an emergency release due to some errors with py3.6 wheel (Linux) uploading to PyPi.

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

Pysyntect release v0.1.0

17 Apr 00:52
Compare
Choose a tag to compare

This is the first version of pysyntect!
In this release we implemented the first Python wrapper around syntect library, which includes several features, such as loading themes and syntax definition files, also it allows to highlight files and display them on the terminal.

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