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

Fix float issues for CairoMakie by using Float64 #2573

Closed
wants to merge 57 commits into from
Closed

Commits on Jan 8, 2023

  1. prototype scatter in scene

    ffreyer committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    0d86adc View commit details
    Browse the repository at this point in the history
  2. get axis working

    ffreyer committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    1f90715 View commit details
    Browse the repository at this point in the history
  3. fix autolimits

    ffreyer committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    b24313c View commit details
    Browse the repository at this point in the history
  4. get mesh working?

    ffreyer committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    13ce741 View commit details
    Browse the repository at this point in the history
  5. fix compilation

    ffreyer committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    1069754 View commit details
    Browse the repository at this point in the history
  6. get heatmap & image going

    ffreyer committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    d561a3e View commit details
    Browse the repository at this point in the history
  7. get meshscatter working

    ffreyer committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    d756561 View commit details
    Browse the repository at this point in the history
  8. fix compilation

    ffreyer committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    23e7cd1 View commit details
    Browse the repository at this point in the history
  9. get Axis3 going

    ffreyer committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    feca2c7 View commit details
    Browse the repository at this point in the history
  10. get surface going

    ffreyer committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    230e8ec View commit details
    Browse the repository at this point in the history
  11. fixes

    ffreyer committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    77998bc View commit details
    Browse the repository at this point in the history
  12. get GLMakie working again

    ffreyer committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    9d8e919 View commit details
    Browse the repository at this point in the history
  13. fix GLMakie tests

    ffreyer committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    d7e2306 View commit details
    Browse the repository at this point in the history
  14. fix CairoMakie tests

    ffreyer committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    1084f4a View commit details
    Browse the repository at this point in the history
  15. remove duplicate convert?

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

Commits on Jan 10, 2023

  1. get WGLMakie working

    ffreyer committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    48d9b97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5811c01 View commit details
    Browse the repository at this point in the history
  3. cleanup prints

    ffreyer committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    c2f0109 View commit details
    Browse the repository at this point in the history
  4. add BBox64

    ffreyer committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    cbf702c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dbccd69 View commit details
    Browse the repository at this point in the history
  6. fix mesh conversion

    ffreyer committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    d7f5693 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e955f31 View commit details
    Browse the repository at this point in the history
  8. fix Makie tests

    ffreyer committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    7cb6aac View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. fix BBox type

    ffreyer committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    a3b925f View commit details
    Browse the repository at this point in the history
  2. fix ssao

    ffreyer committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    c0e2db9 View commit details
    Browse the repository at this point in the history
  3. stricter Float64 typing

    ffreyer committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    05ee945 View commit details
    Browse the repository at this point in the history
  4. fix example

    ffreyer committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    4e1afcb View commit details
    Browse the repository at this point in the history
  5. use map! instead of onany

    ffreyer committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    53c8e21 View commit details
    Browse the repository at this point in the history
  6. fix test failure

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

Commits on Jan 14, 2023

  1. Configuration menu
    Copy the full SHA
    74b689b View commit details
    Browse the repository at this point in the history
  2. fix ecdf conversions

    ffreyer committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    07c411d View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Configuration menu
    Copy the full SHA
    9814af5 View commit details
    Browse the repository at this point in the history
  2. add NEWS entry

    ffreyer committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    3fbd6ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a35a108 View commit details
    Browse the repository at this point in the history
  4. fix rectzoom error

    ffreyer committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    523a514 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b1a71a6 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

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

Commits on Mar 3, 2023

  1. Configuration menu
    Copy the full SHA
    327b574 View commit details
    Browse the repository at this point in the history
  2. fix axis interactions

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

Commits on Mar 28, 2023

  1. Configuration menu
    Copy the full SHA
    16b0204 View commit details
    Browse the repository at this point in the history
  2. back to Float64 meshes

    ffreyer committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    f0fbfac View commit details
    Browse the repository at this point in the history
  3. broaden bbox type

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

Commits on Mar 29, 2023

  1. less Float64 conversions

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

Commits on Apr 12, 2023

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

Commits on May 1, 2023

  1. allow Float32 and Float64

    ffreyer committed May 1, 2023
    Configuration menu
    Copy the full SHA
    c021cfd View commit details
    Browse the repository at this point in the history
  2. cleanup

    trace, return statements, Number -> Real
    ffreyer committed May 1, 2023
    Configuration menu
    Copy the full SHA
    8ade215 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5807b1 View commit details
    Browse the repository at this point in the history
  4. fix WGLMakie

    ffreyer committed May 1, 2023
    Configuration menu
    Copy the full SHA
    75583e9 View commit details
    Browse the repository at this point in the history
  5. loosen some types [skip ci]

    ffreyer committed May 1, 2023
    Configuration menu
    Copy the full SHA
    d859984 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2023

  1. Configuration menu
    Copy the full SHA
    36e08f6 View commit details
    Browse the repository at this point in the history
  2. allow empty inputs

    ffreyer committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    2ada40e View commit details
    Browse the repository at this point in the history
  3. remove file from clipping pr

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

Commits on Jun 6, 2023

  1. remove unused concrete_type

    ffreyer committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    ad056b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e49b2ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84cdab5 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

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

Commits on Jun 8, 2023

  1. fix test failures

    ffreyer committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    c2daeaf View commit details
    Browse the repository at this point in the history