- Fixed bug whereby checking existence of a URL was done too strictly. - Fixed bug whereby non-file objects in the filesystem would trip up dataset detection.
1.35.0
- Dropped py3.7 compatibility. - Support zipped data files properly when creating metadata descriptions in Markdown.
1.34.1
- Switch from `python-nexus` to `commonnexus` for reading NEXUS files.
1.34.0
- Support reading and writing sources from/to zipped BibTeX files. - Load `Dataset.sources` lazily. (See https://github.com/cldf/pycldf/issues/162)
1.33.0
- Allow access to the unparsed Newick string for a tree. - Cache parsed tree files in `TreeTable` for efficient validation. - Validate existince of local files referenced in MediaTable. - Validate readability of file and data URLs referenced in MediaTable.
1.32.0
Better support for CLDF Markdown. - Support somewhat efficient data access in CLDFMarkdownText. - Fix bug whereby CLDF Markdown links to rows in custom tables were erased by FilenameToComponent. - Fix bug whereby CLDF Markdown links to metadata were not recognized as such.