Commit Graph

5 Commits

Author SHA1 Message Date
Abdón Rodríguez Davila d4e6585058 Update QISKit to Qiskit (#634)
* Rename QISKit to Qiskit

* More QISKit to Qiskit

* Revert qiskit/ & test/ files to avoid actual PR conflicts

* Add changelog entry
2018-07-11 13:14:15 +02:00
Juan Gomez 77f3a229b7 * Bumped to version: 0.4.7
* C++ simulator compilation accepts external flags set by the
  user
2018-01-26 12:30:29 +01:00
Juan Gomez 5a9e928e50 Integrating C++ simulator with PIP installation
* Added wheels support for Linux x86_64, simulator won't build on
  these platforms.
* If there's any error building the simulator, continue with the
  installation, but without simulator support.
* Better logging messages.
2018-01-07 17:15:23 +01:00
Juan Gomez 13b25d303a Pip support:
* New MANIFEST.in file to include non-python files like qelib1.inc
* Fixes twine usage in the helper script
* Minor fixes in the classifiers of the setup.py file
* Bumped to version 0.3.2 because of a problem with PyPi
2017-08-24 20:40:26 +02:00
Juan Gomez d217a75e90 Pip support (#35)
Pip support
* Added setup.py script for creating a Pure Wheels distributed package.
* Added a helper script for uploading distributable packages to PyPi.
2017-08-23 16:40:43 +02:00