From bb3a683ddefc940f6fc5aeae1bfe833551a1f842 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20F=C3=BCrrutter?= <90468339+FlorianFuerrutter@users.noreply.github.com> Date: Mon, 26 Aug 2024 22:56:32 +0200 Subject: [PATCH] update RELEASES.md --- src/RELEASES.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/src/RELEASES.md b/src/RELEASES.md index c7f57d7..5f37151 100644 --- a/src/RELEASES.md +++ b/src/RELEASES.md @@ -1,3 +1,36 @@ +# genQC 0.1.0 - 26.08.2024 + +### Description: + +- Upload of `genQC` to `pypi`. +- Added [`CUDA-Q`](https://github.com/NVIDIA/cuda-quantum) kernel export. +- Added hugginface model loading. +- Increased minimal python version to 3.10 + +### Tested on: + +- Ubuntu 22.04.4 LTS +- nbdev==2.3.27 (for notebook development) +- python 3.10 + +**Libs**: + +```txt +torch==2.4.0 +numpy==2.1.0 +matplotlib==3.9.2 +scipy==1.14.1 +pandas==2.2.2 +omegaconf==2.3.0 +qiskit==1.2.0 +tqdm==4.66.5 +joblib==1.4.2 +open-clip-torch==2.26.1 +ipywidgets==8.1.5 +pylatexenc==2.10 +huggingface_hub==0.24.6 +``` + # Arxiv submission release - 07.12.2023