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

Beta 0.20 #2831

Closed
wants to merge 106 commits into from
Closed

Beta 0.20 #2831

wants to merge 106 commits into from

Commits on Jan 16, 2023

  1. Do not plot faces with NaN points in meshes

    Also allows NaN points to propagate ahead from surface to mesh.
    
    Solves https://www.github.com/MakieOrg/GeoMakie.jl/issues/133
    asinghvi17 committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    a5cd052 View commit details
    Browse the repository at this point in the history
  2. Update NEWS.md

    asinghvi17 committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    079c553 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d817155 View commit details
    Browse the repository at this point in the history
  4. Add NaN-aware normal calculation code

    Basically replicates what's done in GLMakie's utils shader.  Skips any combination of points which has a NaN when computing normals.
    asinghvi17 committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    ce2a22b View commit details
    Browse the repository at this point in the history
  5. Apply nan code only to surfaces, not meshes

    Simplify the code a lot as well.
    asinghvi17 committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    5440a23 View commit details
    Browse the repository at this point in the history
  6. Add a test

    asinghvi17 committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    dd60f10 View commit details
    Browse the repository at this point in the history
  7. Fix typo

    asinghvi17 committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    5978840 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9b14ec3 View commit details
    Browse the repository at this point in the history
  9. Finally fix tests

    removed an extra 'end'
    asinghvi17 committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    c6725f6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3313da0 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

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

Commits on Jan 19, 2023

  1. Add a better test

    Co-committed-by: Frederic Freyer <frederic481994@hotmail.de>
    asinghvi17 committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    9402fce View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. fix test

    ffreyer committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    4c2e4b4 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    8fb0706 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6452c9 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2023

  1. Configuration menu
    Copy the full SHA
    db0e400 View commit details
    Browse the repository at this point in the history
  2. fix WGLMakie surfaces

    ffreyer committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    2af2845 View commit details
    Browse the repository at this point in the history
  3. fix the wrong uv instead

    ffreyer committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    7ef034c View commit details
    Browse the repository at this point in the history
  4. simplify test

    ffreyer committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    8e00d10 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aa551be View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8e79b41 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2023

  1. Configuration menu
    Copy the full SHA
    066f0b7 View commit details
    Browse the repository at this point in the history
  2. fix typo

    ffreyer committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    e4b056a View commit details
    Browse the repository at this point in the history
  3. add example

    ffreyer committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    6cbca9e View commit details
    Browse the repository at this point in the history
  4. remove enable translation/rotation/zoom

    can be achieved by removing hotkeys
    ffreyer committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    b54c0ae View commit details
    Browse the repository at this point in the history
  5. update test values

    ffreyer committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    3e07289 View commit details
    Browse the repository at this point in the history
  6. cleanup docstring

    ffreyer committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    11313dc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4de5fa3 View commit details
    Browse the repository at this point in the history
  8. fix docstring [skip ci]

    ffreyer committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    ae7f89a View commit details
    Browse the repository at this point in the history
  9. update docs

    ffreyer committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    d31d905 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. update tests

    ffreyer committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    8185a96 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

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

