Skip to content

Commit 07f8618

Browse files
committed
Changelog and bump version
1 parent 1bebe12 commit 07f8618

2 files changed

Lines changed: 22 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,27 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and 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

alyx/alyx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = __version__ = '3.4.0'
1+
VERSION = __version__ = '3.4.1'

0 commit comments

Comments
 (0)