8000 Comparing v3.3.2...v3.3.3 · finos/perspective · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: finos/perspective
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.3.2
Choose a base ref
...
head repository: finos/perspective
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.3.3
Choose a head ref
  • 12 commits
  • 63 files changed
  • 3 contributors

Commits on Jan 27, 2025

  1. setup: select perspective-pyodide in menu

    Signed-off-by: Tom Jakubowski <tom@prospective.dev>
    tomjakubowski committed Jan 27, 2025
    Configuration menu
    Copy the full SHA
    08d22e7 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2025

  1. Support for pyodide 0.27.1, including pyarrow + pandas

    - Switch to using global `CMAKE_CXX_FLAGS` to ensure every target we
      need to link, including all Arrow components, is built with Emscripten
      exceptions support.  The build already does the same thing for wasm
      exceptions so it's at least more consistent now.
    - Add two regression tests to the pytest-pyodide suite for pyarrow and
      pandas examples, which were previously crashing due to inconsistent
      Emscripten exceptions support between the object files
    
    Signed-off-by: Tom Jakubowski <tom@prospective.dev>
    tomjakubowski committed Jan 28, 2025
    Configuration menu
    Copy the full SHA
    8188fe3 View commit details
    Browse the repository at this point in the history
  2. pytest-pyodide: add test timeouts

    Signed-off-by: Tom Jakubowski <tom@prospective.dev>
    tomjakubowski committed Jan 28, 2025
    Configuration menu
    Copy the full SHA
    8ec0be0 View commit details
    Browse the repository at this point in the history
  3. ci: separate build/test emscripten wheel jobs

    Signed-off-by: Tom Jakubowski <tom@prospective.dev>
    tomjakubowski committed Jan 28, 2025
    Configuration menu
    Copy the full SHA
    5f8fdc3 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2025

  1. Merge pull request #2901 from tomjakubowski/bugfix/pyodide-0.27

    Support for pyodide 0.27.1, including pyarrow + pandas
    texodus authored Feb 2, 2025
    Configuration menu
    Copy the full SHA
    3ccef43 View commit details
    Browse the repository at this point in the history
  2. Fix API docs

    Signed-off-by: Andrew Stein <steinlink@gmail.com>
    texodus committed Feb 2, 2025
    Configuration menu
    Copy the full SHA
    f0bf7aa View commit details 10000
    Browse the repository at this point in the history
  3. Document custom themes, remove default label visibility

    Signed-off-by: Andrew Stein <steinlink@gmail.com>
    texodus committed Feb 2, 2025
    Configuration menu
    Copy the full SHA
    d9932be View commit details
    Browse the repository at this point in the history
  4. Fix TypeScript plugin exports

    Signed-off-by: Andrew Stein <steinlink@gmail.com>
    texodus committed Feb 2, 2025
    Configuration menu
    Copy the full SHA
    415285a View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2025

  1. Conditionally compile in heap instrumentation to find allocation hots…

    …pots.
    
    Signed-off-by: Timothy Bess <tim@prospective.dev>
    timbess committed Feb 3, 2025
    Configuration menu
    Copy the full SHA
    9f96c66 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2025

  1. Merge pull request #2910 from finos/fix-api-docs

    Fix API docs
    texodus authored Feb 4, 2025
    Configuration menu
    Copy the full SHA
    69f2fdd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2913 from timbess/feature/heap-profiling

    Heap Profiling Tooling
    texodus authored Feb 4, 2025
    Configuration menu
    Copy the full SHA
    1b88ca8 View commit details
    Browse the repository at this point in the history
  3. v3.3.3

    Signed-off-by: Andrew Stein <steinlink@gmail.com>
    texodus committed Feb 4, 2025
    Configuration menu
    Copy the full SHA
    b2b6a67 View commit details
    Browse the repository at this point in the history
Loading
0