File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,27 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ UNRELEASED]
8+ ## [ 3.4.1]
9+
10+ ### Modified
11+ - added actual severity column to SubjectCullAdmin
12+ - renamed 'Mice' to 'Subject' in views
13+
14+ ### Fixed
15+ - all alive filters depend on death date instead of cull
16+ - django 5.1 deprecation: CheckConstraint check -> condition
17+ - various filter typos, e.g. 'To be reduced' filter now works
18+ - improvements to notifications performance
19+ - fix log typo in delete_expired_notifications management command
20+
21+ ## [ 3.4.0]
22+
23+ ### Modified
24+ - moved prune_cortexlab.py to iblalyx repository
25+
26+ ### Fixed
27+ - removed test for removed subject death save logic
28+ - fixed command for dumping test database fixtures
929
1030### Added
1131- in ` alyx.misc ` the one_cache command module contains utils to generate cache dataframes from sessions and datasets querysets
Original file line number Diff line number Diff line change 1- VERSION = __version__ = '3.4.0 '
1+ VERSION = __version__ = '3.4.1 '
You can’t perform that action at this time.
0 commit comments