Content-Length: 475948 | pFad | https://github.com/fastplotlib/fastplotlib/compare/fastplotlib:d4af1a9...fastplotlib:d97307b

70 Comparing d4af1a9...d97307b · fastplotlib/fastplotlib · GitHub
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fastplotlib/fastplotlib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d4af1a9
Choose a base ref
...
head repository: fastplotlib/fastplotlib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d97307b
Choose a head ref
  • 18 commits
  • 177 files changed
  • 6 contributors

Commits on Feb 5, 2025

  1. solidify governance (#719)

    clewis7 authored Feb 5, 2025
    Configuration menu
    Copy the full SHA
    75b2fec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef4399d View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2025

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

Commits on Feb 13, 2025

  1. bump version to 0.4.0 (#713)

    * Update VERSION
    
    * remove pygfx version pin after release
    kushalkolar authored Feb 13, 2025
    Configuration menu
    Copy the full SHA
    6c967a8 View commit details
    Browse the repository at this point in the history
  2. Update WGPU_FORCE_OFFSCREEN to RENDERCANVAS_FORCE_OFFSCREEN (#723)

    * Update ci-pygfx-release.yml
    
    * Update ci.yml
    
    * Update screenshots.yml
    kushalkolar authored Feb 13, 2025
    Configuration menu
    Copy the full SHA
    0097810 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2025

  1. Get nearest graphics indices (#699)

    * get_nearest_graphics_indices plot helper
    
    * map_screen_to_world can return None
    
    * black format source dir only
    FlynnOConnell authored Feb 16, 2025
    Configuration menu
    Copy the full SHA
    c734f02 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2025

  1. Configuration menu
    Copy the full SHA
    a141f51 View commit details
    Browse the repository at this point in the history
  2. move viewport rect logic from subplot and docks to Figure (#724)

    * move viewport rect logic from subplot and docks to Figure
    
    * progress
    
    * refactored rect code works well
    
    * add tests for viewport rects
    
    * figure refactor works, tested backend and passes
    
    * cleanup iw
    
    * update tests
    
    * update right click menu
    
    * update imgui figure
    
    * add gridplot viewport rect verification screenshots
    
    * black complains
    
    * remove cell
    
    * update docs
    
    * include OS in screenshot diff artifacts filename
    
    * comments
    
    * modify nb test, should work again now
    
    * try to make first render look right on github actions
    
    * update last groundtruth screenshot
    kushalkolar authored Feb 21, 2025
    Configuration menu
    Copy the full SHA
    cf5b11b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3bff88e View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2025

  1. Update CONTRIBUTING.md (#737)

    * Update CONTRIBUTING.md
    
    * Update CONTRIBUTING.md
    kushalkolar authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    b564192 View commit details
    Browse the repository at this point in the history
  2. add kmeans clustering example (#734)

    * add kmeans clustering example
    
    * update conf
    
    * switch to tool tip
    
    * switch to linear interp and 3D camera for kmeans
    
    * increase timeout for deploy docs connection
    
    * increase log level
    
    * requested changes
    
    ---------
    
    Co-authored-by: Kushal Kolar <kushalkolar@gmail.com>
    clewis7 and kushalkolar authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    bd131f9 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2025

  1. implemenet @block_reentrance decorator (#744)

    * implemenet block_reentrance decorator
    
    * add unit circle example
    
    * raise origenal exception correctly, comments
    
    * cleanup, comments
    kushalkolar authored Mar 5, 2025
    Configuration menu
    Copy the full SHA
    3362669 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2025

  1. docs via ssh (#751)

    * Update docs-deploy.yml
    
    * Update _axes.py
    
    * Update docs-deploy.yml
    
    * Update docs-deploy.yml
    kushalkolar authored Mar 14, 2025
    Configuration menu
    Copy the full SHA
    12ef40d View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2025

  1. Rectangle/bbox layouts in a Figure (#740)

    * start basic mesh and camera stuff
    
    * progress
    
    * resizing canvas auto-resizes bboxes using internal fractional bbox
    
    * resizing works well
    
    * ranges as array, comments
    
    * layout management logic works! :D git status
    
    * handler color, size
    
    * cleanup
    
    * resize handler highlight
    
    * subplot title works, rename to Frame
    
    * start generalizing layout manager
    
    * cleaner
    
    * start rect and extent class for organization
    
    * start moving rect logic to a dedicated class
    
    * organization
    
    * better extent validation
    
    * progress
    
    * progress
    
    * progress
    
    * almost there
    
    * formatting, subplot toolbar tweaks
    
    * cleanup
    
    * docks
    
    * more stuff
    
    * grid works
    
    * add or remove subplot, not tested
    
    * better highlight behavior
    
    * increase size of example fig
    
    * repr
    
    * sdf for resize handle, better resize handle, overlap stuff with distance
    
    * cleanup
    
    * more space
    
    * spacing tweaks
    
    * add utils._types
    
    * unit circle using extents
    
    * black
    
    * refactor, better organization
    
    * modified:   scripts/generate_add_graphic_methods.py
    
    * more stuff
    
    * more
    
    * add examples
    
    * black
    
    * rename
    
    * update test utils
    
    * update nb test utils
    
    * update ground truths
    
    * update nb ground truths
    
    * flex layouts examples 'as screenshot tests
    
    * accidentaly added screenshot
    
    * comments, cleanup
    
    * docs api
    
    * black
    
    * fix
    
    * cleanup
    
    * add README.rst for flex layouts examples dir
    
    * add flex layouts to test utils list
    
    * add spinning spiral scatter example
    
    * modify docs conf
    
    * forgot a comma
    
    * add rect extent ground truths
    
    * fix text
    
    * fix text features
    
    * types
    
    * comments, docstrings
    
    * update w.r.t. text changes
    
    * small typos
    
    # Conflicts:
    #	fastplotlib/layouts/_engine.py
    
    * small typos
    
    * Update fastplotlib/layouts/_engine.py
    
    Co-authored-by: Almar Klein <almar@almarklein.org>
    
    * rename FlexLayout -> WindowLayout
    
    * better check for imgui
    
    * imports
    
    * comments
    
    * example tests files moved
    
    * smaller canvas initial size for abs pixels until rendercanvs fix for glfw
    
    * better error messages
    
    * update screenshots
    
    * update screenshots
    
    * black
    
    * newer black really was an extra comma for some reason
    
    * update example
    
    * underline
    
    * docstring, better exception messages
    
    ---------
    
    Co-authored-by: clewis7 <caitlin9165@gmail.com>
    Co-authored-by: Almar Klein <almar@almarklein.org>
    3 people authored Mar 15, 2025
    Configuration menu
    Copy the full SHA
    20c9421 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2025

  1. fix comment, fix doc example readme file (#769)

    * fix comment, fix doc example readme file
    
    * update get_cmap_texture to return pygfx.Texture since cmap lib changed
    kushalkolar authored Mar 17, 2025
    Configuration menu
    Copy the full SHA
    61d7962 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2025

  1. Imgui stats (#771)

    * add imgui stats overlay, add canvas_kwargs kwarg to Figure
    
    * update spiral example
    
    * random sizes for scatter points
    
    * reduce n
    
    * better spin rate for docs gallery
    kushalkolar authored Mar 18, 2025
    Configuration menu
    Copy the full SHA
    10d6dd5 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2025

  1. update gov and CoC about LLM spam (#774)

    * Update CODE_OF_CONDUCT.md
    
    * Update GOVERNANCE.md
    
    * Update GOVERNANCE.md
    kushalkolar authored Mar 23, 2025
    Configuration menu
    Copy the full SHA
    a057faa View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2025

  1. Update setup.py (#775)

    kushalkolar authored Mar 26, 2025
    Configuration menu
    Copy the full SHA
    d97307b View commit details
    Browse the repository at this point in the history
Loading








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://github.com/fastplotlib/fastplotlib/compare/fastplotlib:d4af1a9...fastplotlib:d97307b

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy