Releases: sid5432/pyOTDR
Releases · sid5432/pyOTDR
v2.1.1
v2.1.0
1.0.1
Fix bug in 2.7. It uses timezone from datetime which exist only after 3.2
v2.0.0
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
This release is the last targeting python2.