Releases: rtbot-dev/rtbot
Releases · rtbot-dev/rtbot
v0.4.6
v0.4.5
v0.4.4
What's Changed
Full Changelog: v0.4.3...v0.4.4
What's Changed
- RB-445 by @techlias in #101
- upgrade actions/cache from v3 to v4 by @techlias in #102
- Add continue-on-error to setup-bazelisk in release.yaml to handle cache service failures by @techlias in #103
- RB-448 memory leaks by @eduarduseldorf in #104
Full Changelog: v0.4.3...v0.4.4
v0.4.3
v0.4.2
What's Changed
- python multi line issue by @eduarduseldorf in #98
- indentation issue by @eduarduseldorf in #99
Full Changelog: v0.4.1...v0.4.2
v0.4.1
v0.4.0
What's Changed
- RB-106 Create benchmark application by @rcarcasses in #59
- RB-117 Fix Demultiplexer Parameter by @eduarduseldorf in #61
- RB-118 Fix issue, python test failing in GitHub workflow by @rcarcasses in #62
- RB-120 RSI api test generated by compiler by @eduarduseldorf in #63
- RB-159 adding greater/less than stream operators by @eduarduseldorf in #64
- RB-165 Fixing output filter implementation by @eduarduseldorf in #65
- fix(tests): Fix receive function test by @eduarduseldorf in #66
- RB-214 Implement serialization of the state of an rtbot program by @rcarcasses in #67
- RB-249 Add ConstantResampler and Function operators by @rcarcasses in #68
- RB-255 Next Generation Implementation by @rcarcasses in #69
- RB-255 Next Generation Implementation by @rcarcasses in #70
- RB-409 Fixing Pipeline reset by @eduarduseldorf in #93
- RB-410 MovingSum and LessThanOrEqualToReplace by @eduarduseldorf in #94
- RB-423 removing unnecessary data structures by @eduarduseldorf in #95
- RB-426 debug mode to all runtime functions by @eduarduseldorf in #96
Full Changelog: v0.3.7...v0.4.0
v0.3.7
Bazel setup
Paste this snippet into your WORKSPACE file:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rtbot",
sha256 = "76b39514f045a2bfa326e82afac61ce4df9d9495168ca8ec2cd5773978522af1",
strip_prefix = "rtbot-0.3.7",
url = "https://github.com/rtbot-dev/rtbot/releases/download/v0.3.7/rtbot-v0.3.7.tar.gz",
)
load("@rtbot//:deps.bzl", "rtbot_deps" = "deps")
rtbot_deps()Full Changelog: v0.3.6...v0.3.7
v0.3.1
Bazel setup
Paste this snippet into your WORKSPACE file:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rtbot",
sha256 = "380fcde07ac1966cac7fe4ee7aaaa4d8cec488e713c229a455d2ff56ed312431",
strip_prefix = "rtbot-0.3.1",
url = "https://github.com/rtbot-dev/rtbot/releases/download/v0.3.1/rtbot-v0.3.1.tar.gz",
)
load("@rtbot//:deps.bzl", "rtbot_deps" = "deps")
rtbot_deps()Full Changelog: v0.3.0...v0.3.1
v0.2.9
Bazel setup
Paste this snippet into your WORKSPACE file:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rtbot",
sha256 = "1470127a1fc1cd28d019667d90c923eec792dabaa7675ce5770ba52ec00b7eba",
strip_prefix = "rtbot-0.2.9",
url = "https://github.com/rtbot-dev/rtbot/releases/download/v0.2.9/rtbot-v0.2.9.tar.gz",
)
load("@rtbot//:deps.bzl", "rtbot_deps" = "deps")
rtbot_deps()Full Changelog: v0.2.8...v0.2.9