Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.0.6 #102

Merged
merged 43 commits into from
Aug 21, 2023
Merged

Release 0.0.6 #102

merged 43 commits into from
Aug 21, 2023

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    01c9f96 View commit details
    Browse the repository at this point in the history
  2. Add sdr.plot.raster()

    mhostetter committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    a2b0392 View commit details
    Browse the repository at this point in the history
  3. Add sdr.plot.eye()

    mhostetter committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    46ff0f5 View commit details
    Browse the repository at this point in the history
  4. Update feature list

    mhostetter committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    b47b2b4 View commit details
    Browse the repository at this point in the history
  5. Fix typo

    mhostetter committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    411f002 View commit details
    Browse the repository at this point in the history
  6. Fix raster y limits

    mhostetter committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    1c2a25f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    94d9d72 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2a1e1dc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    38e24f6 View commit details
    Browse the repository at this point in the history
  10. Expand dictionary

    mhostetter committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    cda5009 View commit details
    Browse the repository at this point in the history
  11. Fix linter errors

    mhostetter committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    6c5b303 View commit details
    Browse the repository at this point in the history
  12. Tighten raster() y-limits

    mhostetter committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    d312829 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ffa8190 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7ba3881 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    50c2319 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    aa897c8 View commit details
    Browse the repository at this point in the history
  17. Enable colorbar by default

    mhostetter committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    090f61a View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    9fee01e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81a45a0 View commit details
    Browse the repository at this point in the history
  3. Fix bug in scaling PSDs

    mhostetter committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    272624c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    556ee87 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0027aa4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    abeda57 View commit details
    Browse the repository at this point in the history
  7. Test FSPL in near field

    mhostetter committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    d377120 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c91f5ef View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e096808 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. Support real mixing

    mhostetter committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    a514d9a View commit details
    Browse the repository at this point in the history
  2. Add sdr.upsample()

    Implements #99
    mhostetter committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    e5cff03 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    956c572 View commit details
    Browse the repository at this point in the history
  4. Improve warning statement

    mhostetter committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    1173ed2 View commit details
    Browse the repository at this point in the history
  5. Add sdr.downsample()

    Implements #100
    mhostetter committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    db66961 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    808e2af View commit details
    Browse the repository at this point in the history
  7. Improve example plots

    mhostetter committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    565cb1f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2a6c6df View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f418e50 View commit details
    Browse the repository at this point in the history
  10. Format .toml file

    mhostetter committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    e435fba View commit details
    Browse the repository at this point in the history
  11. Exclude plot functions from coverage

    Once the library is more mature, unit tests against images can be added. It will be too cumbersome at this stage.
    mhostetter committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    18f2e16 View commit details
    Browse the repository at this point in the history
  12. Expand dictionary

    mhostetter committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    ab2f229 View commit details
    Browse the repository at this point in the history
  13. Fix .toml syntax

    mhostetter committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    8ab16cf View commit details
    Browse the repository at this point in the history
  14. Fix codecov path

    mhostetter committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    574d350 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0a7db7d View commit details
    Browse the repository at this point in the history
  16. Add sdr.wavelength()

    mhostetter committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    c3b39c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    3a794e1 View commit details
    Browse the repository at this point in the history