Skip to content

Commit

Permalink
Merge pull request #97 from umyelab/release-v2.3.0
Browse files Browse the repository at this point in the history
Prepare for v2.3.0
  • Loading branch information
rohansatapathy authored Feb 5, 2024
2 parents 5e5ed7c + fde418b commit 78d394f
Show file tree
Hide file tree
Showing 35 changed files with 4 additions and 537 deletions.
2 changes: 1 addition & 1 deletion LabGym/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
Email: [email protected]
"""

__version__ = "2.2.2"
__version__ = "2.3.0"
2 changes: 1 addition & 1 deletion LabGym/gui/main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def __init__(self, title):
# Developers text
self.developers_text = wx.StaticText(
panel,
label="Developed by Yujia Hu, Kelly Goss, Isabelle Baker\n\nBing Ye Lab, Life Sciences Institute, University of Michigan",
label="Developed by Yujia Hu, Rohan Satapathy, M. Victor Struman, Kelly Goss, Isabelle Baker\n\nBing Ye Lab, Life Sciences Institute, University of Michigan",
style=wx.ALIGN_CENTER | wx.ST_ELLIPSIZE_END,
)
boxsizer.Add(self.developers_text, 0, wx.LEFT | wx.RIGHT | wx.EXPAND, 5)
Expand Down
17 changes: 0 additions & 17 deletions LabGym/models/LarvaNociceptor_Topview_30fps/__init__.py

This file was deleted.

17 changes: 0 additions & 17 deletions LabGym/models/LarvaNociceptor_Topview_30fps/assets/__init__.py

This file was deleted.

45 changes: 0 additions & 45 deletions LabGym/models/LarvaNociceptor_Topview_30fps/keras_metadata.pb

This file was deleted.

Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
17 changes: 0 additions & 17 deletions LabGym/models/LarvaNociceptor_Topview_30fps/variables/__init__.py

This file was deleted.

Binary file not shown.
Binary file not shown.
17 changes: 0 additions & 17 deletions LabGym/models/MouseHomecage_Sideview_30fps/__init__.py

This file was deleted.

17 changes: 0 additions & 17 deletions LabGym/models/MouseHomecage_Sideview_30fps/assets/__init__.py

This file was deleted.

132 changes: 0 additions & 132 deletions LabGym/models/MouseHomecage_Sideview_30fps/keras_metadata.pb

This file was deleted.

21 changes: 0 additions & 21 deletions LabGym/models/MouseHomecage_Sideview_30fps/model_parameters.txt

This file was deleted.

Binary file not shown.
Binary file not shown.
24 changes: 0 additions & 24 deletions LabGym/models/MouseHomecage_Sideview_30fps/training_metrics.csv

This file was deleted.

17 changes: 0 additions & 17 deletions LabGym/models/MouseHomecage_Sideview_30fps/variables/__init__.py

This file was deleted.

Binary file not shown.
Binary file not shown.
17 changes: 0 additions & 17 deletions LabGym/models/RatAddiction_Topview_30fps/__init__.py

This file was deleted.

17 changes: 0 additions & 17 deletions LabGym/models/RatAddiction_Topview_30fps/assets/__init__.py

This file was deleted.

132 changes: 0 additions & 132 deletions LabGym/models/RatAddiction_Topview_30fps/keras_metadata.pb

This file was deleted.

9 changes: 0 additions & 9 deletions LabGym/models/RatAddiction_Topview_30fps/model_parameters.txt

This file was deleted.

Binary file not shown.
Binary file not shown.
12 changes: 0 additions & 12 deletions LabGym/models/RatAddiction_Topview_30fps/training_metrics.csv

This file was deleted.

17 changes: 0 additions & 17 deletions LabGym/models/RatAddiction_Topview_30fps/variables/__init__.py

This file was deleted.

Binary file not shown.
Binary file not shown.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ name = "LabGym"
description = "Quantify user-defined behaviors."
authors = [
{name = "Yujia Hu", email = "[email protected]"},
{name = "Rohan Satapathy", email = "[email protected]"},
{name = "M. Victor Struman", email = "[email protected]"},
{name = "Kelly Goss", email = "[email protected]"},
{name = "Isabelle Baker", email = "[email protected]"},
]
Expand Down

0 comments on commit 78d394f

Please sign in to comment.