Skip to content

Commit

Permalink
Merge pull request #577 from NanoVNA-Saver/feature/release_0.5.4
Browse files Browse the repository at this point in the history
release 0.5.4
  • Loading branch information
zarath authored Jan 1, 2023
2 parents 74d3ac7 + 2a9a410 commit ed362a0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 165 deletions.
154 changes: 0 additions & 154 deletions CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion NanoVNASaver/About.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.

VERSION = "0.5.4-pre"
VERSION = "0.5.4"
VERSION_URL = (
"https://raw.githubusercontent.com/"
"NanoVNA-Saver/nanovna-saver/master/NanoVNASaver/About.py")
Expand Down
17 changes: 7 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ For most users, this would already be installed.

Copy the link of the tgz from latest relaese and install it with pip install. e.g.:

pip3 install https://github.com/NanoVNA-Saver/nanovna-saver/archive/refs/tags/v0.5.3.tar.gz
pip3 install https://github.com/NanoVNA-Saver/nanovna-saver/archive/refs/tags/v0.5.4.tar.gz

Once completed run with the following command

Expand Down Expand Up @@ -176,9 +176,14 @@ factor.
Latest Changes
--------------

### Changes in 0.5.4-pre
### Changes in 0.5.4

- Bugfixes for Python3.11 compatability
- Bugfix for Python3.8 compatability
- use math instead of table for log step calculation
- Support of NanoVNA V2 Plus5 on Windows
- New SI prefixes added - Ronna, Quetta
- addes a Makefile to build a packages
- Simplyfied sweep worker
- Fixed calibration data loading
- Explicit import of scipy functions - #555
Expand All @@ -199,14 +204,6 @@ Latest Changes
points
- No more long lines in code (pycodestyle)

### Changes in 0.4.0

- PA0JOZ Enhanced Response Correction
This is the reason for minor version increase as older callibration data
shouldn't be use.
- Fix linux binary build
- Many bugfixes

Contributing
------------

Expand Down

0 comments on commit ed362a0

Please sign in to comment.