Skip to content

v0.10.0

Latest
Compare
Choose a tag to compare
@mfarragher mfarragher released this 08 Jan 14:09
f90d7d3

New features:

  • connect method has attachments argument to give the option to include 'attachment' files like media files and canvas files in the graph. The behaviour from v0.9 is kept in this new release (via the default attachments=False).
  • Information about media files & their filepaths is stored in the media_file_index attribute.
  • New methods for metadata: get_canvas_file_metadata and get_media_file_metadata. The get_all_file_metadata method is new method that is best-placed to get all the metadata for files & notes in a vault.
  • isolated_media_files and isolated_canvas_files attributes.
  • nonexistent_media_files and nonexistent_media_files attributes.

Important API changes vs previous version:

  • file_index attribute is now md_file_index, to avoid ambiguity from the extra support now for media files and canvas files.

Other improvements:

  • Speed improvements for the gather() method and processing of HTML content.
  • Tweaks to the code to address deprecation warnings from other packages.