Skip to content

Commit

Permalink
Bump version to 0.7.1, update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mmacklin committed Feb 14, 2023
1 parent 4d5bb69 commit 2338afe
Show file tree
Hide file tree
Showing 18 changed files with 2,208 additions and 2,198 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## [0.7.1] - 2023-02-14

- Disabling some slow tests for Kit
- Make unit tests run on first GPU only by default

## [0.7.0] - 2023-02-13

- Add support for arbitrary length / type vector and matrices e.g.: `wp.vec(length=7, dtype=wp.float16)`, see `wp.vec()`, and `wp.mat()`
Expand Down
2 changes: 1 addition & 1 deletion VERSION.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.0
0.7.1
Loading

0 comments on commit 2338afe

Please sign in to comment.