Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop py35 support #15

Merged
merged 2 commits into from May 13, 2021
Merged

Conversation

randomir
Copy link
Member

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented May 13, 2021

Codecov Report

Merging #15 (cd27245) into master (a833a23) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #15   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         3    +2     
  Lines           17        54   +37     
=========================================
+ Hits            17        54   +37     
Impacted Files Coverage Δ
greedy/sampler.py 100.00% <0.00%> (ø)
greedy/__init__.py 100.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a833a23...cd27245. Read the comment docs.

@randomir randomir merged commit 23356e9 into dwavesystems:master May 13, 2021
@randomir randomir deleted the feature/drop-py35 branch May 13, 2021 12:57
randomir added a commit that referenced this pull request Jun 28, 2021
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants