Skip to content

Releases: microsoft/PTVS

PTVS 2.2.6

24 Jan 17:59
Compare
Choose a tag to compare

Release notes for PTVS 2.2.6

We're pleased to announce the release of Python Tools 2.2.6 for Visual Studio 2015.

Python Tools for Visual Studio (PTVS) is an open-source plug-in for Visual Studio which supports programming with the Python language. It lets you bring your own Python interpreter, including CPython, IronPython, PyPy, and more, and supports a broad range of features from editing with IntelliSense to interactive debugging, profiling, interactive REPLs with support for IPython, cross-platform and cross-language debugging support, and deployment to Microsoft Azure.

We also have a Sample Pack containing extra templates for Django, Flask and Bottle web sites, PyKinect for using Kinect for Windows, and PyVot for interacting with Excel. Our Machine Learning Pack contains some samples for the scikit-learn library and Python code generation for Azure Machine Learning web services.

Downloads

Download Type Size (KB)
Python Tools for VS 2015 MSI 6848KB
Sample Pack VSIX 1592KB
Machine Learning Pack VSIX 111KB

Requirements

PTVS 2.2.6 requires Visual Studio 2015 Community or higher, Express for Desktop or Express for Web. Update 3 is recommended.

You will also need to install one or more Python interpreters. See our help page for assistance choosing a version of Python if you do not already have one.

Fixes for 2.2.6

PTVS 2.2.6 is a critical bug fix release, so no new functionality has been added.

