Граф коммитов

53 Коммитов

Автор SHA1 Сообщение Дата
Cassandra Granade 714d334538
Update QDK to 0.24.208024. (#779) 2022-05-06 15:55:02 -07:00
Angela Burton bf09e4832a
Add DevSkim scanning and resolve initial alerts (#778) 2022-04-22 16:47:21 -07:00
Ricardo Espinoza 14071e2a04
Update QDK to 0.24.201332 (#774)
Also removes temporary installation instructions in README.md.
2022-03-30 18:55:07 -07:00
Ricardo Espinoza c45a88e680
Adopt .NET6 + VS2022 in Quantum Development Kit (#764)
With this change, we're migrating the main release train of the QDK to the most recent Long Time Support version of the .NET framework. For details about this change, refer to the original issue microsoft/qsharp-compiler#1224.

As part of this change, we're:

- Re-targeting all .NetCoreApp3.1 binaries to .NET6.0
- Updating Docker images, samples and templates.
- Libraries using .NetStandard2.1 are not affected by this change.
- The minimum supported .NET version in the QDK will also be updated from 3.1 to 6.0
- The Visual Studio extension will now target Visual Studio 2022.
2022-03-17 15:25:27 -07:00
Mariia Mykhailova 7c4b47ecd6
Update QDK to 0.23.195983 (#761) 2022-03-07 14:46:02 -08:00
IsraelMiles 5c0a5ba7a6
Update QDK to 0.22.187631 (#740) 2022-01-27 16:10:19 -08:00
Mariia Mykhailova 98baf2f39b
Updates to new array creation syntax, part 2 (#739)
This change covers cases not handled by the Q# Formatter.
2022-01-26 16:12:29 -08:00
Mariia Mykhailova 8b4181c1e6
Update to new array creation syntax (#709)
The change generated by Q# Formatter.
2021-12-14 13:55:41 -08:00
XField 14fd751ddb
Update QDK to 0.21.2112.180703 (#703) 2021-12-14 10:32:07 -08:00
Mariia Mykhailova b56af76243
Update QDK to 0.21.2111177148 (#698) 2021-11-29 13:59:17 -08:00
Robin Kuzmin e4f1a9ff49
Updated QDK to 0.20.2110171573 (#682) 2021-10-26 14:01:17 -07:00
Ricardo Espinoza eb856e81df
Updated the QDK version to 0.19.2109.165653 (#663) 2021-09-29 16:13:55 -07:00
Robin Kuzmin 852009b3ef
Update QDK to version 0.18.2109.162713 (#657) 2021-09-13 10:06:17 -07:00
Mariia Mykhailova 7ea0ce3c0f
Update format for Binder links (#656)
Fixing the Binder links format following the breaking update https://discourse.jupyter.org/t/mybinder-org-using-jupyterlab-by-default/10715.
2021-09-10 17:19:16 -07:00
Angela Burton 2a360b5303
Update QDK to version 0.18.2107.153439 (#643) 2021-07-30 13:07:26 -07:00
Mariia Mykhailova d044e744df
Update QDK to version 0.18.2106.148911 (#633) 2021-06-28 12:07:57 -07:00
Mariia Mykhailova bb887cef14
Update QDK to version 0.17.2105.143879 (#625) 2021-05-27 10:29:00 -07:00
Mariia Mykhailova 58d77ed617
Update QDK to version 0.16.2104.138035 (#617) 2021-04-28 15:07:48 -07:00
Mariia Mykhailova fb048f3d6e
Update QDK to version 0.15.2103.133969 (#611)
* Update QDK to version 0.15.2103.133969

* Clean up build artifacts after each built project
2021-03-31 09:27:01 +02:00
Mariia Mykhailova 82185199b9
Update QDK to version 0.15.2102.129448 (#599) 2021-02-25 13:27:46 -08:00
Vincent van Wingerden 606afd2b7a
Update to 0.15 syntax, batch 2 (#591) 2021-01-30 01:35:47 -08:00
Mariia Mykhailova 6b3ff0d9ab
Update QDK to version 0.15.2101125897 (#589) 2021-01-26 14:07:29 -08:00
Manvi-Agrawal ed363e37ce
[MagicSquareGame] Split task 1.1 in two parts (#562) 2020-11-18 01:06:23 -08:00
Mariia Mykhailova b3bf19e9bf
Update QDK to version 0.13.20102604 (#550) 2020-10-27 12:57:36 -07:00
Vincent van Wingerden 1e8749ac8e
Add Test attribute to open-ended tasks to show them in VS (#540)
In #478 we removed TestSuiteRunner files that detected tests based on a fixed suffix, but we missed the open-ended tasks in Tasks.qs which should also be defined as tests so that they would appear in the list of tests in VS/VS Code. This change adds @Test attribute to those tasks.
2020-10-20 16:39:28 -07:00
Manvi-Agrawal 205cb15522
Update notebooks validation script to exclude individual tasks (#539)
This change introduces a mechanism to exclude certain tasks from CI validation.
See https://github.com/microsoft/QuantumKatas/blob/main/.github/CONTRIBUTING.md#excluding-individual-tasks-from-validation for details.
2020-10-19 22:23:15 -07:00
Piotr Blachnio 8b0ba657c6
Remove _Test suffixes (#533)
* Remove _Test suffixes regarding issue #532
2020-10-15 13:36:23 +02:00
Vincent van Wingerden 34fbf6d4eb
Switch to using Test attributes to denote tests (#478) 2020-10-07 17:32:36 -07:00
Ryan Shaffer 4b810b4770
Load Katas package automatically at startup (#468)
This change contains the following changes:

* Update QDK to version 0.12.20100504.
* Add the IQSharpLoadAutomatically property to each .csproj that will cause IQ# to load the listed packages at initialization time.
* Remove the %package Microsoft.Quantum.Katas and %workspace reload calls from each notebook, since those are no longer necessary with the above change.
2020-10-05 18:18:19 -07:00
Andres Paz 701b5a2144
Global replace of references of master to main (#481) 2020-09-10 17:17:19 -07:00
Vincent van Wingerden ebc0ce0225
Use new Random functions instead of deprecated ones (#473) 2020-08-29 13:07:59 -07:00
Ryan Shaffer 75622b8f1f
Replace project references with package references (#469)
This replaces project references to utilities\Common\Common.csproj with package reference to Microsoft.Quantum.Katas.
2020-08-27 14:41:09 -07:00
Ryan Shaffer 3fc5306fed
Update QDK to version 0.12.20082513 (#470) 2020-08-26 13:39:47 -07:00
Erfan Abedi 9e73ccde90
[RippleCarryAdder] Fix parameter description + Add missing <b> tags. (#463)
* Fixed wrong parameter description in Task 1.4

"carryout" was renamed to "sum".

* Added missing <b> tags.

* Revert whitespace change in SuperdenseCoding.ipynb

Co-authored-by: Mathias Soeken <mathias.soeken@gmail.com>

* Fixed whitespace in Teleportation.ipynb

Co-authored-by: Mathias Soeken <mathias.soeken@gmail.com>

Co-authored-by: Mathias Soeken <mathias.soeken@gmail.com>
2020-08-24 09:13:41 +02:00
Mike Kostersitz bbe24551a7
Clarify Ctrl/⌘+Enter instructions in notebooks (#438)
This change also renames updateQDKVersion script to match PowerShell naming conventions.
2020-08-12 23:51:34 -07:00
Vincent van Wingerden 5dabee0fe1
Update QDK to version 0.12.20072031 (#419) 2020-07-23 10:11:52 -07:00
Mariia Mykhailova 9439250983
Update QDK to version 0.12.20070124 (#397)
Note that the iqsharp-base image uses old version format (with an extra .), which differs from the versions used in other places.
2020-07-06 11:36:53 -07:00
Andres Paz 1ab1278de8
Update Katas to use Microsoft.Quantum.SDK (#383) 2020-06-22 22:52:37 -07:00
Mariia Mykhailova e9d16d703c
Update QDK to version 0.11.2006.403 (#371) 2020-06-12 00:50:38 -07:00
XField c1cc4e302b
Update QDK to version 0.11.2004.2825 (#336) 2020-04-30 20:15:48 -07:00
XField 9f4f919781
Update QDK to version 0.11.2003.3107 (#315) 2020-04-01 12:28:40 -07:00
Mariia Mykhailova 678768bb8e
Revert "Updating netcoreapp3.0 to netcoreapp3.1 (#298)" (#299)
This reverts commit 75751debda that breaks Binder build.
2020-03-10 00:46:35 -07:00
bettinaheim 75751debda
Updating netcoreapp3.0 to netcoreapp3.1 (#298)
* Updating netcoreapp3.0 to netcoreapp3.1

* using same .NET Core Sdk and NuGet version as for other repos

Co-authored-by: Bettina Heim <beheim@microsoft.com>
2020-03-09 22:14:49 -07:00
Mariia Mykhailova 029554d997
Update QDK to version 0.10.2002.2610 (#290) 2020-03-03 11:38:13 -08:00
bettinaheim 74b8362a38 Update QDK to version 0.10.1911.1607 (#235)
This update should fix performance issues introduced in 0.10.1911.307.
2019-11-17 14:16:48 -08:00
bettinaheim 7b8630d281 Update QDK to version 0.10.1911.307 (#221) 2019-11-03 20:54:11 -08:00
Andres Paz 97592eb9d7 Update QDK to version 0.10.1910.3107 (#218) 2019-11-01 18:59:17 -07:00
Andres Paz 47dfa99dc7 Update QDK to version 0.9.1909.3002 (#179) 2019-10-03 14:16:05 -04:00
Mariia Mykhailova 0ad4cc4fc5 Update QDK to version 0.9.1908.2906 (#169) 2019-09-07 10:27:13 -07:00
Andres Paz 3c757f2756 Updating QDK to version 0.8.1907.1701 (#151) 2019-07-19 14:41:13 -07:00