Skip to content

v0.2.2

Latest
Compare
Choose a tag to compare
@sitic sitic released this 06 May 20:46
· 44 commits to main since this release

What's Changed

  • Renamed video.play* functions to start with show_video, old functions are deprecated
  • Renamed retrieve_example_data() to download_example_data(), added to top-level import. Old function name is deprecated.
  • Renamed example data file names, added dual channel example. Old file names are deprecated.
  • Changed order of arguments for video.save_image_sequence, path is now first arg. Old convention is deprecated.
  • Change order of arguments for show_positions, positions are now first argument
  • video.normalize: adedd dtype argument, infer maximum for integer output dtypes, support complex numbers
  • Temporal difference filter: added fill_value and center arguments
  • Contrast enhancement: support mask of valid values
  • Added kwargs to load_video() for plugins
  • InteractivePlayer.save(): added hide_slider/buttons/framecounter params
  • Fixed export_video() for odd-sized videos
  • Fixed print_properties() for videos with NaNs

Full Changelog: v0.2.0...v0.2.2