-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
165 transform manipulators into unified manipulator space (#242)
* Version bump * Create unified space converters * Defined p to u for new scale, defined dimensions in platform handler * p -> u and u -> p for Sensapex * use invert dimensions instead of negate * Correctly defined p -> u and u -> p for Sensapex and New Scale * Implemented converters to Sensapex * Changed version number * Ran Black, fixed version number * styling * Fixed sensapex handler * WIP using virtual depth axis * Revert "WIP using virtual depth axis" This reverts commit a2b765f. * Fixed comment typo * Set upper python version limit * Switch type to axis count, send dimensions with get * Change to "dimensions" * Specify it is 3D * Reformat, set pathfinder to -1 * Pylama fix
- Loading branch information
Showing
11 changed files
with
162 additions
and
28 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "ephys-link" | ||
version = "0.9.14" | ||
version = "0.9.15" | ||
license = { file = "LICENSE" } | ||
|
||
authors = [{ name = "Kenneth Yang", email = "[email protected]" }] | ||
|
@@ -24,7 +24,7 @@ classifiers = [ | |
"Topic :: Scientific/Engineering :: Medical Science Apps.", | ||
] | ||
|
||
requires-python = ">=3.8" | ||
requires-python = ">=3.8, <3.12" | ||
dependencies = [ | ||
"aiohttp==3.8.6", | ||
"pyserial==3.5", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters