Fixed a regression in Docker Desktop 4.28 that caused host files bind-mounted into containers to not show up properly inside the container, when using Docker-in-Docker (via mounts of /var/run/docker.sock) on WSL. Fixed a bug that would cause the following error merging settings: integratedWs...
Fix execution order of multiple stateful calls to experimental_run_v2 in tf.function. You can now iterate over RaggedTensors using a for loop inside tf.function. tf.lite: Migrated the tf.lite C inference API out of experimental into lite/c. Add an option to disallow NNAPI CPU / partial...
Fixed a regression in Docker Desktop 4.28 that caused host files bind-mounted into containers to not show up properly inside the container, when using Docker-in-Docker (via mounts of /var/run/docker.sock) on WSL. Fixed a bug that would cause the following error merging settings: integratedWs...
This version is now out of support. For more information about Visual Studio supported baselines, please review the Support Policy for Visual Studio 2022.Refer to the latest version of the release notes or visit the Visual Studio site to download the latest version of Visual Studio 2022....
Below is an example of the YAML code that you can use to specify a directory. YAML Copy steps: - checkout: self path: my-great-repo In this example, your code will be checked out to the my-great-repo directory in the agent's workspace. If you don't specify a path, your repo...
The initial release of version 2 of the RDKit C++ API; we will continue to expand this in future releases. The new API makes it easier to write correct and memory safe code. The current API is still supported and will remain so for the forseeable future, but we encourage C++ developers...
As part of the move to fully native macOS UI, accessibility has been improved throughout the IDE: Improvements to VoiceOver support across the full feature set. The default light and dark themes have been updated to better match macOS colors and improve contrast. ...
The "Remove Out of Support Components" in the Visual Studio Installer UI will now remove the out of support versions of the .NET runtime included in 15.9 (.NET Core 1.1 and 2.1 were impacted). Visual Studio 2017 version 15.9.59 released on January 9, 2024 Issues Addressed in this release...
Windows: Smoothed out some rough UX when importing PP2 data files repeatedly in the Standard version. Windows: Fixed a regression where closing Targets could make PingPlotter appear blank with no tabs. Windows: Improved reliability of standard re-opening to the same workspace. There were times tabs...
Corrected higher-order gradients of control flow constructs (tf.cond,tf.while_loop, and compositions liketf.foldl) computed withtf.GradientTapeinside atf.function. Changed the default step size ingradient_checker_v2.compute_gradientsto be exactly representable as a binary floating point numbers. This...