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

11 Коммитов

Автор SHA1 Сообщение Дата
Chris Granade eb5d9a0af3
Create new Docker publishing workflow. (#282)
* Create new Docker publishing workflow.

* Build on wrong branch temporarily to help test.

* Fix ${} syntax.

* Fix FROM line in Dockerfile.

* Also push to latest image.

* Updated container and binder definitions.

* More human readable image names.

* Try pushing to different registry.

* Fix syntax for remote registry name.

* Fix docker login step.

* Login with az acr instead.

* Fix tag names.

* Updated docker repo for binder and devcontainer.

* Fix to Binder config.

* Only prebuild on master.

* Addressing feedback from @anpaz-msft.

* Inject SHA sum into Binder-specific branch.

* Use GITHUB_ACTOR when updating Binder config.

* Use existing action to push.

* Fix inputs to push action.

* Only trigger from master.
2019-12-18 13:05:02 -08:00
bettinaheim ff7ab43e3f
updating package versions (#278) 2019-12-13 17:55:42 -08:00
bettinaheim b4cb3f6e3b
Correct package number (#263) 2019-11-05 09:00:18 -08:00
Andres Paz 30428f0ebf Updating to latest releas (0.10.1910.3107) (#262) 2019-11-03 14:26:02 -08:00
Chris Granade 7ea007c6a4 Update Dockerfile. (#232) 2019-10-03 06:57:48 -07:00
Chris Granade b29c2908dd
Update to 0.9, use some 0.9 features (#228)
* Updated Dockerfile to 0.9 image.

* Updated phase estimation sample a bit.

* Fix SHA sum for devcontainer, update simple algorithms.

* Update a few samples, add host.py to CHSH game.

* Updated database search.

* Add editorconfig to devcontainer.

* Recommend VSCode extensions.

* Force editorconfig to treat workspace as a root.

* Update F# sample.

* Adapted rest of Q# projects in standard samples.

* Adapting notebooks as well.

* Updated Numerics as well.

* Begin updating chemistry samples.

* Addressing feedback.

* Finally remembering to ignore symbol cache.

* Update Numerics/CustomModAdd/CustomModAdd.qs

Co-Authored-By: bettinaheim <34236215+bettinaheim@users.noreply.github.com>

* Update Numerics/CustomModAdd/CustomModAdd.qs

Co-Authored-By: bettinaheim <34236215+bettinaheim@users.noreply.github.com>
2019-09-30 14:50:39 -07:00
Chris Granade a1240c6213 Fix #220 by specifying image SHA sum in Dockerfile (#222)
* Use SHA sum for Binder config.

* Fix FROM line.

* Fix digest again.
2019-08-15 05:28:28 -04:00
Chris Granade 1a7242590a
Bump version of iqsharp-base used to build Docker image. (#214)
* Bump version of the base Docker image.

* Reran notebooks from within container.
2019-07-25 09:45:54 -07:00
Andres Paz 02679596db
Preparing for v0.8 (#207)
* Begin simplifying and updating the Get-GateCount sample (#202)

* Ignore gate count outputs.

* Begin simplifying gate count sample.

* More work on simplifying the gate count sample, updating to beta package.

* Removed a few levels of nested types.

* First → Single, fixed plotting issues.

* Added some blank lines for readability.

* Changed fields to properties, applied uppercase naming.

* Fixed some comments in powershell integration.

* Moving to script-based build.

* Moving to script-based build.

* Moving to 0.8.1906.2007-beta

* Validation of IntegralData only supported in Windows

* Adding step to publish test results.

* Update samples for 0.8 beta. (#206)

* Beginning work on converting samples to 0.8.

* Enabled using devcontainer to lock Quantum Development Kit version.

* Updated several samples to 0.8 beta.

* Updated devcontainer to 0.8 beta.

* Updated several more samples to 0.8.

* Updated a few more projects.

* Adapting development container for working with chemistry, python.

* Add QInfer to docker, put metadata back.

* Added mpl requirements to Dockerfile.

* Updated tomography sample to 0.8.

* Fixed warning in DatabaseSearch.

* Fixed typo.

* Update .devcontainer/README.md

Co-Authored-By: Andres Paz <anpaz@microsoft.com>

* Fixed spelling in F# solution.

* Step 1 of renaming F# driver.

* Step 2 of renaming F# driver.

* Updating qdk to latest version
2019-07-19 08:51:29 -07:00
Andres Paz f85c62c3d4 Merging release 0.7.1905.3109 into master (#198)
* Adding chemistry python sample. (#194)

* Adding chemistry python sample.

* update qdk to 0.7

* Specifying Python versions.

* Updating update version script to include dockerfiles/environment.yml

* Updates chemistry samples for v0.7 (#197)

* Update chemistry samples for v0.7 changes

* Add Broombridge v0.2 samples

* Update schema validator

* Add samples for numerics. (#196)

* Added samples for numerics.

* Tabs vs spaces and update.

* Add FSharpWithQSharp sample to the list of samples (#193)

* Address review comments.

* Updating to 0.7

* Updating to 0.7.1905.3109
2019-05-31 14:07:29 -07:00
Andres Paz e9a0ea945e Enabling notebooks from this repo to run on binder (mybinder.org) (#158)
* New Intro to IQ# notebook

* Adding files for binder

* Tweaks to postbuild script

* Update Samples/src/IntroToIQSharp/Notebook.ipynb

Co-Authored-By: anpaz-msft <anpaz@microsoft.com>

* Update Samples/src/IntroToIQSharp/Operations.qs

Co-Authored-By: anpaz-msft <anpaz@microsoft.com>

* Addint Ctrl+Enter comment

* Update Samples/src/IntroToIQSharp/Notebook.ipynb

Co-Authored-By: anpaz-msft <anpaz@microsoft.com>

* Replacing all kets

* Added --path-to-tool option to postBuild.

* Correct which syntax.

* Moving to Dockerfile

* Tweaks to readme

* Update README.md

Co-Authored-By: anpaz-msft <anpaz@microsoft.com>

* Update README.md

Co-Authored-By: anpaz-msft <anpaz@microsoft.com>

* Incorporating feedback.
2019-04-03 09:01:14 -07:00