Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.5.4 #1199

Merged
merged 5 commits into from
Dec 20, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update release date
  • Loading branch information
CBroz1 committed Dec 20, 2024
commit 8c6c05bb6798d87efe5b40ad39b0ecae7a9dd943
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## [0.5.4] (November 26, 2024)
## [0.5.4] (December 20, 2024)

### Infrastructure

Expand Down Expand Up @@ -32,7 +32,8 @@
- Merge table delete removes orphaned master entries #1164
- Edit `merge_fetch` to expect positional before keyword arguments #1181
- Allow part restriction `SpyglassMixinPart.delete` #1192
- Move cleanup of `IntervalList` orphan entries to cron job cleanup process #1195
- Move cleanup of `IntervalList` orphan entries to cron job cleanup process
#1195
- Add mixin method `get_fully_defined_key` #1198

### Pipelines
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,4 @@ keywords:
- kachery
license: MIT
version: 0.5.4
date-released: '2024-11-26'
date-released: '2024-12-20'
Loading