Skip to content

Commit

Permalink
1.0 release (#265)
Browse files Browse the repository at this point in the history
* Marked 1.0

* Fix compatibility text
  • Loading branch information
kjy5 authored Dec 6, 2023
1 parent 7f97121 commit 82d72ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Socket.IO-compliant application (such
as [Pinpoint](https://github.com/VirtualBrainLab/Pinpoint))
to communicate with manipulators used in electrophysiology experiments.

Currently, Ephys Link only supports Sensapex uMp-4 Micromanipulators and New Scale 3-axis
Currently, Ephys Link only supports Sensapex uMp-4 and uMp-3 Micromanipulators and New Scale 3-axis
manipulators. However, this platform is designed to be extensible to other
manipulators and more may be added in the future.

Expand Down Expand Up @@ -84,8 +84,8 @@ Run the following commands in a terminal to start the server for the desired man

| Manipulator Platform | Command |
|--------------------------------------|--------------------------------------|
| Sensapex UMP-4 | `ephys-link` |
| Sensapex UMP-3 | `ephys-link -t ump3` |
| Sensapex uMp-4 | `ephys-link` |
| Sensapex uMp-3 | `ephys-link -t ump3` |
| New Scale | `ephys-link -t new_scale` |
| New Scale via Pathfinder HTTP server | `ephys-link -t new_scale_pathfinder` |

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "ephys-link"
version = "1.0.0rc1"
version = "1.0.0"
license = { file = "LICENSE" }

authors = [{ name = "Kenneth Yang", email = "[email protected]" }]
Expand Down

0 comments on commit 82d72ef

Please sign in to comment.