Releases: biomarkersParkinson/tsdf
v0.6.0: Merge pull request #83 from biomarkersParkinson/main
Various documentation updates and other updates
Support for 1 byte data types and improvement to method naming
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
- Improve usability of the library by @vedran-kasalica in #56
- Handle endianness for 1 byte INTs by @vedran-kasalica in #64
Full Changelog: v0.5.0...v0.5.2
Introducing Pandas Support and Improved Code Fairness
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
- Update Zenodo DOI to the latest version by @vedran-kasalica in #42
- Improve badges and add a fairness check by @vedran-kasalica in #44
- TSDF metadata fields - documentation update by @vedran-kasalica in #38
- Update license badge by @vedran-kasalica in #45
- Improve the Tsdf documentation by @vedran-kasalica in #52
- Improve the documentation and overall structure of the project by @vedran-kasalica in #49
- Remove dbpd-specific documentation by @kretep in #60
- Pandas support by @kretep in #53
Full Changelog: v0.4.1...v0.5.0
Polished interface and documentation
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
- Refactor code by @vedran-kasalica and @kretep in #36
Improved metadata structure, verification and legacy support
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
- Post publication editions by @PabRod in #11
- Added Pypi badge and re-order authors by @vedran-kasalica in #12
- Improved algorithm for combining metadata files by @vedran-kasalica in #13
- Enhancements for TSDF Handling, Testing, and Documentation Refactoring - [ pre-random access] by @vedran-kasalica in #19
- Improve docs generation and content by @PabRod in #20
- Improve existing documentation and introduce tsdf mandatory/optional fields by @vedran-kasalica in #21
- Support legacy import by @vedran-kasalica in #22
- Add validator script by @kretep in #23
Full Changelog: v0.2.0...v0.4.0