1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
Version 0.2.1
~~~~~~~~~~~~~
Released: 2024-10-01
Features:
* Accept microsecond-precision video timestamps
Bugfixes:
* intan: Load digital input channel even if it has an alternative name
Documentation:
* docs: Add project comparison section
* docs: Expand the ephys reader example
Version 0.2.0
~~~~~~~~~~~~~
Released: 2024-02-18
Features:
* ci: Test with Python 3.11
* csv: Allow loading CSV as Pandas dataframe
* tests: Add JSON/CSV example data
* Implement support for reading JSON table/array data
* Bump minimum required Python version
Bugfixes:
* Add test dependencies and optional dependencies
* Modernize type-hints slightly
Documentation:
* docs: Add more descriptions to example code
* docs: Add an example for reading raw tsync files
* Add readthedocs.yaml file for documentation build
* docs: Allow JSON for table/array storage
Version 0.1.2
~~~~~~~~~~~~~
Released: 2022-08-06
Features:
* Switch to tomlkit for TOML read/write support
* Format code with Black
* tests: Add example recording in EDL format
Bugfixes:
* intan: Don't extrapolate to the beginning
* intan: Never apply the initial offset twice
Version 0.1.1
~~~~~~~~~~~~~
Released: 2021-12-16
Bugfixes:
* Print bad tsync format version in case there was a mismatch
* Make sure the wheel build always contains dependency data
* Always explicitly specify encoding when opening text files
* intan: Offset-correct raw time vector if we did not have enough sync points
Version 0.1.0
~~~~~~~~~~~~~
Released: 2021-05-18
Notes:
* Initial release
|