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

DM-9925: PolyTran should not provide an iterative inverse by default #6

Merged
merged 6 commits into from
Mar 29, 2017

Commits on Mar 27, 2017

  1. PolyMap disable default iterative inverse

    PolyMap tried to provide an iterative inverse by default
    if no inverse coefficients were provided. This proved confusing,
    and resulted in incorrect answers if the polynomial was not invertible.
    Change the default, update the documentation and provide more tests.
    r-owen committed Mar 27, 2017
    Configuration menu
    Copy the full SHA
    099560e View commit details
    Browse the repository at this point in the history
  2. Provide a test of Frame.findFrame

    Also slightly beef up the test of Frame.convert. Neither is
    a very rigorous test since both use a trivial case.
    r-owen committed Mar 27, 2017
    Configuration menu
    Copy the full SHA
    7d81541 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1241cb View commit details
    Browse the repository at this point in the history
  4. Add FrameSet::NOFRAME

    It's not entirely clear it is necessary but it can be handy.
    Also it is referred to in AST examples.
    r-owen committed Mar 27, 2017
    Configuration menu
    Copy the full SHA
    7597b52 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2017

  1. Reject maxOutCoord < 0 in MapBox constructor

    MapBox will now throw an exception if maxOutCoord < 0
    (as it already did if maxInCoord < 0).
    r-owen committed Mar 29, 2017
    Configuration menu
    Copy the full SHA
    70ab68f View commit details
    Browse the repository at this point in the history
  2. Fix many Doxygen warnings

    Fixed all Doxygen warnings I could fix
    except documenting =default methods.
    This leaves one invalid reference to the CardType enum
    in attributes_fitsChan.dox and a host of warnings
    about deleted methods due to using an outdated version of Doxygen.
    r-owen committed Mar 29, 2017
    Configuration menu
    Copy the full SHA
    81850eb View commit details
    Browse the repository at this point in the history