Skip to content

Releases: sid5432/pyOTDR

v2.1.1

26 Feb 20:16
Compare
Choose a tag to compare

Fix weird bug with some sor file which lead to seeking negative value in the file.

v2.1.0

13 Jan 09:20
939810d
Compare
Choose a tag to compare

Fix the case-sensitive declared in #9.

1.0.1

21 Oct 09:14
Compare
Choose a tag to compare

Fix bug in 2.7. It uses timezone from datetime which exist only after 3.2

v2.0.0

11 Jun 08:00
293ccb6
Compare
Choose a tag to compare

What's new

  • Drop python2 support
  • Add type annotation
  • Drop lazyxml dependencies (easier install)

Breaking change

To use pyOTDR in your python code you'll need to do:

from pyotdr.read import read

v1.0.0

09 May 18:56
Compare
Choose a tag to compare

This release is the last targeting python2.