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: v2.2.1
Choose a base ref
...
head repository: finos/perspective
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.0
Choose a head ref
  • 20 commits
  • 84 files changed
  • 4 contributors

Commits on Jun 5, 2023

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

Commits on Jun 8, 2023

  1. fix test for pandas 2 deviation

    make pandas bound more liberal
    timkpaine committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    323d7d3 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Configuration menu
    Copy the full SHA
    457d655 View commit details
    Browse the repository at this point in the history
  2. Activate emsdk version from package.json

    This ensures that the version installed on a developer's clone
    matches what's in package.json
    
    may want to catch the error + add some instructions to fix the
    problem
    tomjakubowski committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    d86d8d3 View commit details
    Browse the repository at this point in the history
  3. remove helper script

    tomjakubowski committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    2837e2a View commit details
    Browse the repository at this point in the history
  4. Always install current version in install_emsdk.js

    The build error you get when emsdk has drifted out of date looks like:
    
        error: error: tool is not installed and therefore cannot be activated: 'releases-adedc0750c4a89b65bee866edab24298cb8d6677-64bit'
        Command failed: cd /Users/tom/perspective/perspective/.emsdk && . ./emsdk_env.sh >/dev/null 2>&1 && emsdk activate 3.1.36 >/dev/null && cd /Users/tom/perspective/perspective/cpp/perspective && node ./build.js
    
    The resolution to this now is to run `node scripts/install_emsdk.js`.
    Previously it wouldn't install the current emsdk version unless the
    developer first rm-rfed .emsdk
    
    It's also still cheap to run the script when the current version is
    already installed.
    tomjakubowski committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    f68a9cf View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Merge pull request #2244 from dhirschfeld/patch-1

    Allow `pandas~=2.0.0` to be installed
    texodus authored Jun 15, 2023
    Configuration menu
    Copy the full SHA
    30560d4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2256 from tomjakubowski/chore/check-emsdk

    Validate installed emsdk version
    texodus authored Jun 15, 2023
    Configuration menu
    Copy the full SHA
    0dd3111 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2023

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

Commits on Jun 19, 2023

  1. Merge pull request #2257 from finos/fix-workspace-save-settings

    Fix workspace `save()` w/settings
    texodus authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    b60de94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd3e224 View commit details
    Browse the repository at this point in the history
  3. Fix python thread flags

    texodus committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    81960c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4dd25f1 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Fix benchmarks & examples

    texodus committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    aaa6a8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd4f077 View commit details
    Browse the repository at this point in the history
  3. Fix CI

    texodus committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    829ce73 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    14147f7 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2261 from finos/rw-lock-v2

    Thread-safe python readers
    texodus authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    e76e396 View commit details
    Browse the repository at this point in the history
  6. v2.3.0

    texodus committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    46809f3 View commit details
    Browse the repository at this point in the history
Loading