This file contains all notable changes to the applyaf project.
- Change suppoted Python to 3.6–3.10.
- Add mypy to lint.
- Add type hints to function definitions.
- Return emptry array if cable loss is not provided.
- Fixed error in apply antenna factors frequency.
- Add function to apply the antenna factors and cable losses and return the antenna factors at the analyzer frequencies and the cable losses at the analyzer frequencies in addition to the returning the incident field.
- Fix package directory structure.
- Updated requirements
- Add newer versions of Python for testing.
- Update setup.py
- Remove Py2.6/2.7 from Travis-CI.
- Remove if main, since only run as library.
- Ability to remove antenna factors and cable losses
- Migrated Travis-CI from legacy to container-based infrastructure
- Added coverage to requirements.txt and updated
inv test
task to run coverage as well.
- Updated pip requirements including numpy from 1.8.1 to 1.9.2
- Moved AUTHORS.txt to AUTHORS.md
- Moved CHANGES.md to CHANGELOG.md
- Switched badges to shields.io
- Updated README.md
- Create release script #2