Skip to content

Commit e6750eb

Browse files
committed
release: bump version
1 parent 503f004 commit e6750eb

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "e57-python"
3-
version = "0.1.0-a3"
3+
version = "0.1.0-a4"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ E57 is a compact, non-proprietary point cloud format that's defined by the ASTM
55
This python library wraps the [rust e57 library](https://github.com/cry-inc/e57) to provide file reading
66

77
- [x] Proof of concept xml reading
8-
- [ ] Read e57 to python dict
9-
- [ ] Read e57 to numpy array - work in progress - see `read_points` method.
8+
- [x] Read e57 to numpy array - see `read_points` method.
109
- [ ] Write to e57 (format ?)
1110

1211
## Getting Started

0 commit comments

Comments
 (0)