Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
0.28.291394 (#817)
Browse files Browse the repository at this point in the history
* Build 0.28.291394.
* Enable uploading missing packs from nuget.org to alpha
* GitHub action fix.
  • Loading branch information
kuzminrobin authored Aug 2, 2023
1 parent 6b8f389 commit 359e6ae
Show file tree
Hide file tree
Showing 72 changed files with 98 additions and 98 deletions.
6 changes: 1 addition & 5 deletions Build/images/samples/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://github.com/microsoft/iqsharp/blob/main/images/iqsharp-base/Dockerfile.
# As per Binder documentation, we choose to use an SHA sum here instead of a
# tag.
FROM mcr.microsoft.com/quantum/iqsharp-base:0.28.277227
FROM mcr.microsoft.com/quantum/iqsharp-base:0.28.291394

# Mark that this Dockerfile is used with the samples repository.
ENV IQSHARP_HOSTING_ENV=SAMPLES_DOCKERFILE
Expand Down Expand Up @@ -56,10 +56,6 @@ RUN dotnet tool install -g \
Microsoft.dotnet-interactive --version 1.0.355307 && \
dotnet interactive jupyter install

# On .NET 5 and later, we need to make sure that NuGet cache files are owned
# by the notebook user and not by root.
RUN chown -R ${USER}:${USER} /tmp/NuGetScratch

# Install additional Python dependencies for the PythonInterop sample.
# Note that QuTiP has as a hard requirement that its dependencies must be
# installed first, so we separate into two pip install steps.
Expand Down
4 changes: 4 additions & 0 deletions Build/steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ steps:
- script: pip install ruamel_yaml jsonschema click setuptools wheel pytest jupyter
displayName: 'Install Python tools'

- task: NuGetAuthenticate@1
inputs:
nuGetServiceConnections: 'public-alpha feed'

##
# Build, test & pack
##
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"rollForward": "latestMinor"
},
"msbuild-sdks": {
"Microsoft.Quantum.Sdk": "0.28.277227"
"Microsoft.Quantum.Sdk": "0.28.291394"
}
}
2 changes: 1 addition & 1 deletion samples/algorithms/chsh-game/CHSHGame.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.28.277227">
<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.28.277227">
<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.28.277227">
<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand All @@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.8.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Microsoft.Quantum.Numerics" Version="0.28.277227" />
<PackageReference Include="Microsoft.Quantum.Numerics" Version="0.28.291394" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion samples/algorithms/oracle-synthesis/OracleSynthesis.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.28.277227">
<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand Down
2 changes: 1 addition & 1 deletion samples/algorithms/order-finding/OrderFinding.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.28.277227">
<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.28.277227">
<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.28.277227">
<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand Down
2 changes: 1 addition & 1 deletion samples/algorithms/simple-grover/SimpleGroverSample.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.28.277227">
<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand Down
2 changes: 1 addition & 1 deletion samples/algorithms/sudoku-grover/SudokuGroverSample.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.28.277227">
<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.28.277227">
<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>net6.0</TargetFramework>
Expand Down
2 changes: 1 addition & 1 deletion samples/algorithms/variational-algorithms/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ channels:
dependencies:
- notebook
- matplotlib
- qsharp==0.28.277227
- qsharp==0.28.291394
# This sample uses the QuTiP library to decompose Hamiltonian operators in
# the Pauli basis.
- qutip
2 changes: 1 addition & 1 deletion samples/azure-quantum/check-ghz/CheckGHZ.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.28.277227">
<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.28.277227">
<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>net6.0</TargetFramework>
<IQSharpLoadAutomatically>true</IQSharpLoadAutomatically>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.28.277227" />
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.28.291394" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.28.277227">
<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.28.277227" />
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.28.291394" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion samples/azure-quantum/grover/Grover.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.28.277227">
<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand Down
2 changes: 1 addition & 1 deletion samples/azure-quantum/hidden-shift/HiddenShift.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.28.277227">
<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand Down
2 changes: 1 addition & 1 deletion samples/azure-quantum/ising-model/IsingModel.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.28.277227">
<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.28.277227">
<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
Expand Down
2 changes: 1 addition & 1 deletion samples/azure-quantum/parallel-qrng/ParallelQrng.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.28.277227">
<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand Down
2 changes: 1 addition & 1 deletion samples/azure-quantum/parallel-qrng/ParallelQrng.ipynb

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.28.277227">
<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Numerics" Version="0.28.277227" />
<PackageReference Include="Microsoft.Quantum.Numerics" Version="0.28.291394" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion samples/azure-quantum/teleport/Teleport.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.28.277227">
<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.28.277227">
<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.28.277227">
<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
- ipyparallel
- py
- notebook
- qsharp==0.28.277227
- qsharp==0.28.291394
- jupyter_client==6.1.7
- pyzmq==19.0.2=py37h453f00a_2
- pip
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.28.277227">
<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">

