Skip to content

Commit

Permalink
Upgrade dependencies and regenerate
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-f-cruz committed Nov 20, 2024
1 parent ba325fe commit 4693081
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion bonsai/Bonsai.config
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<Package id="AllenNeuralDynamics.SniffDetector" version="0.2.0" />
<Package id="AllenNeuralDynamics.Treadmill" version="0.2.0" />
<Package id="AllenNeuralDynamics.VersionControl" version="0.1.1" />
<Package id="AllenNeuralDynamics.WhiteRabbit" version="0.2.0" />
<Package id="AllenNeuralDynamics.WhiteRabbit" version="0.2.0" />f
<Package id="AssimpNet" version="4.1.0" />
<Package id="AsyncIO" version="0.1.69" />
<Package id="Bonsai" version="2.8.5" />
Expand Down
2 changes: 1 addition & 1 deletion src/DataSchemas/aind_behavior_session_model.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"properties": {
"aind_behavior_services_pkg_version": {
"default": "0.8.8",
"default": "0.8.9",
"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-]+)*))?$",
"title": "aind_behavior_services package version",
"type": "string"
Expand Down
6 changes: 3 additions & 3 deletions src/DataSchemas/aind_telekinesis_rig.json
Original file line number Diff line number Diff line change
Expand Up @@ -1775,13 +1775,13 @@
"type": "string"
},
"output_arguments": {
"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",
"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",
"description": "Output arguments",
"title": "Output Arguments",
"type": "string"
},
"input_arguments": {
"default": "-v verbose -colorspace bt709 -color_primaries bt709 -color_range full -color_trc linear",
"default": "-colorspace bt709 -color_primaries bt709 -color_range full -color_trc linear",
"description": "Input arguments",
"title": "Input Arguments",
"type": "string"
Expand Down Expand Up @@ -2038,7 +2038,7 @@
},
"properties": {
"aind_behavior_services_pkg_version": {
"default": "0.8.8",
"default": "0.8.9",
"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-]+)*))?$",
"title": "aind_behavior_services package version",
"type": "string"
Expand Down
2 changes: 1 addition & 1 deletion src/DataSchemas/aind_telekinesis_task_logic.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
"title": "Rng Seed"
},
"aind_behavior_services_pkg_version": {
"default": "0.8.8",
"default": "0.8.9",
"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-]+)*))?$",
"title": "aind_behavior_services package version",
"type": "string"
Expand Down
2 changes: 1 addition & 1 deletion src/Extensions/AindBehaviorSessionModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace AindTelekinesisDataSchema.Session
public partial class AindBehaviorSessionModel
{

private string _aindBehaviorServicesPkgVersion = "0.8.8";
private string _aindBehaviorServicesPkgVersion = "0.8.9";

private string _version = "0.3.0";

Expand Down
6 changes: 3 additions & 3 deletions src/Extensions/AindTelekinesisRig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4489,9 +4489,9 @@ public partial class VideoWriterFfmpeg : VideoWriter

private string _containerExtension = "mp4";

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";
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";

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

public VideoWriterFfmpeg()
{
Expand Down Expand Up @@ -5314,7 +5314,7 @@ public override string ToString()
public partial class AindTelekinesisRig
{

private string _aindBehaviorServicesPkgVersion = "0.8.8";
private string _aindBehaviorServicesPkgVersion = "0.8.9";

private string _version = "0.2.0";

Expand Down
2 changes: 1 addition & 1 deletion src/Extensions/AindTelekinesisTaskLogic.cs
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ public partial class AindTelekinesisTaskParameters

private double? _rngSeed;

private string _aindBehaviorServicesPkgVersion = "0.8.8";
private string _aindBehaviorServicesPkgVersion = "0.8.9";

private Environment _environment = new Environment();

Expand Down
24 changes: 12 additions & 12 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4693081

Please sign in to comment.