The following significant issues have been resolved:

  • Fixes errors when auto-configuring Python 3.6 (issues #1565, #1994 and #2005)
    • Note that Python 3.6 is still not supported by this release. This fix merely prevents a crash when unsupported versions are configured as custom environments.
  • Fixes interpreter link crashing when path variable not set (issue #2010)

Earlier Visual Studio Versions

PTVS 2.2.3 and later do not support Visual Studio 2013. If you are unable to obtain any of the editions of Visual Studio 2015, the last release of PTVS for Visual Studio 2013 was PTVS 2.2.2 and for Visual Studio 2010 and 2012 was PTVS 2.1.1.

PTVS 2.2.6 RC

04 Jan 20:24
Compare
Choose a tag to compare
PTVS 2.2.6 RC Pre-release
Pre-release

Release notes for PTVS 2.2.6 RC

We're pleased to announce the release of Python Tools 2.2.6 RC for Visual Studio 2015.

Python Tools for Visual Studio (PTVS) is an open-source plug-in for Visual Studio which supports programming with the Python language. It lets you bring your own Python interpreter, including CPython, IronPython, PyPy, and more, and supports a broad range of features from editing with IntelliSense to interactive debugging, profiling, interactive REPLs with support for IPython, cross-platform and cross-language debugging support, and deployment to Microsoft Azure.

We also have a Sample Pack containing extra templates for Django, Flask and Bottle web sites, PyKinect for using Kinect for Windows, and PyVot for interacting with Excel. Our Machine Learning Pack contains some samples for the scikit-learn library and Python code generation for Azure Machine Learning web services.

Downloads

Download Type Size (KB)
Python Tools for VS 2015 MSI 6848KB
Sample Pack VSIX 1592KB
Machine Learning Pack VSIX 111KB

Requirements

PTVS 2.2.6 RC requires Visual Studio 2015 Community or higher, Express for Desktop or Express for Web. Update 3 is recommended.

You will also need to install one or more Python interpreters. See our help page for assistance choosing a version of Python if you do not already have one.

Fixes for 2.2.6

PTVS 2.2.6 is a critical bug fix release, so no new functionality has been added.

The following significant issues have been resolved:

  • Fixes errors when auto-configuring Python 3.6 (issues #1565, #1994 and #2005)
    • Note that Python 3.6 is still not supported by this release. This fix merely prevents a crash when unsupported versions are configured as custom environments.
  • Fixes interpreter link crashing when path variable not set (issue #2010)

Earlier Visual Studio Versions

PTVS 2.2.3 and later do not support Visual Studio 2013. If you are unable to obtain any of the editions of Visual Studio 2015, the last release of PTVS for Visual Studio 2013 was PTVS 2.2.2 and for Visual Studio 2010 and 2012 was PTVS 2.1.1.

Python tools for Visual Studio "15" Preview 5

07 Oct 22:37
Compare
Choose a tag to compare

We're pleased to announce the release of Visual Studio "15" Preview 5 with Python language support.

Python tools and language support for Visual Studio includes open-source plug-ins for Visual Studio and distributions to support programming with the Python language. It also lets you bring your own Python interpreter, including CPython, IronPython, PyPy, and more, and supports a broad range of features from editing with IntelliSense to interactive debugging, profiling, interactive REPLs with support for IPython, cross-platform and cross-language debugging support, package management with Pip, and deployment to Microsoft Azure.

We also have a Sample Pack containing extra templates for Django, Flask and Bottle web sites. Our Machine Learning Pack contains some samples for the scikit-learn library and Python code generation for Azure Machine Learning web services.

Requirements and Installation

Python support is available as part of Visual Studio "15" Preview 5.

vs15preview5install1

Visual Studio "15" introduces the concept of scenario-specific workloads. Depending on your use cases, you can get Python support by selecting either the Python Development workload or the Data Science and Analytics workload.

Improvements

  • Intellisense improvements.
  • REPL Improvements - Ctrl+Enter shortcut and code cells.
  • Interactive Entry Points – create and pick backend for an arbitrary number of interactive windows with a single entry point.
  • Project template for creating C extensions.
  • Completions for file name.
  • Shared assemblies for common code.
  • Numerous editor, debugger, and core experience bug fixes.

The following significant issues have been resolved since the last preview:

  • Formatting document (ctrl-k,d) removes async keyword in front of "async for"
  • PEP 526 Syntax support
  • NullReferenceException when clicking "Install Python Package" without Python Environments window

Known Issues

  • Build fails when Lightweight Project Load is enabled
  • Profiling
  • Install from requirements.txt command doesn't prompt for elevation
  • Can't create virtual environment on Data Science workload Anaconda
  • Package uninstall from solution explorer doesn't prompt to elevate
  • Double backslash in Python environments prevent from opening interpreter folder
  • Profiling doesn't work on dev15

Your feedback and suggestions are much appreciated. To report issues or to review the complete list of known issues for this release, please visit our issues page.

Earlier Visual Studio Versions

If you are unable to obtain any of the editions of Visual Studio "15", the last release of PTVS for Visual Studio 2015 was PTVS 2.2.5, the last release of PTVS for Visual Studio 2015 was PTVS 2.2.2 and for Visual Studio 2010 and 2012 was PTVS 2.1.1.

PTVS 2.2.5

29 Aug 20:13
Compare
Choose a tag to compare

Release notes for PTVS 2.2.5

We're pleased to announce the release of Python Tools 2.2.5 for Visual Studio 2015.

Python Tools for Visual Studio (PTVS) is an open-source plug-in for Visual Studio which supports programming with the Python language. It lets you bring your own Python interpreter, including CPython, IronPython, PyPy, and more, and supports a broad range of features from editing with IntelliSense to interactive debugging, profiling, interactive REPLs with support for IPython, cross-platform and cross-language debugging support, and deployment to Microsoft Azure.

We also have a Sample Pack containing extra templates for Django, Flask and Bottle web sites, PyKinect for using Kinect for Windows, and PyVot for interacting with Excel. Our Machine Learning Pack contains some samples for the scikit-learn library and Python code generation for Azure Machine Learning web services.

Downloads

Download Type Size (KB)
Python Tools for VS 2015 MSI 6844KB
Sample Pack VSIX 1592KB
Machine Learning Pack VSIX 111KB

Requirements

PTVS 2.2.5 requires Visual Studio 2015 Community or higher, Express for Desktop or Express for Web. Update 3 is recommended.

You will also need to install one or more Python interpreters. See our help page for assistance choosing a version of Python if you do not already have one.

Improvements for 2.2.5

PTVS 2.2.5 is a critical bug fix release, so no new functionality has been added.

The following significant issues have been resolved:

  • Fixes some race conditions when opening projects (issues #1411 and #1415)

Known Issues

  • #523 Invalid digital signature on VSIX in VS 2015

Your feedback and suggestions are much appreciated. To report issues or to review the complete list of known issues for this release, please visit our issues page.

WFastCgi

The WFastCgi tool for hosting Python websites on servers running IIS can now be found on PyPI.

Earlier Visual Studio Versions

PTVS 2.2.5 and later will not support Visual Studio 2013 or earlier. If you are unable to obtain any of the editions of Visual Studio 2015, the last release of PTVS for Visual Studio 2013 was PTVS 2.2.2 and for Visual Studio 2010 and 2012 was PTVS 2.1.1.

PTVS 2.2.5 RC1

05 Aug 22:07
Compare
Choose a tag to compare
PTVS 2.2.5 RC1 Pre-release
Pre-release

Release notes for PTVS 2.2.5 RC1

We're pleased to announce a release candidate for Python Tools 2.2.5 for Visual Studio.

Python Tools for Visual Studio (PTVS) is an open-source plug-in for Visual Studio which supports programming with the Python language. It lets you bring your own Python interpreter, including CPython, IronPython, PyPy, and more, and supports a broad range of features from editing with IntelliSense to interactive debugging, profiling, interactive REPLs with support for IPython, cross-platform and cross-language debugging support, and deployment to Microsoft Azure.

We also have a Sample Pack containing extra templates for Django, Flask and Bottle web sites, PyKinect for using Kinect for Windows, and PyVot for interacting with Excel. Our Machine Learning Pack contains some samples for the scikit-learn library and Python code generation for Azure Machine Learning web services.

Downloads

Download Type Size (KB)
Python Tools for VS 2015 MSI 6844KB
Sample Pack VSIX 1592KB
Machine Learning Pack VSIX 111KB

Requirements

PTVS 2.2.5 RC1 requires Visual Studio 2015 Community or higher, Express for Desktop or Express for Web. Update 3 is recommended.

You will also need to install one or more Python interpreters. See our help page for assistance choosing a version of Python if you do not already have one.

Improvements for 2.2.5

PTVS 2.2.5 is a critical bug fix release, so no new functionality has been added.

The following significant issues have been resolved:

  • Fixes some race conditions when opening projects (issues #1411 and #1415)

Known Issues

  • #523 Invalid digital signature on VSIX in VS 2015

Your feedback and suggestions are much appreciated. To report issues or to review the complete list of known issues for this release, please visit our issues page.

WFastCgi

The WFastCgi tool for hosting Python websites on servers running IIS can now be found on PyPI.

Earlier Visual Studio Versions

PTVS 2.2.5 and later will not support Visual Studio 2013 or earlier. If you are unable to obtain any of the editions of Visual Studio 2015, the last release of PTVS for Visual Studio 2013 was PTVS 2.2.2 and for Visual Studio 2010 and 2012 was PTVS 2.1.1.

Dev Release - 2016-07-08

08 Jul 21:26
Compare
Choose a tag to compare
Pre-release

This release is updated frequently from the latest source code. It has been signed and virus scanned, but has not been extensively tested and is not recommended for production environments.

Please report any bugs that you find in this build, and include the filename of the installer you used in your report.

You can also build PTVS from the latest sources.

Downloads

Download Type Size (KB)
Python Tools for VS 2015 MSI 6088KB
  • While this dev build is available for Visual Studio 2015, we are planning for our next release to only support VS "15". Please email python@microsoft.com with details of your need if you believe you will be severely impacted.
  • No new feature releases for VS 2013 are planned.

PTVS 2.2.4

27 Jun 20:10
Compare
Choose a tag to compare

Release notes for PTVS 2.2.4

We're pleased to announce the release of Python Tools 2.2.4 for Visual Studio.

Python Tools for Visual Studio (PTVS) is an open-source plug-in for Visual Studio which supports programming with the Python language. It lets you bring your own Python interpreter, including CPython, IronPython, PyPy, and more, and supports a broad range of features from editing with IntelliSense to interactive debugging, profiling, interactive REPLs with support for IPython, cross-platform and cross-language debugging support, and deployment to Microsoft Azure.

We also have a Sample Pack containing extra templates for Django, Flask and Bottle web sites, PyKinect for using Kinect for Windows, and PyVot for interacting with Excel. Our Machine Learning Pack contains some samples for the scikit-learn library and Python code generation for Azure Machine Learning web services.

Downloads

Download Type Size (KB)
Python Tools for VS 2015 MSI 6848KB
Sample Pack VSIX 1592KB
Machine Learning Pack VSIX 111KB

Requirements

PTVS 2.2.4 requires Visual Studio 2015 Community or higher, Express for Desktop or Express for Web. Update 3 is recommended.

You will also need to install one or more Python interpreters. See our help page for assistance choosing a version of Python if you do not already have one.

Improvements for 2.2.4

PTVS 2.2.4 is a bug fix release, so no new functionality has been added.

The following significant issues have been resolved:

  • Azure Web App remote debug command now displays a help page instead of automatically connecting (or, more likely, doing nothing at all)
  • Default indentation is now Smart instead of Block
  • Some crash fixes

Known Issues

  • #523 Invalid digital signature on VSIX in VS 2015

Your feedback and suggestions are much appreciated. To report issues or to review the complete list of known issues for this release, please visit our issues page.

WFastCgi

The WFastCgi tool for hosting Python websites on servers running IIS can now be found on PyPI.

Earlier Visual Studio Versions

PTVS 2.2.4 and later will not support Visual Studio 2013 or earlier. If you are unable to obtain any of the editions of Visual Studio 2015, the last release of PTVS for Visual Studio 2013 was PTVS 2.2.2 and for Visual Studio 2010 and 2012 was PTVS 2.1.1.

Dev Release - 2016-06-17

17 Jun 21:52
Compare
Choose a tag to compare
Pre-release

This release is updated frequently from the latest source code. It has been signed and virus scanned, but has not been extensively tested and is not recommended for production environments.

Please report any bugs that you find in this build, and include the filename of the installer you used in your report.

You can also build PTVS from the latest sources.

Downloads

Download Type Size (KB)
Python Tools for VS 2015 MSI 6068KB
Python Tools for VS "15" MSI 6064KB
  • While a dev build is available for Visual Studio 2015, we are planning for our next release to only support VS "15". Please email python@microsoft.com with details of your need if you believe you will be severely impacted.
  • The VS "15" installer requires Visual Studio 15 regular installer, not the "new" installer.
  • No new feature releases for VS 2013 are planned.

Dev Release - 2016-05-27

28 May 00:03
Compare
Choose a tag to compare
Pre-release

This release is updated frequently from the latest source code. It has been signed and virus scanned, but has not been extensively tested and is not recommended for production environments.

Please report any bugs that you find in this build, and include the filename of the installer you used in your report.

You can also build PTVS from the latest sources.

Downloads

Download Type Size (KB)
Python Tools for VS 2015 MSI 6068KB
Python Tools for VS "15" MSI 6064KB
  • While a dev build is available for Visual Studio 2015, we are planning for our next release to only support VS "15". Please email python@microsoft.com with details of your need if you believe you will be severely impacted.
  • The VS "15" installer requires Visual Studio 15 regular installer, not the "new" installer.
  • No new feature releases for VS 2013 are planned.

PTVS 2.2.4 RC1

20 May 22:51
Compare
Choose a tag to compare
PTVS 2.2.4 RC1 Pre-release
Pre-release

Release notes for PTVS 2.2.4 RC1

We're pleased to announce a release candidate for Python Tools 2.2.4 for Visual Studio.

Python Tools for Visual Studio (PTVS) is an open-source plug-in for Visual Studio which supports programming with the Python language. It lets you bring your own Python interpreter, including CPython, IronPython, PyPy, and more, and supports a broad range of features from editing with IntelliSense to interactive debugging, profiling, interactive REPLs with support for IPython, cross-platform and cross-language debugging support, and deployment to Microsoft Azure.

We also have a Sample Pack containing extra templates for Django, Flask and Bottle web sites, PyKinect for using Kinect for Windows, and PyVot for interacting with Excel. Our Machine Learning Pack contains some samples for the scikit-learn library and Python code generation for Azure Machine Learning web services.

Downloads

Download Type Size (KB)
Python Tools for VS 2015 MSI 6844KB
Sample Pack VSIX 1606KB
Machine Learning Pack VSIX 111KB

Requirements

PTVS 2.2.4 RC1 requires Visual Studio 2015 Community or higher, Express for Desktop or Express for Web. Update 2 is recommended.

You will also need to install one or more Python interpreters. See our help page for assistance choosing a version of Python if you do not already have one.

Improvements for 2.2.4

PTVS 2.2.4 is a critical bug fix release, so no new functionality has been added.

The following significant issues have been resolved:

  • Azure Web App remote debug command now displays a help page instead of automatically connecting (or, more likely, doing nothing at all)
  • Default indentation is now Smart instead of Block
  • Some crash fixes

Known Issues

  • #523 Invalid digital signature on VSIX in VS 2015

Your feedback and suggestions are much appreciated. To report issues or to review the complete list of known issues for this release, please visit our issues page.

WFastCgi

The WFastCgi tool for hosting Python websites on servers running IIS can now be found on PyPI.

Earlier Visual Studio Versions

PTVS 2.2.4 and later will not support Visual Studio 2013 or earlier. If you are unable to obtain any of the editions of Visual Studio 2015, the last release of PTVS for Visual Studio 2013 was PTVS 2.2.2 and for Visual Studio 2010 and 2012 was PTVS 2.1.1.