v0.9.0-beta.0 #94
gadomski
announced in
Announcements
Replies: 1 comment 1 reply
-
Kia ora Pete, Just tried to upgrade this to 0.9.1 from 0.8.8 in a small script I had written. When trying to pass a reader to closure (i'm trying to use a threads) I get the following error: the trait It's probably a mistake on my end but just leaving this here in case you have some ideas! Cheers |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey folks, I've done some significant refactoring of the library in preparation for a v0.9.0 release. Because there's so many changes, I thought I'd do a beta first to get feedback. A listing of the changes is in the CHANGELOG and is copied below. Your feedback would be appreciated — I've done my best to deprecate instead of remove, but I'm sure something will break. 🍻
I'll probably wait a week or so before releasing v0.9.0 (if there's no significant changes to the release).
0.9.0-beta.0
Added
Reader
(#89)Reader::read_point
, which returns aResult<Option<Point>>
Reader::read_points
Reader::read_points_into
Reader::read_all_points_into
Writer::write_point
,Header::write_to
,laz
module, a few laz-specific methods onHeader
(#90)Changed
Reader
(#89)Fixed
Deprecated
Read
trait (#88)Write
trait (#90)Reader
(#89)read
in favor ofread_point
read_n
in favor ofread_points
read_n_into
in favor ofread_points_into
read_all_points
in favor ofread_all_points_into
Writer::write
(#90)Full Changelog: v0.8.8...v0.9.0-beta.0
This discussion was created from the release v0.9.0-beta.0.
Beta Was this translation helpful? Give feedback.
All reactions