Skip to content

Commit

Permalink
new release number and releases nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
daphnedemekas committed Jan 22, 2024
1 parent 59db94b commit d0eb4fd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@ docs/venv/
docs/ENV/

# Ignore pycache files...
**/__pycache__/
**/__pycache__/

.DS_Store

*.zip
9 changes: 5 additions & 4 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Changes for this version of DIPLOMAT:
- Fixed installation process for DIPLOMAT with SLEAP on windows by adding keras dependency.
- Added support for changing some UI appearance settings to DIPLOMAT's supervised and tweak UI.
- Make SLEAP frontend error out unless a user explicitly passes a number of outputs parameter.
- Improved point rendering in the UI (proper alpha transparency support and smoother point rendering).
- Added new memory mode hybrid and set it to the default
- Added a save to disk button to the UI which saves frames to disk when in memory mode
- New configuration file with fixes for the CPU conda environment
- Rename CLI commands from supervised / unsupervised / track / restore to track_and_interact / track / track_with / interact
- Minor UI bug fixes
2 changes: 1 addition & 1 deletion diplomat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
A tool providing multi-animal tracking capabilities on top of other Deep learning based tracking software.
"""

__version__ = "0.0.9"
__version__ = "0.1.0"
# Can be used by functions to determine if diplomat was invoked through it's CLI interface.
CLI_RUN = False

Expand Down

0 comments on commit d0eb4fd

Please sign in to comment.