Radomir Stevanovic
Radomir Stevanovic
Currently, to fetch a specific project's SAPI token (for use in scripting), one can write: ``` dwave leap project token --project CODE --json | jq .token -r ``` and then...
Last release in 0.9 branch was [0.9.16](https://github.com/dwavesystems/dimod/releases/0.9.16), released in Sep 2021, over two years ago. It should be safe to drop support for it, and simplify logic in a few...
We currently support: - `metadata_api_endpoint` (file/kwarg) option and `DWAVE_METADATA_API_ENDPOINT` (env var) - `endpoint` (file/kwarg) option and `DWAVE_API_ENDPOINT` (env var) for specifying SolverAPI (SAPI) endpoint - legacy names back from the...
As the use of Ocean/cloud-client in production app code (and/or server-side services code) increases, the need for easier parsed logs becomes apparent. We need to: - adapt log statements to...
Extend https://github.com/dwavesystems/dwave-system/blob/13809d9ca55bdc7785c29567982f888435e553b9/dwave/system/samplers/dwave_sampler.py#L478 to support validation of fast anneal schedules. Alternatively, create a separate function specialized for fast anneal, `validate_fast_anneal_schedule`.
**Description** Storing sampling warnings (in `SampleSet.info`) renders sampleset JSON unserializable. **To Reproduce** ```python >>> import json >>> import dimod >>> from dwave.system import EmbeddingComposite, DWaveSampler >>> from dwave.system.warnings import WarningAction...
**Description** Currently `CQM.to_file()` encodes constraint labels with [`json.dumps`](https://github.com/dwavesystems/dimod/blob/85f5bafd514f32585666e5de4c75db9b53444626/dimod/constrained/constrained.py#L1786), allowing characters that are illegal in file names, like `/`. That becomes a problem only when trying to extract the CQM zip...
Document the need to install `requirements.txt` or recommend Leap IDE use. Perhaps add a separate "Installation" section, [as suggested](https://github.com/dwave-examples/job-shop-scheduling/pull/16#pullrequestreview-976933294) by @JoelPasvolsky? Could be an overkill on smaller readmes.
`pandas=1.2.1` [install (build) on windows is failing for python 3.10](https://app.circleci.com/pipelines/github/dwave-examples/circuit-fault-diagnosis/105/workflows/e5bfaa75-3796-4776-a45b-0bdad744faa5/jobs/356/parallel-runs/3?filterBy=FAILED). That's because pandas started shipping windows binary wheels for py3.10 in version 1.3.3 (they also dropped py36 in that version,...
CircleCi is [dropping macos Intel support](https://discuss.circleci.com/t/macos-intel-support-deprecation-in-january-2024/48718) as of June 29, 2024.