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

Bump pyasic from 0.40.3 to 0.45.1 #282

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 5, 2024

Bumps pyasic from 0.40.3 to 0.45.1.

Release notes

Sourced from pyasic's releases.

v0.45.1

No release notes provided.

v0.45.0

No release notes provided.

v0.44.2

No release notes provided.

v0.44.1

No release notes provided.

v0.44.0

Includes breaking changes to MinerData. See #81 for details.

What's Changed

Full Changelog: UpstreamData/pyasic@v0.43.0...v0.44.0

v0.43.1

No release notes provided.

v0.43.0

This release introduces a new style of MinerConfig, however this release is backwards incompatible with any modification of MinerConfig.

Backwards compatible features -

  • AnyMiner().send_config(AnyMiner().get_config())
    • This will still work, as the conversions directly to other miner types and the pyasic built in methods were not broken.

Backwards incompatible features -

  • Any modification of MinerConfig.
    • This is broken because of a change in the way the config is handled, instead of being 1 monolith config, it is broken into smaller config parts.
    • These smaller parts all have better type hinting, as selections now use enum values instead of string Literals
    • The value parts of the micro configs are all dataclasses
  • MinerConfig.from_{foo}
    • The ways to convert the MinerConfig from API data and config files were changed, although from_api should still work.

v0.42.2

No release notes provided.

v0.42.1

No release notes provided.

v0.42.0

Huge thanks to @​jpcomps for the PR to add ePIC support!

v0.41.0

No release notes provided.

... (truncated)

Commits
  • 070fb26 version: bump version number.
  • 80d9d7d bug: fix possible empty command when getting small data points.
  • 928c24f version: bump version number.
  • 6e7442f Update data locations to be typed with dataclasses and enums. (#82)
  • 936474e Merge pull request #84 from jpcomps/master
  • 2e28060 fixes, changes, and formatting
  • 07f9255 cover chiptune case
  • 6f6f574 add get_config to ePIC backend
  • b89ea1f version: bump version number.
  • 3588197 dependencies: bump httpx version
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pyasic](https://github.com/UpstreamData/pyasic) from 0.40.3 to 0.45.1.
- [Release notes](https://github.com/UpstreamData/pyasic/releases)
- [Commits](UpstreamData/pyasic@v0.40.3...v0.45.1)

---
updated-dependencies:
- dependency-name: pyasic
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 5, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 8, 2024

Superseded by #283.

@dependabot dependabot bot closed this Jan 8, 2024
@dependabot dependabot bot deleted the dependabot/pip/pyasic-0.45.1 branch January 8, 2024 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants