File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 33Observes [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) standard and
44[ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) convention.
55
6+ ## [ 0.2.2] - 2025-05-14
7+ + Fix - NWB export - ` .fetch1() ` from ` Subject.Species ` table
8+
69## [ 0.2.1] - 2023-11-28
710+ Add - ` Species ` table in ` subject ` schema
811
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ def subject_to_nwb(session_key: dict):
3030 datetime .strptime ("00:00:00" , "%H:%M:%S" ).time (),
3131 ),
3232 description = json .dumps (subject_info , default = str ),
33- species = str ((subject .Species & subject_query ).fetch ("species" )),
33+ species = str ((subject .Species & subject_query ).fetch1 ("species" )),
3434 genotype = " x " .join (
3535 (subject .Line .Allele * subject .Subject .Line & subject_query ).fetch ("allele" )
3636 ),
Original file line number Diff line number Diff line change 11"""Package metadata."""
2- __version__ = "0.2.1 "
2+ __version__ = "0.2.2 "
You can’t perform that action at this time.
0 commit comments