Releases: AllenNeuralDynamics/clabe
Releases · AllenNeuralDynamics/clabe
Release v0.5.1
Release v0.5.0
What's Changed
- Remove automatic Cli from settings class by @bruno-f-cruz in #64
- Add support for curriculum by @bruno-f-cruz in #28
- Refactor library structure to move behavior launcher to independent module by @bruno-f-cruz in #68
- Add
ByAnimalModifiertoBehaviorLauncherby @bruno-f-cruz in #71 - Simplify startup by remove
post_initmethod by @bruno-f-cruz in #76 - Additionally list uncommitted files during git checks by @bruno-f-cruz in #77
- Prompt user before exiting process by @bruno-f-cruz in #78
- Avoid try-catch for module constants by @bruno-f-cruz in #85
- Adds slims service picker by @micahwoodard in #80
- Add AIND user validation by @bruno-f-cruz in #88
- Implement handler/highlighter for log messages by @bruno-f-cruz in #89
- Fix evaluation order of data_transfer and data_mapper enabling flags by @bruno-f-cruz in #90
- Refactor relative imports and fix license metadata by @bruno-f-cruz in #91
- Add automatic water log suggestions by @bruno-f-cruz in #92
- Isolate Windows dependency for AIND auth by @bruno-f-cruz in #95
- Explicitly state windows-only packages in manifest by @bruno-f-cruz in #96
- Refactor package name to
clabeand move to mkdocs by @bruno-f-cruz in #97 - Release 0.5.0 by @bruno-f-cruz in #69
New Contributors
- @micahwoodard made their first contribution in #80
Full Changelog: v0.4.2...v0.5.0
Release v0.5.0rc1
What's Changed
- Remove automatic Cli from settings class by @bruno-f-cruz in #64
- Add support for curriculum by @bruno-f-cruz in #28
- Refactor library structure to move behavior launcher to independent module by @bruno-f-cruz in #68
- Add
ByAnimalModifiertoBehaviorLauncherby @bruno-f-cruz in #71 - Simplify startup by remove
post_initmethod by @bruno-f-cruz in #76 - Additionally list uncommitted files during git checks by @bruno-f-cruz in #77
- Prompt user before exiting process by @bruno-f-cruz in #78
- Avoid try-catch for module constants by @bruno-f-cruz in #85
- Adds slims service picker by @micahwoodard in #80
- Add AIND user validation by @bruno-f-cruz in #88
- Implement handler/highlighter for log messages by @bruno-f-cruz in #89
- Fix evaluation order of data_transfer and data_mapper enabling flags by @bruno-f-cruz in #90
- Refactor relative imports and fix license metadata by @bruno-f-cruz in #91
- Add automatic water log suggestions by @bruno-f-cruz in #92
New Contributors
- @micahwoodard made their first contribution in #80
Full Changelog: v0.4.2...v0.5.0rc1
Release v0.4.2
What's Changed
- Upgrade watchdog dependency and expose deletion flag by @bruno-f-cruz in #83
Full Changelog: v0.4.1...v0.4.2
Release v0.4.1
Release v0.4.0
What's Changed
- Refactor by-animal settings to operate on top of hiererchal directories by @bruno-f-cruz in #46
- Fomalize UiHelper module by @bruno-f-cruz in #50
- Decouple picker logic from workflow by implementing "Picker" abstraction by @bruno-f-cruz in #52
- Make launcher app agnostic to subtype by @bruno-f-cruz in #53
- Add example of BehaviorLauncher usage by @bruno-f-cruz in #55
- Move prompt logic to inner services by @bruno-f-cruz in #56
- Improve code documentation by @bruno-f-cruz in #57
- Refactor CLI and allow composability via pydantic-settings by @bruno-f-cruz in #59
- Refactor watchdog job logic to match aind-data-transfer-service limitations by @bruno-f-cruz in #60
- Add docstrings and remove redundant methods by @bruno-f-cruz in #61
- Make default picker enter animal before showing known options by @bruno-f-cruz in #62
- Release 0.4 by @bruno-f-cruz in #51
Full Changelog: v0.3.4...v0.4.0
v0.4.0-rc2
What's Changed
- Refactor by-animal settings to operate on top of hiererchal directories by @bruno-f-cruz in #46
- Fomalize UiHelper module by @bruno-f-cruz in #50
- Decouple picker logic from workflow by implementing "Picker" abstraction by @bruno-f-cruz in #52
- Make launcher app agnostic to subtype by @bruno-f-cruz in #53
- Add example of BehaviorLauncher usage by @bruno-f-cruz in #55
- Move prompt logic to inner services by @bruno-f-cruz in #56
- Improve code documentation by @bruno-f-cruz in #57
- Refactor CLI and allow composability via pydantic-settings by @bruno-f-cruz in #59
- Refactor watchdog job logic to match aind-data-transfer-service limitations by @bruno-f-cruz in #60
- Add docstrings and remove redundant methods by @bruno-f-cruz in #61
Full Changelog: v0.3.4...v0.4.0-rc2
v0.4.0-rc1
What's Changed
- Refactor by-animal settings to operate on top of hiererchal directories by @bruno-f-cruz in #46
- Fomalize UiHelper module by @bruno-f-cruz in #50
- Decouple picker logic from workflow by implementing "Picker" abstraction by @bruno-f-cruz in #52
- Make launcher app agnostic to subtype by @bruno-f-cruz in #53
- Add example of BehaviorLauncher usage by @bruno-f-cruz in #55
- Move prompt logic to inner services by @bruno-f-cruz in #56
- Improve code documentation by @bruno-f-cruz in #57
Full Changelog: v0.3.4...v0.4.0-rc1
Release v0.3.4
What's Changed
- Expose job settings in watchdog api by @bruno-f-cruz in #48
Full Changelog: v0.3.3...v0.3.4
Release v0.3.3
What's Changed
- Render logging as rich text by @bruno-f-cruz in #39
- Fix minor typo by @bruno-f-cruz in #41
- Fix bug where logger handler was not finding the correct scope by @bruno-f-cruz in #43
- Unpin dependencies by @bruno-f-cruz in #44
- Revert sanitization changes added in #26 and #37 by @bruno-f-cruz in #42
Full Changelog: v0.3.2...v0.3.3