Skip to content

Commit

Permalink
Change to setup.py, to hopefully fix conda installs.
Browse files Browse the repository at this point in the history
Updated release number to vn.6.6 and rebuilt documentation.
  • Loading branch information
Malcolm Brooks committed Oct 12, 2017
1 parent b7a4d50 commit 33cb0db
Show file tree
Hide file tree
Showing 50 changed files with 14,232 additions and 1,329 deletions.
2 changes: 1 addition & 1 deletion ImageMetaTag/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
Released under BSD 3-Clause License. See LICENSE for more details.
'''

__version__ = '0.6.5'
__version__ = '0.6.6'
# for consistency, the version here should match:
# ImageMetaTag/__init__.py
# ImageMetaTag/javascript/imt_dropdown.js
Expand Down
5 changes: 3 additions & 2 deletions ImageMetaTag/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -658,8 +658,9 @@ def scan_dir_for_db(basedir, db_file, img_tag_req=None, subdir_excl_list=None,
for instance, will prevent the image thumbnails being included.
* no_file_ext - logical to exclude the file extension in the filenames saved to the database.
* known_file_tags - if supplied, this is a dict (keyed by filename entry),\
contains a dictionary of {filename: {tag name: value}} already known\
(so you don't need to read them from the files themselves). This is very\
contains a dictionary, structured: {filename: {tag name: value}} \
for the images that are already known (so you don't need to read them \
from the files themselves as that is slow). This can be useful \
if you have a old backup of a database file that needs updating.
* restart_db - if True, the db_file will be restarted from an empty database.
* verbose - verbose output.
Expand Down
2 changes: 1 addition & 1 deletion ImageMetaTag/javascript/imt_dropdown.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// ImageMetaTag dropdown menu scripting - vn0.6.5
// ImageMetaTag dropdown menu scripting - vn0.6.6
// ImageMetaTag is a python package built around a wrapper for savefig in
// matplotlib, which adds metadata tags to supported image file formats.
// See https://github.com/SciTools-incubator/image-meta-tag for details.
Expand Down
Binary file modified docs/build/doctrees/ImageDict.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/db.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/build/doctrees/index.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/savefig.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/simple.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/test.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/versions.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/webpage.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/build/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 3cb8bd52eecad3f57ba006a24566841b
config: de441f110ba3c2e4d28d073d091894cb
tags: 645f666f9bcd5a90fca523b33c5a78b7
107 changes: 53 additions & 54 deletions docs/build/html/ImageDict.html

Large diffs are not rendered by default.

139 changes: 0 additions & 139 deletions docs/build/html/_modules/ImageMetaTag.html

This file was deleted.

Loading

0 comments on commit 33cb0db

Please sign in to comment.