Skip to content

Commit

Permalink
Fix release notes part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
rathishcholarajan committed Apr 21, 2022
1 parent 337045f commit a2c337e
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 18 deletions.
20 changes: 20 additions & 0 deletions releasenotes/notes/0.1/01-update-entrypoint-0c70b2c5d51bff8a.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
upgrade:
- |
The ``IBMQ`` global variable which was an instance of the ``IBMQFactory`` has been removed.
``IBMQFactory`` and ``AccountProvider`` classes have been removed and the functionality provided by these
two classes have been combined and refactored in the new ``IBMProvider`` class. This class will provide
a simplified interface as shown below and serve as the entrypoint going forward.
``IBMProvider.save_account(TOKEN, INSTANCE)`` - Save your account to disk for future use and optionally set
a default instance (hub/group/project) to be used when loading your account.
``IBMProvider()`` - Load account using saved credentials.
``IBMProvider.saved_accounts()`` - View the accounts saved to disk.
``IBMProvider.delete_account()`` - Delete the saved account from disk.
``IBMProvider(TOKEN)`` - Enable your account in the current session.
``IBMProvider.active_account()`` - List the account currently active in the session.
9 changes: 0 additions & 9 deletions releasenotes/notes/0.1/enable-live-data-f5e1ad6db97f84c9.yaml

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit a2c337e

Please sign in to comment.