MrRobb / gym-rs

OpenAI Gym bindings for Rust
MIT License
61 stars 4 forks source link

Update cpython requirement from 0.3.0 to 0.4.0 #16

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Updates the requirements on cpython to permit the latest version.

Changelog

Sourced from cpython's changelog.

0.4.0 - 2020-01-27

0.3.0 - 2019-08-01

0.2.1 - 2018-09-28

  • Added Python 3.7 support

0.2.0 - 2018-02-27

  • Added pub modifier to py_class! syntax: py_class!(pub class ClassName |py| ...)

  • Changed obj.extract::<Vec<T>>(py) to work with any object implementing the sequence protocol; not just lists.

  • Added the buffer module, which allows safe access to the buffer protocol. This allows zero-copy access to numpy arrays.

  • When building with --feature nightly, extract::<Vec<PrimitiveType>> will try to use the buffer protocol before falling back to the sequence protocol.

  • [Added support for optional parameters][81] to py_argparse!, py_fn! and py_class! macros. (PR by [@Luthaf])

    Example: py_fn!(py, function(i: i32 = 0))

  • Made ObjectProtocol::compare() available on Python 3.

  • Added ObjectProtocol::rich_compare().

  • Fixed [non-deterministic segfault][115] in extension modules using py_class! (PR by [@markbt])

... (truncated)
Commits
  • 8e97469 Version 0.4.0
  • 6ef6d4a Fix extension example in README
  • 17faefa Fix warning in build.rs
  • 8145d96 Merge pull request #189 from yuja/refsharing-core
  • 71af8ec py_class: Fix create_instance() to take inner type of "@shared data"
  • d845063 py_class: Add "@shared data" macro syntax
  • 0633bdd py_class: Duplicate data_decl() for modification
  • b690800 Add utility to share rust reference across Python objects
  • 01aab98 Merge pull request #200 from markbt/rustfmt
  • a4e66a1 format the code
  • Additional commits viewable in compare view


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)