Releases: NTIA/tekrsa-api-wrap
Releases · NTIA/tekrsa-api-wrap
2.0.0
What's Changed
- Drop Python 3.8 support, add Python 3.13 support by @aromanielloNTIA in #21
Full Changelog: 1.3.3...2.0.0
1.3.3
What's Changed
- Segmentation Fault Fix/FreqRefUserInfo temperature fix by @dboulware in #19
- Update pre-commit hooks, clean up LICENSE markdown, Python 3.12 support by @aromanielloNTIA in #20
Full Changelog: 1.3.2...1.3.3
1.3.2
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #15
- Fix error on repeat calls to DEVICE_GetTemperature by @aromanielloNTIA in #16
New Contributors
- @pre-commit-ci made their first contribution in #15
Full Changelog: 1.3.1...1.3.2
1.3.1
What's Changed
- Fix status parser for direct streaming mode by @aromanielloNTIA in #14
Full Changelog: 1.3.0...1.3.1
1.3.0
What's Changed
- Use Hatchling and allow direct references in dependencies by @ofek in #12
- Implement IQ stream direct to memory by @aromanielloNTIA in #13
New Contributors
Full Changelog: 1.2.3...1.3.0
1.2.3
This update includes only backend refactoring and documentation updates.
What's Changed
- Include requirements list in pyproject.toml by @aromanielloNTIA in #9
- Switch backend to Flit by @aromanielloNTIA in #10
- Cleanup for 1.2.3 by @aromanielloNTIA in #11
Full Changelog: 1.2.2...1.2.3
1.2.2
- Correct the minimum Python version to 3.8 (based on NumPy >= 1.22.0 dependency update in 1.2.1)
Full Changelog: 1.2.1...1.2.2
1.2.1
What's Changed
- Update minimum NumPy to 1.22 by @aromanielloNTIA in #6
- Update backend by @aromanielloNTIA in #7
- Add pre-commit hooks and blacken codebase by @aromanielloNTIA in #8
Full Changelog: 1.2.0...1.2.1
1.2.0
What's Changed
- Public Release of Tektronix RSA API wrapper by @aromanielloNTIA in #2
- Consolidate branches for public release by @aromanielloNTIA in #3
- Simplify package structure and update unit test by @aromanielloNTIA in #5
- Add helper method to get device temperature by @aromanielloNTIA in #4
Full Changelog: 1.1.0...1.2.0
1.1.0
This update adds cycling of the device run state to the following parameter set methods, in order to ensure they are applied when run:
CONFIG_SetAutoAttenuationEnable()
CONFIG_SetRFAttenuator()
CONFIG_SetRFPreampEnable()
IQSTREAM_SetAcqBandwidth()
This is the first release version which is publicly available.