Skip to content

Releases: IPGP/geodezyx

v4.5.3

28 Dec 20:36
5103abe
Compare
Choose a tag to compare

v4.5.3, 2024-12-28

  • First version using CI/CD with GitHub Actions
  • Correct bug for mono-GNSS RINEX in read_rnx2_obs and read_rnx3_obs.
  • Correct python 3.12's annoying regex's raw string SyntaxWarning.
  • v4.5.2 is cancelled, because requirements.txt is too version-restrictive.

What's Changed

Full Changelog: v.4.5.2...v4.5.3

v4.5.2

28 Dec 20:11
b74531c
Compare
Choose a tag to compare

v4.5.2, 2024-12-28

  • First version using CI/CD with GitHub Actions
  • Correct bug for mono-GNSS RINEX in read_rnx2_obs and read_rnx3_obs.
  • Correct python 3.12's annoying regex's raw string SyntaxWarning.

What's Changed

Full Changelog: v4.5.1...v.4.5.2

v4.5.1

29 Nov 16:34
Compare
Choose a tag to compare

v4.5.1, 2024-11-28

  • Make geodezyx compatible with Python 3.12
  • Improvement of PRIDE-related execution functions
  • New leap second functions, to cope with new Ubuntu 24.04 LTS
  • seawater and gsw modules are installed in full mode & imported on demand only
  • Correct angle conversion functions
  • New version of conv.numpydt2dt function
  • Misc routine improvements
  • v4.5.0 is cancelled, because requirements.txt is missing on PyPi

What's Changed

Full Changelog: v4.4.3...v4.5.0

v4.4.3

20 May 15:25
e138875
Compare
Choose a tag to compare

v4.4.3, 2024-05-20

  • Speed execution optimization for orbit/clock-related functions
  • Misc routine improvements

v4.4.2

17 Apr 15:02
ffcd925
Compare
Choose a tag to compare

v4.4.2, 2024-04-17

v4.4.1

08 Feb 14:07
271db84
Compare
Choose a tag to compare

v4.4.1, 2024-02-08

v0.4.4.0

24 Nov 14:11
c0e09a2
Compare
Choose a tag to compare

v0.4.4.0, 2023-11-24

  • The toolbox turns to the GNU Lesser General Public License version 3
  • Module docstring has been updated
  • Angle conversion functions have been refactored
  • sp3/clk DataFrame column names are renamed to better fit the data content:
    • sat > prn, const > sys, sv > prni, AC > ac

v0.4.3.6

30 Jun 15:01
8f525e5
Compare
Choose a tag to compare

v0.4.3.6, 2023-06-30

  • a routine version update (bug corrections...)
  • colors in the logger
  • NB: v0.4.3.5, v0.4.3.4 & v0.4.3.3 are cancelled releases

v0.4.3.3

30 Jun 12:21
b3b827d
Compare
Choose a tag to compare

v0.4.3.3, 2023-06-30

  • a routine version update (bug corrections...)

v0.4.3.2

08 Mar 14:34
0fe159f
Compare
Choose a tag to compare

v0.4.3.2, 2023-03-08

  • 1000th commit on GitHub 🥳
  • GitHub repository is renamed for simplification
  • beta for GROOPS automatized run functions
  • Dropbox download function
  • UTM coordinates conversion function (IGN algorithm)
  • implementation of UTM coordinates in the TimeSeries class
  • logger improvement (shorter timestamps & message ranks)