Commits on Mar 15, 2023

  1. Configuration menu
    Copy the full SHA
    7682d0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c22c47 View commit details
    Browse the repository at this point in the history
  3. tweak default zoom some more

    ffreyer committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    6786f96 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Add update_cam! with angles

    ffreyer committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    5274295 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2023

  1. Configuration menu
    Copy the full SHA
    4fee98b View commit details
    Browse the repository at this point in the history
  2. update NEWS

    ffreyer committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    c890d34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6639fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    becc8cd View commit details
    Browse the repository at this point in the history
  5. bring back fov controls

    ffreyer committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    f264360 View commit details
    Browse the repository at this point in the history
  6. deprecate old_cam [skip ci]

    ffreyer committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    87e7254 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. fix whitespace?

    ffreyer committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    6594406 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed48aa6 View commit details
    Browse the repository at this point in the history
  3. cleanup news

    ffreyer committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    43e6428 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Configuration menu
    Copy the full SHA
    598ad24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e44a6b View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Configuration menu
    Copy the full SHA
    4f52baf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b33093 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e146732 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dfc0cf3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    918a5c9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2807baf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    74d8ed8 View commit details
    Browse the repository at this point in the history
  8. use strings again

    jkrumbiegel committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    effdd00 View commit details
    Browse the repository at this point in the history
  9. fix test

    jkrumbiegel committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    4195e29 View commit details
    Browse the repository at this point in the history
  10. smaller colorbar ticks

    jkrumbiegel committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    ef3859e View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. adjust more theming gaps

    jkrumbiegel committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    625bf06 View commit details
    Browse the repository at this point in the history
  2. padding adjust

    jkrumbiegel committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    f9edbe3 View commit details
    Browse the repository at this point in the history
  3. fix size of docs example

    jkrumbiegel committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    37a5eb1 View commit details
    Browse the repository at this point in the history
  4. make toggle smaller

    jkrumbiegel committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    b9daec8 View commit details
    Browse the repository at this point in the history
  5. make colorbar thinner

    jkrumbiegel committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    a25dfcc View commit details
    Browse the repository at this point in the history
  6. smaller colorbar

    jkrumbiegel committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    f2897c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. Configuration menu
    Copy the full SHA
    232af7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91055d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b33c222 View commit details
    Browse the repository at this point in the history
  4. improve faq example

    jkrumbiegel committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    79fad8a View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. fix test value

    jkrumbiegel committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    093af51 View commit details
    Browse the repository at this point in the history
  2. bump all versions

    jkrumbiegel committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    0aa4b02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e7eb98 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    338441e View commit details
    Browse the repository at this point in the history
  5. fix wglmakie

    SimonDanisch committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    2e64e8b View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2023

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

Commits on Apr 19, 2023

  1. Configuration menu
    Copy the full SHA
    a72abbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78ee1e5 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

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

Commits on Apr 23, 2023

  1. DataInspector fixes

    - fix error on range access for lines
    - fix a typo
    - fix blinking in image
    - fix error in arrows
    ffreyer committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    d51ed11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdc3666 View commit details
    Browse the repository at this point in the history
  3. fix line indicator in band

    ffreyer committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    6945b97 View commit details
    Browse the repository at this point in the history
  4. update NEWS

    ffreyer committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    1053b3a View commit details
    Browse the repository at this point in the history
  5. update docs

    ffreyer committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    10aff36 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

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

Commits on May 5, 2023

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

Commits on Jun 12, 2023

  1. Configuration menu
    Copy the full SHA
    fd9a04d View commit details
    Browse the repository at this point in the history
  2. fix type error in cam2d!

    ffreyer committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    fc4fcd5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a26e6a1 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

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

Commits on Jun 29, 2023

  1. merge master

    SimonDanisch committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    2b32ed8 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Update Project.toml

    SimonDanisch committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    ac64b9d View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Configuration menu
    Copy the full SHA
    d89aac0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    001542e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34e9072 View commit details
    Browse the repository at this point in the history
  4. fix test errors

    ffreyer committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    98c1096 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

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

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    ae7e21d View commit details
    Browse the repository at this point in the history
  2. fix Makie version

    ffreyer committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    9b7ed17 View commit details
    Browse the repository at this point in the history
  3. fix ubuntu test error

    ffreyer committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    9c7f253 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    558e682 View commit details
    Browse the repository at this point in the history
  5. remove yield

    ffreyer committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    e804e21 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ea78111 View commit details
    Browse the repository at this point in the history
  7. try fixing line AA scaling

    ffreyer committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    9d34002 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    01b1589 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    173b645 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

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

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    f0579ac View commit details
    Browse the repository at this point in the history
  2. fix incorrect merge

    SimonDanisch committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    cd71e69 View commit details
    Browse the repository at this point in the history