From 73dfeb0a8309ff6f9a290c91483c61a780997b8a Mon Sep 17 00:00:00 2001 From: kristinemlarson Date: Wed, 2 Oct 2024 11:50:33 -0700 Subject: [PATCH] version 3.8.0 --- .gitignore | 1 + CHANGELOG.md | 7 +++++++ README.md | 2 +- developer_notes.md | 10 ++++++++++ pyproject.toml | 2 +- 5 files changed, 20 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 671159146..99d2c7cc0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ env +developer_notes.md new.pyproject.toml meson.build set_simulator*py diff --git a/CHANGELOG.md b/CHANGELOG.md index 9daa0be55..f4fa1e33a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## 3.8.0 + +Changed our build to meson. This will now accommodate python >= 3.11. +It also eliminates the setup tool deprecation. + +Why we did this: https://numpy.org/doc/stable/reference/distutils_status_migration.html + ## 3.7.0 I have been trying to make a way to save frequently used settings in rinex2snr and gnssir, especially the snr ending, and to a lesser extent, the samplerate. diff --git a/README.md b/README.md index 6d1680026..9c7ea7aaa 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# gnssrefl v3.7.0 +# gnssrefl v3.8.0 gnssrefl is an open source software package for GNSS Interferometric Reflectometry (GNSS-IR). When citing gnssrefl, please use: diff --git a/developer_notes.md b/developer_notes.md index 715b54ce8..8f4b31bed 100644 --- a/developer_notes.md +++ b/developer_notes.md @@ -1,3 +1,13 @@ +# from tim +I'm always happy to help, but in the future-- you can always build a new image if you want to test on your own. + +from your gnssrefl directory (that has the Dockerfile): +docker build --no-cache -t . +docker run -it /bin/bash +If you want to mount volumes you could copy the -v syntax from the unavdocker/gnssrefl docker run command. + + + # disutils - change to meson https://numpy.org/doc/stable/reference/distutils_status_migration.html diff --git a/pyproject.toml b/pyproject.toml index c4d5fb202..3893fd62a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "mesonpy" [project] name = "gnssrefl" -version = "3.7.0" +version = "3.8.0" description = "A GNSS reflectometry software package " readme = "README.md" maintainers = [