File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
33Observes [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) standard and [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) convention.
44
5- ## [ 0.3.1 ] - Unreleased
5+ ## [ 0.4.0 ] - 2022-12-14
66
77+ Add - mkdocs documentation
88+ Add - improved docstrings for mkdocs
@@ -37,7 +37,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
3737
3838+ Add - Readers for: ` ScanImage ` , ` Suite2p ` , ` CaImAn ` .
3939
40- [ 0.3.1 ] : https://github.com/datajoint/element-interface/releases/tag/0.3.1
40+ [ 0.4.0 ] : https://github.com/datajoint/element-interface/releases/tag/0.4.0
4141[ 0.3.0 ] : https://github.com/datajoint/element-interface/releases/tag/0.3.0
4242[ 0.2.1 ] : https://github.com/datajoint/element-interface/releases/tag/0.2.1
4343[ 0.2.0 ] : https://github.com/datajoint/element-interface/releases/tag/0.2.0
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ def write_matlab_run_script(self):
6262 for k , v in self .parameters .items ()
6363 ]
6464 ),
65- scanfile = self .scanfile ,
65+ scanfile = self .scanfile . as_posix () ,
6666 output_fullpath = self .output_fullpath .as_posix (),
6767 )
6868 ).lstrip ()
Original file line number Diff line number Diff line change 11"""Package metadata"""
22
3- __version__ = "0.3.1 "
3+ __version__ = "0.4.0 "
You can’t perform that action at this time.
0 commit comments