Skip to content

Releases: MetOffice/image-meta-tag

vn0.8.3

25 Mar 10:46
147481d

Choose a tag to compare

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

09 Feb 15:55
14f7f4c

Choose a tag to compare

Merge pull request #156 from SciTools-incubator/vn0.8.2_nfix

Vn0.8.2 nfix

vn0.8.1

24 May 10:59
66b62e0

Choose a tag to compare

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

09 Mar 15:51
6653131

Choose a tag to compare

Bugfix for python vn3.10

vn0.7.12

28 Feb 14:50
bd2c723

Choose a tag to compare

Error handling improved for python3 when running with large image databases being worked on in parallel

vn0.7.11

04 Aug 17:25
8b1e9bf

Choose a tag to compare

Two minor bugfixes to image saving: images with chromacity property can be converted and dpi is preserved to the final image.

vn0.7.10

27 May 16:15
193218a

Choose a tag to compare

Updated to work with figures non pyplot figures (Issue #133)

vn0.7.9

24 Apr 14:23
80f7b1a

Choose a tag to compare

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

21 Nov 13:37
186df78

Choose a tag to compare

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

30 Oct 14:53
6f9f303

Choose a tag to compare

Bugfix to 0.7.6 rm_imt_images script to enable it to work in environments without the python2 to 3 compatibility modules installed.