Skip to content

Commit

Permalink
Update deprecation warning versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisCummins authored and bwasti committed Aug 3, 2021
1 parent ee07a63 commit 4d3b0de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ semantics validation, and improving the datasets. Many thanks to @JD-at-work,
- Added default reward spaces for `CompilerEnv` that are derived from scalar
observations (thanks @bwasti!)
- Added a new Q learning example (thanks @JD-at-work!).
- *Deprecation:* The next release v0.1.5 will introduce a new datasets API that
is easier to use and more flexible. In preparation for this, the `Dataset`
class has been renamed to `LegacyDataset`, the following dataset operations
have been marked deprecated: `activate()`, `deactivate()`, and `delete()`. The
- *Deprecation:* The v0.1.9 release will introduce a new datasets API that is
easier to use and more flexible. In preparation for this, the `Dataset` class
has been renamed to `LegacyDataset`, the following dataset operations have
been marked deprecated: `activate()`, `deactivate()`, and `delete()`. The
`GetBenchmarks()` RPC interface method has also been marked deprecated..
- [llvm] Improved semantics validation using LLVM's memory, thread, address, and
undefined behavior sanitizers.
Expand Down
2 changes: 1 addition & 1 deletion compiler_gym/service/proto/compiler_gym_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ service CompilerGymService {
//
// DEPRECATED(https://github.com/facebookresearch/CompilerGym/issues/45): The
// GetBenchmarks() operation is deprecated as of CompilerGym v0.1.4 and will
// be removed in CompilerGym v0.1.5.
// be removed in CompilerGym v0.1.9.
rpc GetBenchmarks(GetBenchmarksRequest) returns (GetBenchmarksReply);
// Register a new benchmark.
rpc AddBenchmark(AddBenchmarkRequest) returns (AddBenchmarkReply);
Expand Down

0 comments on commit 4d3b0de

Please sign in to comment.