What's Changed
- Migrated docs from readthedocs to GitHub pages (due to memory limits). Automatic docs builds are now much faster!
- Updated and improved docs and tutorials
- Added support for python 3.13
- Added video importer for .mp4/.avi/.mov/...
- Added
export_image()
function in addition tosave_image()
.export_image()
will always convert to uint8 for best compatibility with image viewers. save_image()
: added compat parameter to convert image to 8bit- Renamed
export_video_collage()
toexport_videos()
, now included in main namespace - Fixed issue with numpy>=2.0, require numpy<2.0 as some dependencies rely on it for now
- Fixed videoplayer out of bounds
- Fixed
export_videos()
cmap and alpha clipping - Fixed animation reset after saving to mp4 bug
- Fixed
compare_traces()
for videos with different lengths - Removed WIP
adp
module to feature branch - Fixed documentation builds for sphinx >= 7.4.6
Full Changelog: v0.2.2...v0.2.3