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: ing-bank/popmon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.6
Choose a base ref
...
head repository: ing-bank/popmon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.7
Choose a head ref
  • 11 commits
  • 18 files changed
  • 5 contributors

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    e3d68f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11a16c0 View commit details
    Browse the repository at this point in the history
  3. ci: update automatic release

    sbrugman committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    7e6439f View commit details
    Browse the repository at this point in the history
  4. chore: version bump

    sbrugman committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    ac79d21 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2025

  1. chore: add compatibility to pandas>=2,numpy>=2

    - align requirements.txt with pyproject.toml
    - remove calls to np.string_ not existing in numpy >= 2.0.0
    - remove calls to pd._testing.makeMixedDataFrame not existing in new pandas versions
    - fix install and test commands in documentation for developers
    - replace np.mean with column-wise version
    - drop pandas dependency constraint <2
    - require histogrammar>=1.0.34
    - require Python 3.9 in pyproject.toml
    - add PySpark 3.5.3 to test pipeline matrix
    - update test pipeline matrix: exclude Python 3.8, include Python 3.12
    - add test notebook output to .gitignore
    - switch to importlib from pkg_resources
    - install project dependencies after pyspark in spark build tests
    - run mean and std calculations only on numeric columns
    - add dependency versions constraints to Spark tests
    - update version of actions/upload-artifact task in build pipeline
    mkopec87 committed Jan 5, 2025
    Configuration menu
    Copy the full SHA
    150710a View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2025

  1. Merge pull request #287 from mkopec87/feature/update-pandas

    Add pandas and numpy >= 2 compatibility
    mbaak authored Jan 20, 2025
    Configuration menu
    Copy the full SHA
    0bc188a View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2025

  1. chore: version bump to v1.4.7

    kx79wq authored and sbrugman committed Jan 23, 2025
    Configuration menu
    Copy the full SHA
    f6de2ff View commit details
    Browse the repository at this point in the history
  2. chore: revert version

    sbrugman authored Jan 23, 2025
    Configuration menu
    Copy the full SHA
    c9e2029 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #289 from ing-bank/version

    chore: revert version
    mbaak authored Jan 23, 2025
    Configuration menu
    Copy the full SHA
    835a80f View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2025

  1. ci: simplify release process

    sbrugman committed Jan 24, 2025
    Configuration menu
    Copy the full SHA
    38c181c View commit details
    Browse the repository at this point in the history
  2. chore: bump version

    sbrugman committed Jan 24, 2025
    Configuration menu
    Copy the full SHA
    f90d3b7 View commit details
    Browse the repository at this point in the history
Loading