Skip to content

Releases: biomarkersParkinson/tsdf

v0.6.0: Merge pull request #83 from biomarkersParkinson/main

11 Sep 10:49
dc189cb
Compare
Choose a tag to compare
Various documentation updates and other updates

Support for 1 byte data types and improvement to method naming

10 Feb 12:10
4dcf9c8
Compare
Choose a tag to compare

Summary

In recent updates to the library, enhancements have been made to improve usability. Additionally, endianness for one-byte INTs has been addressed, along with improvements to method naming.

What's Changed

Full Changelog: v0.5.0...v0.5.2

Introducing Pandas Support and Improved Code Fairness

13 Jan 18:48
44aa4b2
Compare
Choose a tag to compare

The latest update to the 'tsdf' project, advancing from version 0.4.1 to 0.5.0, prominently features the introduction of pandas support, alongside significant enhancements in documentation, project structure, and fairness checks.

What's Changed

Full Changelog: v0.4.1...v0.5.0

Polished interface and documentation

12 Oct 14:31
575c002
Compare
Choose a tag to compare

Summary

The codebase underwent a significant refactor (#36), merging eight commits into the main branch on Oct 5. The changes involved cleanup, refactoring by @vedran-kasalica, removal of unused dependencies, updates to load_binary_from_metadata, and test refactoring. The work also included improvements to documentation structure and examples, as well as separating documentation data from test data to address testing issues.

What's Changed

Improved metadata structure, verification and legacy support

17 Sep 22:26
e75ee85
Compare
Choose a tag to compare

Summary

Several updates have been implemented, including improvements to metadata file combination, TSDF handling, testing, and documentation. Additionally, there are enhancements to documentation generation, content, and the introduction of a validator script. Legacy import support has been added as well.

What's Changed

Full Changelog: v0.2.0...v0.4.0

v0.2.0

26 Apr 13:47
dfa1607
Compare
Choose a tag to compare

First release