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: man-group/PyBloqs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.4.2
Choose a base ref
...
head repository: man-group/PyBloqs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.4.3
Choose a head ref
  • 14 commits
  • 5 files changed
  • 3 contributors

Commits on Aug 27, 2025

  1. fix warning in pandas 2.1: DataFrame.applymap has been deprecated. Us…

    …e DataFrame.map instead.
    
    /users/isys/svc-cpm/pyenvs/2025-08-26_17_45_01/lib/python3.11/site-packages/pybloqs/block/table_formatters.py:718: FutureWarning:
    
    DataFrame.applymap has been deprecated. Use DataFrame.map instead.
    morotti authored Aug 27, 2025
    Configuration menu
    Copy the full SHA
    35311ae View commit details
    Browse the repository at this point in the history
  2. missing colon

    morotti authored Aug 27, 2025
    Configuration menu
    Copy the full SHA
    56ca0fb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #170 from man-group/rmorotti-pandas-applymap

    pandas 2.1 warning: DataFrame.applymap has been deprecated. Use DataFrame.map instead.
    morotti authored Aug 27, 2025
    Configuration menu
    Copy the full SHA
    554528a View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2025

  1. Configuration menu
    Copy the full SHA
    97bcad8 View commit details
    Browse the repository at this point in the history
  2. ruff

    TimothyFNChan authored Oct 17, 2025
    Configuration menu
    Copy the full SHA
    665f209 View commit details
    Browse the repository at this point in the history
  3. ruff

    TimothyFNChan authored Oct 17, 2025
    Configuration menu
    Copy the full SHA
    49676d0 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2025

  1. Merge pull request #172 from TimothyFNChan/DataFrameMapCompat

    expand compat change for DataFrame.map to apply to all calls to .map
    rspencer01 authored Oct 20, 2025
    Configuration menu
    Copy the full SHA
    cc41e55 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2025

  1. Update hx-trigger for div replacement logic

    We were triggering on `reveal` but this reveals even if the div is of zero size or hidden behind other elements.
    
    Addresses #171
    rspencer01 authored Oct 21, 2025
    Configuration menu
    Copy the full SHA
    500de7b View commit details
    Browse the repository at this point in the history
  2. Remove hx-indicator from content_div

    Remove double hx-indications for tab blocks
    rspencer01 authored Oct 21, 2025
    Configuration menu
    Copy the full SHA
    2caef87 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2025

  1. Merge pull request #174 from man-group/rspencer01-patch-2

    Remove hx-indicator from content_div
    rspencer01 authored Oct 23, 2025
    Configuration menu
    Copy the full SHA
    250f6c0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #173 from man-group/rspencer01-patch-1

    Update hx-trigger for div replacement logic
    rspencer01 authored Oct 23, 2025
    Configuration menu
    Copy the full SHA
    83e2beb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab51122 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70fc18a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #175 from man-group/rspencer01-v-1-4-3

    Prepare for 1.4.3
    rspencer01 authored Oct 23, 2025
    Configuration menu
    Copy the full SHA
    f49db33 View commit details
    Browse the repository at this point in the history
Loading