Skip to content

Commit ac6c6e8

Browse files
committed
Align version to v1.7.2
1 parent 7eac0e1 commit ac6c6e8

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

PyNEC/CHANGES.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### Version 1.7.5:
1+
### Version 1.7.2:
22

33
* Convert setup.py to pyproject.toml as primary metadata source (PEP 621)
44
- All package metadata now lives in pyproject.toml `[project]` table
@@ -7,6 +7,12 @@
77
* Fix #24: VSWR formula guard — add explicit `np.abs()` in vswr() to prevent negative values
88
* Fix #8: Add missing `handle_nec` method to `necpp/tests/test_multiple_sc_cards.py`
99
* Fix #31: Guard numpy import in `PyNEC/setup.py` with try/except for PEP 517 metadata phases
10+
* Fix CI branch filter (main → master)
11+
12+
### Version 1.7.3.6:
13+
14+
* Update with a requested fix by user slawkory in context_clean.py
15+
* Also fix an intger division bug introduced with the shift to python3 in logperiodic_opt.py
1016

1117
### Version 1.7.4:
1218

@@ -23,8 +29,3 @@
2329
- Add scipy, matplotlib to dev-requirements.txt
2430
- Remove stale Python 2 classifiers from necpp/setup.py
2531
- Fix Makefile manylinux2014 → manylinux_2_28
26-
27-
### Version 1.7.3.6:
28-
29-
* Update with a requested fix by user slawkory in context_clean.py
30-
* Also fix an intger division bug introduced with the shift to python3 in logperiodic_opt.py

PyNEC/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "PyNEC"
7-
version = "1.7.5"
7+
version = "1.7.2"
88
description = "Python Antenna Simulation Module (nec2++) object-oriented interface"
99
readme = "README.md"
1010
license = { text = "GPLv3" }

necpp/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "necpp"
7-
version = "1.7.5"
7+
version = "1.7.2"
88
description = "Python Antenna Simulation Module (nec2++) C-style interface"
99
readme = "README.md"
1010
license = { text = "GPLv3" }

0 commit comments

Comments
 (0)