Skip to content

Commit

Permalink
Remove reference to version 0.4
Browse files Browse the repository at this point in the history
That information is no longer useful, and it can be obtained from the
change log and Git history in any case.
  • Loading branch information
dranjan committed Apr 19, 2023
1 parent 6c04b1b commit f4a6d2b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,7 @@ row length in advance:
A plausible code pattern is to read a PLY file into a `PlyData`
instance, perform some operations on it, possibly modifying data and
metadata in place, and write the result to a new file. This pattern is
partially supported. As of version 0.4, the following in-place
mutations are supported:
partially supported. The following in-place mutations are possible:

- Modifying numerical array data only.
- Assigning directly to a `PlyData` instance's `elements`.
Expand Down

0 comments on commit f4a6d2b

Please sign in to comment.