From da5b3cbed75d8be36f16863ae506ff68a04bae8b Mon Sep 17 00:00:00 2001 From: Micah Woodard Date: Mon, 22 Jun 2026 11:50:40 -0700 Subject: [PATCH 1/3] fixes sources --- pyproject.toml | 8 ++++---- uv.lock | 16 ++++++++-------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9fc89fa..1eef224 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "brainwasher" -version = "0.3.0" +version = "0.2.0" license = {text = "MIT"} readme = "README.md" requires-python = ">=3.11" @@ -52,9 +52,9 @@ brainslosher_group = [ pythonpath = ["src", "tests"] [tool.uv.sources] -device-spinner = { git = "ssh://git@github.com/AllenNeuralDynamics/device-spinner.git"} -one-liner = { git = "ssh://git@github.com/AllenNeuralDynamics/one-liner.git", branch = "main"} -runze-control = { git = "https://github.com/AllenNeuralDynamics/runze-control.git", branch = "brain-slosher-fix" } +device-spinner = { git = "https://github.com/AllenNeuralDynamics/device-spinner.git", rev = "10f5a36ff2d1db0eca2d57cdc045532b73f825af"} +one-liner = { git = "http://github.com/AllenNeuralDynamics/one-liner.git", tag = "v0.1.1.dev2"} +runze-control = { git = "https://github.com/AllenNeuralDynamics/runze-control.git", branch = "fix-dynamic-version" } pyharp = { git = "https://github.com/AllenNeuralDynamics/pyharp.git" } vicivalve = { git = "https://gitlab.com/Poofjunior/vicivalve.git"} inpromptu = { git = "https://github.com/Poofjunior/inpromptu.git" } diff --git a/uv.lock b/uv.lock index 676a122..ce4d9f1 100644 --- a/uv.lock +++ b/uv.lock @@ -21,7 +21,7 @@ wheels = [ [[package]] name = "brainwasher" -version = "0.3.0" +version = "0.2.0" source = { editable = "." } dependencies = [ { name = "coloredlogs" }, @@ -64,7 +64,7 @@ dev = [ requires-dist = [ { name = "coloredlogs", specifier = ">=15.0.1" }, { name = "datetime", specifier = ">=5.5" }, - { name = "device-spinner", git = "ssh://git@github.com/AllenNeuralDynamics/device-spinner.git" }, + { name = "device-spinner", git = "https://github.com/AllenNeuralDynamics/device-spinner.git?rev=10f5a36ff2d1db0eca2d57cdc045532b73f825af" }, { name = "email-validator", specifier = ">=2.3.0" }, { name = "mock", specifier = ">=5.2.0" }, { name = "pydantic", specifier = ">=2.11.4" }, @@ -72,13 +72,13 @@ requires-dist = [ { name = "pytest", specifier = ">=8.3.5" }, { name = "pyyaml", specifier = ">=6.0.2" }, { name = "ruff", specifier = ">=0.9.9" }, - { name = "runze-control", git = "https://github.com/AllenNeuralDynamics/runze-control.git?branch=brain-slosher-fix" }, + { name = "runze-control", git = "https://github.com/AllenNeuralDynamics/runze-control.git?branch=fix-dynamic-version" }, ] [package.metadata.requires-dev] brainslosher-group = [ { name = "email-validator", specifier = ">=2.3.0" }, - { name = "one-liner", git = "ssh://git@github.com/AllenNeuralDynamics/one-liner.git?branch=main" }, + { name = "one-liner", git = "http://github.com/AllenNeuralDynamics/one-liner.git?tag=v0.1.1.dev2" }, { name = "ticlib" }, ] brainwasher-group = [ @@ -203,7 +203,7 @@ wheels = [ [[package]] name = "device-spinner" version = "0.0.0" -source = { git = "ssh://git@github.com/AllenNeuralDynamics/device-spinner.git#10f5a36ff2d1db0eca2d57cdc045532b73f825af" } +source = { git = "https://github.com/AllenNeuralDynamics/device-spinner.git?rev=10f5a36ff2d1db0eca2d57cdc045532b73f825af#10f5a36ff2d1db0eca2d57cdc045532b73f825af" } dependencies = [ { name = "ruamel-yaml" }, { name = "toml" }, @@ -432,7 +432,7 @@ wheels = [ [[package]] name = "one-liner" version = "0.1.1.dev2" -source = { git = "ssh://git@github.com/AllenNeuralDynamics/one-liner.git?branch=main#22aa37370c3678726ebacb2f0a2e8ae263a94704" } +source = { git = "http://github.com/AllenNeuralDynamics/one-liner.git?tag=v0.1.1.dev2#22aa37370c3678726ebacb2f0a2e8ae263a94704" } dependencies = [ { name = "orjson" }, { name = "pydantic" }, @@ -1023,8 +1023,8 @@ wheels = [ [[package]] name = "runze-control" -version = "0.0.3" -source = { git = "https://github.com/AllenNeuralDynamics/runze-control.git?branch=brain-slosher-fix#9d66123c506b14645d263416ee3b4a106e1cf96d" } +version = "0.1.2" +source = { git = "https://github.com/AllenNeuralDynamics/runze-control.git?branch=fix-dynamic-version#d72a981dd71587c806962e5edf126614377a72e8" } dependencies = [ { name = "pyserial" }, ] From 83d9c3a51e3281bca5f991bdca14dbe52069caa2 Mon Sep 17 00:00:00 2001 From: Micah Woodard Date: Mon, 22 Jun 2026 11:52:24 -0700 Subject: [PATCH 2/3] bumps version and updates changelog --- CHANGELOG.md | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bcbe85..96d59dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ # main * Rework Brainslosher `run_wash_step` function to drain -> fill -> mix, similar to the Brainwasher's `run_wash_step` function. +# v0.3.1 +* Sets public repos sources to be http for accessibilty + # v0.3.0 * Drains chamber in thread in initialization function to unblock interaction during draining diff --git a/pyproject.toml b/pyproject.toml index 1eef224..b14bb7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "brainwasher" -version = "0.2.0" +version = "0.3.1" license = {text = "MIT"} readme = "README.md" requires-python = ">=3.11" From 8e660f9e59295b25b0baecacccd00c618f73b76c Mon Sep 17 00:00:00 2001 From: Micah Woodard Date: Mon, 22 Jun 2026 11:53:19 -0700 Subject: [PATCH 3/3] fixes typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96d59dc..906d090 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ * Rework Brainslosher `run_wash_step` function to drain -> fill -> mix, similar to the Brainwasher's `run_wash_step` function. # v0.3.1 -* Sets public repos sources to be http for accessibilty +* Sets public repos sources to be http for accessibility # v0.3.0 * Drains chamber in thread in initialization function to unblock interaction during draining