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

Size cleanup #371

Merged
merged 9 commits into from
Oct 9, 2024
Merged

Size cleanup #371

merged 9 commits into from
Oct 9, 2024

Commits on Oct 7, 2024

  1. Remove composition_properties

    Luthaf committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    7aa16a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c12209 View commit details
    Browse the repository at this point in the history
  3. Fix stk tests on macOS

    Luthaf committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    15fe900 View commit details
    Browse the repository at this point in the history
  4. Fix admonition syntax

    Luthaf committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    666285d View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Fixing size options

    This PR addresses some issues around the "size" scaling that was
    not very usable beside the basic usage. Several changes:
    * Scaling is *area based* (which is the perceptually right thing)
    * Removed the "reverse" button and switch that was actually meaningless
      in many cases
    * Differentiate between linear and flipped-linear mapping (that span the
      whole min-max range) and "absolute" mappings including proportional,
      log, sqrt, inverse that instead use an "absolute" scale
    
    NB this is another breaking change as it removes the "reverse"
    option that was frankly useless
    ceriottm committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    c9e6d26 View commit details
    Browse the repository at this point in the history
  2. Fixing size options

    This PR addresses some issues around the "size" scaling that was
    not very usable beside the basic usage. Several changes:
    * Scaling is *area based* (which is the perceptually right thing)
    * Removed the "reverse" button and switch that was actually meaningless
      in many cases
    * Differentiate between linear and flipped-linear mapping (that span the
      whole min-max range) and "absolute" mappings including proportional,
      log, sqrt, inverse that instead use an "absolute" scale
    
    NB this is another breaking change as it removes the "reverse"
    option that was frankly useless
    ceriottm authored and Luthaf committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    f152504 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    370efa2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa3ba33 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e070e9e View commit details
    Browse the repository at this point in the history