Releases: ArcanaFramework/fileformats
Releases · ArcanaFramework/fileformats
v0.15a2
v0.15a1
v0.15a0
v0.14.4
v0.14.3
v0.14.2
v0.14.1
v0.14.0
What's Changed
- Updates the docs to make API more prominent by @tclose in #82
- Truncates TypedSet and SetOf repr to only show 3 paths followed by ellipsis by @tclose in #83
- Cleans up the reading of DICOM metadata and returns dictionary not DICOM object by @tclose in #84
- Added
TypedCollection
base class by @tclose in #85 - relaxes typed set to allow unused fspaths by @tclose in #86
- added tests to check pep604 union types in typed collections by @tclose in #87
- updated docs to include optional content types by @tclose in #88
Full Changelog: v0.13.0...v0.14.0
v0.13.0
What's Changed
- fix typing issues by @tclose in #78
- Allow read_metadata kwargs to be passed to FileSet.init by @tclose in #79
- Revert to using
validated_property
to specify properties for validation by @tclose in #80 - Added BinaryFile and UnicodeFile sub types by @tclose in #81
Full Changelog: v0.12.2...v0.13.0