Skip to content

Releases: liamtoney/infresnel

v0.3.0

10 May 17:42
Compare
Choose a tag to compare

Changes in this release:

  • infresnel is now fully parallelized, with significant computation time reductions evident for large grid sizes!
  • calculate_paths() now returns the direct and shortest diffracted path lengths rather than just their difference
  • Whether or not the DEM is returned can now be toggled
  • A new Assumptions section has been added to the README, along with more context on using $N$ to predict insertion loss

v0.2.0

27 Jul 23:56
c5b6957
Compare
Choose a tag to compare

Changes in this release:

  • Improve handling of NaN values in DEMs
  • Configure CI and a test of calculate_paths_grid()
  • Improve documentation

v0.1.0

02 Dec 03:22
Compare
Choose a tag to compare

First official release of infresnel. The first stable release will be v1.0.0, and it will occur after the following items have been implemented (at minimum):

  1. A dependency management strategy (e.g., pinning versions)
  2. A testing suite (run by GitHub Actions)

Note: I intend to conform to the semantic versioning system for this project.