Skip to content

Releases: dancergraham/e57-python

0.2.2 - file reading

Choose a tag to compare

@dancergraham dancergraham released this 13 Jun 09:15
c3db392

May as well release this with a version number

0.2.1-a1

Choose a tag to compare

@dancergraham dancergraham released this 19 Dec 17:22
179f746

What's Changed

New Contributors

Full Changelog: 0.2.0-a1...0.2.1-a1

0.2.0-a1 stable intensity

Choose a tag to compare

@dancergraham dancergraham released this 26 Oct 07:11
67f984a

What's Changed

  • BREAKING CHANGE: do not normalise intensity values from 0 to 1.0
  • Test intensity values for files with and without RGB by @dancergraham in #27

Full Changelog: 0.2.0-a0...0.2.0-a1

0.2.0-a0 Stable intensity

Choose a tag to compare

@dancergraham dancergraham released this 26 Oct 06:48
bc20a12

What's Changed

  • BREAKING CHANGE intensity values are no longer normalised from 0 to 1.0
  • Create LICENSE by @dancergraham in #29

Full Changelog: 0.1.0-a8...0.2.0-a0

0.1.0-a8 numpy 2 support

Choose a tag to compare

@dancergraham dancergraham released this 23 Aug 15:50
30a3192

What's Changed

Full Changelog: 0.1.0-a7...0.1.0-a8

Need for speed 🚀

Choose a tag to compare

@dancergraham dancergraham released this 18 Jan 20:26
5b76a51

What's Changed

  • feature: crc32c for faster file reading by @dancergraham in #22
  • update pyo3 dependency

Full Changelog: 0.1.0-a6...0.1.0-a7

Intense version!

Choose a tag to compare

@dancergraham dancergraham released this 14 Jan 20:58
9d013a8

What's Changed

Full Changelog: 0.1.0-a5...0.1.0-a6

Now in Technicolor!

Choose a tag to compare

@dancergraham dancergraham released this 09 Jan 20:55
10fcdc3

What's Changed

  • feature: Now in technicolor! 🏳️‍🌈 by @dancergraham in #16
  • BREAKING CHANGE: read_points now returns an object with a points attribute containing the x,y,z coordinates

Full Changelog: 0.0.0-a4...0.1.0-a5

Read spherical coordinates

Choose a tag to compare

@dancergraham dancergraham released this 18 Nov 17:32
ba71260

What's Changed

New Contributors

Full Changelog: 0.1.0-a3...0.0.0-a4

Point reading to numpy

Choose a tag to compare

@dancergraham dancergraham released this 30 Jul 07:52
69757c9

First try of a point reading feature. I have not tested whether this works will for large pointclouds or pointclouds with a global shift.