Skip to content

JAnim v1.7.0

Compare
Choose a tag to compare
@jkjkil4 jkjkil4 released this 17 Aug 04:18
· 70 commits to main since this release

What's Changed

New Features

  • Added Audio.set_samples
  • Added Video, allowing direct video file playback and control of playback progress.
  • Added ShowIncreasingSubsets & ShowSubitemsOneByOne
  • Added cache for VideoFrame
  • Added stroke_background for VItem, which allows control over the render order between stroke and fill.
  • Added FadeTransform
  • Added camera parameter for FrameRect, enabling it to match a specific camera
  • Added HighlightRect
  • Added rotation parameter for ArrowTip

Fixed Bugs and Enhancements

  • Fixed dtype of Cmpt_CameraPoints._size
  • Fixed incorrect sizing of Text and SVGItem when setting pixel_width and pixel_height to custom values
  • Added default values for Cmpt_Image.set
  • Fixed dtype of np.asarray inside find_intersection
  • Fixed get_brace_right_index
  • Fixed AttributeError caused by ArcCenter
  • Added cli_config to prevent the --config CLI option from affecting default_config
  • Added multi-channel audio support
  • Fixed AttributeError when previewing the graph of rate-func, which occurred when rate_func.__name__ is invalid
  • Fixed Camera.rotate by adding an additional parameter absolute
  • Fixed the issue of audio chart exceeding expected width when there are too many recommended-ranges

Documentation

  • Moved the documentation of TransformInSegments from docstring to .rst file
  • Removed logger & typing documentation