Skip to content

Commit

Permalink
docs: Add 1.6.3 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaphoenix committed Jan 24, 2022
1 parent 491c78d commit 014e5e4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.6.3] - 2022-01-24

### Added

- Recursive tiling depth is now cached per-clip, rather than per-frame.

### Changed

- Updated numpy to version 1.21.1.

### Removed

- Dropped support for Python versions older than 3.7.

### Fixed

- Fix another regression with rejoined tensors defaulting creation on the default device.

## [1.6.2] - 2022-01-24

### Fixed
Expand Down

0 comments on commit 014e5e4

Please sign in to comment.