Releases: MetOffice/image-meta-tag
vn0.8.3
This release adds some new options to the output web pages
- The image pairs for sliders can be more directly controlled. As well as the current option that sets the last image, sliders can also be added explicitly in the ImageDict by adding a pair of images (as a list or tuple) into the list of images that act as the payload for metadata selections.
- The default_slider_position can now be set in webpage.make_top_page. This is a percentage, default=80.
- The url_separator can now be set in webpage.make_top_page. This defaults to & for text/string based urls, and : for integer urls.
- Due to the payloads having a more specific structure (for explicitly set sliders) ImageDict initialisation is now stricter in enforcing adherance to the documented inputs.
vn0.8.2
Merge pull request #156 from SciTools-incubator/vn0.8.2_nfix Vn0.8.2 nfix
vn0.8.1
Sliders option finalised with new ability to change the default position.
In actual usage this option was particularly useful so it makes a release by itself.
vn0.7.13
Bugfix for python vn3.10
vn0.7.12
Error handling improved for python3 when running with large image databases being worked on in parallel
vn0.7.11
Two minor bugfixes to image saving: images with chromacity property can be converted and dpi is preserved to the final image.
vn0.7.10
vn0.7.9
Catches a bug that caused failures when sorting key names, by numeric sort, that included non-numeric elements starting with an 'E' or 'e'.
vn0.7.8
Databases can now be expanded if an image includes a tag name that is not in the database (previously these were ignored).
vn0.7.7
Bugfix to 0.7.6 rm_imt_images script to enable it to work in environments without the python2 to 3 compatibility modules installed.