Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
New Features
---

- Added `num_steps` data vector to returned sampleset (#17)

Fixes
---

- Modernized setup and build pipeline (#16)
  - Package metadata moved to setup.cfg
  - Use PEP-517/PEP-518 build system via pyproject.toml
  - Dropped 32-bit/i686 manylinux wheels
  - Added manylinux2014 wheels
  - Dropped AppVeyor in favor of CircleCI
  - Synchronized deploys
  - New CI workflow (build dist -> install from dist -> test)

- Simplified and standardized CI by extracting common commands
  and jobs to dwave/ocean orb (#19)

Changes
---

- Dropped python 3.5 support (#15)
- Deprecated `greedy.package_info` submodule (#16)
  • Loading branch information
randomir committed Jun 28, 2021
1 parent fb74c7d commit fcee338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion greedy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

__package_name__ = 'dwave-greedy'
__version__ = '0.2.0rc3'
__version__ = '0.2.0'

from greedy.sampler import *
import greedy.sampler
Expand Down

0 comments on commit fcee338

Please sign in to comment.