Releases: cessnahat/fetools
Releases · cessnahat/fetools
1.4.2
- Corrected
fetools.geomath.sct2todd
to return the correct type (a tuple of floats, not strings)
1.4.0
- Add helper functions for converting between the NASR ddd-mm-ss.sssH format and decimal degrees to
fetools.geomath
- In
fetools.geomath
, renamed ddtodms
to ddtosct2
and dmstodd
to sct2todd
(old names are still there just in case)
1.3.0
- Added fetools.pof module. Contains tools for reading, manipulating/creating, and writing POF files.
1.2.1-post
Renamed fetools.alias.AliasCommands.dumpxml
to fetools.alias.AliasCommands._dumpxml
.
1.2.1
- Changed to MIT license
- Bug fixes to
fetools.alias
1.2.0
- Added
fetools.alias
module. Contains tools for reading, manipulating/creating, and writing alias files.