Module tf.about.releases

Release notes

Consult the tutorials after changes

When we change the API, we make sure that the tutorials show off all possibilities.

See the app-specific tutorials via tf.about.corpora.


13

This major update has a few small fixes and adds nothing, but it deletes a lot. All functions having to do with XML conversion have been moved out of Text-Fabric, into a new package, Text-Fabric-Factory, which kan be pip installed separately.

13.0

13.0.7

2025-07-06

A fix in pretty displays: if you passed the parameter extraFeatures, those extra features did not show up in all cases, and one of the ways to let them show up was to set standardFeatures=True. But that should not be necessary, and in fact this was a bug. It has been fixed.

Thanks to Tony Jurg for reporting this.

13.0.1-6

2025-03-18

GitLab backends: downloading deeper-than-toplevel subfolders from a repo led to a wrong directory structure of the downloaded files. This has been fixed.

13.0.0

2025-03-18

The place where the downloader thinks the text-fabric-data directory is, is in fact a parameter, but only the module tf.advanced.repo used it. Now you can also pass it to the use() command in tf.app

This is needed when you drive TF programmatically in contexts where your home directory is not the best place for it. For example in conversion pipelines with multiple projects.