<PropertyGroup>
<OutputType>Library</OutputType>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies:
- ipyparallel
- py
- notebook
- qsharp==0.28.277227
- qsharp==0.28.291394
- jupyter_client==6.1.7
- pyzmq==19.0.2=py37h453f00a_2
- pip
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageReference Include="Microsoft.Extensions.Logging" Version="3.1.7" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="3.1.7" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.1.7" />
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.28.277227" />
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.28.291394" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.28.277227" />
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.28.291394" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions samples/chemistry/GetGateCount/3-GetGateCount.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

<Project Sdk="Microsoft.Quantum.Sdk/0.28.277227">
<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand All @@ -18,7 +18,7 @@
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="3.1.7" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.1.7" />
<PackageReference Include="PowerShellStandard.Library" Version="5.1.0" />
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.28.277227" />
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.28.291394" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions samples/chemistry/LithiumHydrideGUI/LithiumHydrideGUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.28.277227" />
<PackageReference Include="Microsoft.Quantum.Simulators" Version="0.28.277227" />
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.28.291394" />
<PackageReference Include="Microsoft.Quantum.Simulators" Version="0.28.291394" />
<PackageReference Include="Mono.Options" Version="5.3.0.1" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions samples/chemistry/MolecularHydrogen/MolecularHydrogen.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.28.277227">
<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.28.277227" />
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.28.291394" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.28.277227" />
<PackageReference Include="Microsoft.Quantum.Simulators" Version="0.28.277227" />
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.28.291394" />
<PackageReference Include="Microsoft.Quantum.Simulators" Version="0.28.291394" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>

Expand Down
6 changes: 3 additions & 3 deletions samples/chemistry/RunSimulation/2-RunSimulation.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

<Project Sdk="Microsoft.Quantum.Sdk/0.28.277227">
<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand All @@ -11,8 +11,8 @@
<PackageReference Include="Microsoft.Extensions.Logging" Version="3.1.7" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="3.1.7" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.1.7" />
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.28.277227" />
<PackageReference Include="Microsoft.Quantum.Research" Version="0.28.277227" />
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.28.291394" />
<PackageReference Include="Microsoft.Quantum.Research" Version="0.28.291394" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.28.277227">
<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.28.277227" />
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.28.291394" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions samples/diagnostics/unit-testing/UnitTesting.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.28.277227">
<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.28.277227" />
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.28.291394" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" />
Expand Down
2 changes: 1 addition & 1 deletion samples/error-correction/bit-flip-code/BitFlipCode.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.28.277227">
<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand Down
2 changes: 1 addition & 1 deletion samples/error-correction/syndrome/Syndrome.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.28.277227">
<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
Expand Down
2 changes: 1 addition & 1 deletion samples/getting-started/measurement/Measurement.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.28.277227">
<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand Down
2 changes: 1 addition & 1 deletion samples/getting-started/qrng/Qrng.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.28.277227">
<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.28.277227">
<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.28.277227">
<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand Down
2 changes: 1 addition & 1 deletion samples/interoperability/dotnet/qsharp/qsharp.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.28.277227">
<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">

<PropertyGroup>
<OutputType>Library</OutputType>
Expand Down
Loading

0 comments on commit 359e6ae

Please sign in to comment.