Skip to content

Commit 4693081

Browse files
committed
Upgrade dependencies and regenerate
1 parent ba325fe commit 4693081

File tree

8 files changed

+23
-23
lines changed

8 files changed

+23
-23
lines changed

bonsai/Bonsai.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<Package id="AllenNeuralDynamics.SniffDetector" version="0.2.0" />
1616
<Package id="AllenNeuralDynamics.Treadmill" version="0.2.0" />
1717
<Package id="AllenNeuralDynamics.VersionControl" version="0.1.1" />
18-
<Package id="AllenNeuralDynamics.WhiteRabbit" version="0.2.0" />
18+
<Package id="AllenNeuralDynamics.WhiteRabbit" version="0.2.0" />f
1919
<Package id="AssimpNet" version="4.1.0" />
2020
<Package id="AsyncIO" version="0.1.69" />
2121
<Package id="Bonsai" version="2.8.5" />

src/DataSchemas/aind_behavior_session_model.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"properties": {
33
"aind_behavior_services_pkg_version": {
4-
"default": "0.8.8",
4+
"default": "0.8.9",
55
"pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
66
"title": "aind_behavior_services package version",
77
"type": "string"

src/DataSchemas/aind_telekinesis_rig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1775,13 +1775,13 @@
17751775
"type": "string"
17761776
},
17771777
"output_arguments": {
1778-
"default": "-vf \"scale=out_color_matrix=bt709:out_range=full\" -c:v h264_nvenc -pix_fmt nv12 -color_range full -colorspace bt709 -color_trc linear -tune hq -preset p4 -rc vbr -cq 12 -b:v 0M -metadata author=\"Allen Institute for Neural Dynamics\" -maxrate 700M -bufsize 350M",
1778+
"default": "-vf \"scale=out_color_matrix=bt709:out_range=full,format=bgr24,scale=out_range=full\" -c:v h264_nvenc -pix_fmt yuv420p -color_range full -colorspace bt709 -color_trc linear -tune hq -preset p4 -rc vbr -cq 12 -b:v 0M -metadata author=\"Allen Institute for Neural Dynamics\" -maxrate 700M -bufsize 350M",
17791779
"description": "Output arguments",
17801780
"title": "Output Arguments",
17811781
"type": "string"
17821782
},
17831783
"input_arguments": {
1784-
"default": "-v verbose -colorspace bt709 -color_primaries bt709 -color_range full -color_trc linear",
1784+
"default": "-colorspace bt709 -color_primaries bt709 -color_range full -color_trc linear",
17851785
"description": "Input arguments",
17861786
"title": "Input Arguments",
17871787
"type": "string"
@@ -2038,7 +2038,7 @@
20382038
},
20392039
"properties": {
20402040
"aind_behavior_services_pkg_version": {
2041-
"default": "0.8.8",
2041+
"default": "0.8.9",
20422042
"pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
20432043
"title": "aind_behavior_services package version",
20442044
"type": "string"

src/DataSchemas/aind_telekinesis_task_logic.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
"title": "Rng Seed"
200200
},
201201
"aind_behavior_services_pkg_version": {
202-
"default": "0.8.8",
202+
"default": "0.8.9",
203203
"pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
204204
"title": "aind_behavior_services package version",
205205
"type": "string"

src/Extensions/AindBehaviorSessionModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace AindTelekinesisDataSchema.Session
1515
public partial class AindBehaviorSessionModel
1616
{
1717

18-
private string _aindBehaviorServicesPkgVersion = "0.8.8";
18+
private string _aindBehaviorServicesPkgVersion = "0.8.9";
1919

2020
private string _version = "0.3.0";
2121

src/Extensions/AindTelekinesisRig.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4489,9 +4489,9 @@ public partial class VideoWriterFfmpeg : VideoWriter
44894489

44904490
private string _containerExtension = "mp4";
44914491

4492-
private string _outputArguments = "-vf \"scale=out_color_matrix=bt709:out_range=full\" -c:v h264_nvenc -pix_fmt nv12 -color_range full -colorspace bt709 -color_trc linear -tune hq -preset p4 -rc vbr -cq 12 -b:v 0M -metadata author=\"Allen Institute for Neural Dynamics\" -maxrate 700M -bufsize 350M";
4492+
private string _outputArguments = "-vf \"scale=out_color_matrix=bt709:out_range=full,format=bgr24,scale=out_range=full\" -c:v h264_nvenc -pix_fmt yuv420p -color_range full -colorspace bt709 -color_trc linear -tune hq -preset p4 -rc vbr -cq 12 -b:v 0M -metadata author=\"Allen Institute for Neural Dynamics\" -maxrate 700M -bufsize 350M";
44934493

4494-
private string _inputArguments = "-v verbose -colorspace bt709 -color_primaries bt709 -color_range full -color_trc linear";
4494+
private string _inputArguments = "-colorspace bt709 -color_primaries bt709 -color_range full -color_trc linear";
44954495

44964496
public VideoWriterFfmpeg()
44974497
{
@@ -5314,7 +5314,7 @@ public override string ToString()
53145314
public partial class AindTelekinesisRig
53155315
{
53165316

5317-
private string _aindBehaviorServicesPkgVersion = "0.8.8";
5317+
private string _aindBehaviorServicesPkgVersion = "0.8.9";
53185318

53195319
private string _version = "0.2.0";
53205320

src/Extensions/AindTelekinesisTaskLogic.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ public partial class AindTelekinesisTaskParameters
503503

504504
private double? _rngSeed;
505505

506-
private string _aindBehaviorServicesPkgVersion = "0.8.8";
506+
private string _aindBehaviorServicesPkgVersion = "0.8.9";
507507

508508
private Environment _environment = new Environment();
509509

uv.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)