Releases: IPGP/geodezyx
Releases · IPGP/geodezyx
v4.5.3
v4.5.3, 2024-12-28
- First version using CI/CD with GitHub Actions
- Correct bug for mono-GNSS RINEX in
read_rnx2_obs
andread_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
- no more version in requirements by @PierreS-alpha in #234
- bump by @PierreS-alpha in #235
Full Changelog: v.4.5.2...v4.5.3
v4.5.2
v4.5.2, 2024-12-28
- First version using CI/CD with GitHub Actions
- Correct bug for mono-GNSS RINEX in
read_rnx2_obs
andread_rnx3_obs
. - Correct python 3.12's annoying regex's raw string SyntaxWarning.
What's Changed
- Create python-publish.yml by @PierreS-alpha in #223
- add workflow for master by @PierreS-alpha in #224
- v4.5.2 by @PierreS-alpha in #225
- add pypi URL by @PierreS-alpha in #226
Full Changelog: v4.5.1...v.4.5.2
v4.5.1
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
andgsw
modules are installed infull
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
- download RNX SONEL + RNX nav support + adapt new dls for anubis by @PierreS-alpha in #216
- add generic server & EUREF server by @PierreS-alpha in #217
- misc ps mods by @PierreS-alpha in #218
- Dev ps 01a by @PierreS-alpha in #219
- add stuffs pride by @PierreS-alpha in #220
- master > PS by @PierreS-alpha in #221
- Dev ps 01a by @PierreS-alpha in #222
Full Changelog: v4.4.3...v4.5.0
v4.4.3
v4.4.3, 2024-05-20
- Speed execution optimization for orbit/clock-related functions
- Misc routine improvements
v4.4.2
v4.4.2, 2024-04-17
- The GitHub repository, and the project in general, has been renamed as
geodezyx
(in lower case)
to uniformize its multiple spellings and then avoid confusion.- It must be transparent for your clones but updating them is recommended
https://docs.github.com/en/repositories/creating-and-managing-repositories/renaming-a-repository
- It must be transparent for your clones but updating them is recommended
- misc routine improvements
- Refactoring of the GNSS data/products dowmload functions
v4.4.1
v4.4.1, 2024-02-08
- The GitHub repository has now been moved under the IPGP organization.
- It must be transparent for your clones but updating them is recommended
https://docs.github.com/en/repositories/creating-and-managing-repositories/renaming-a-repository
- It must be transparent for your clones but updating them is recommended
- The numbering goes without a starting zero anymore. The GeodeZYX toolbox is a grown-up project now!
- Bugs corrected for
read_rnx2_obs
andOrbDF
manipulation function.
v0.4.4.0
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
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
v0.4.3.3, 2023-06-30
- a routine version update (bug corrections...)
v0.4.3.2
v0.4.3.2, 2023-03-08
- 1000th commit on GitHub 🥳
- GitHub repository is renamed for simplification
GeodeZYX-Toolbox_v4
becomesgeodezyx-toolbox
(lowercase and without version)- It must be transparent for your clones but updating them is recommended
https://docs.github.com/en/repositories/creating-and-managing-repositories/renaming-a-repository
- 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)