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: 4n4nd/prometheus-api-client-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.1
Choose a base ref
...
head repository: 4n4nd/prometheus-api-client-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.2
Choose a head ref
  • 10 commits
  • 10 files changed
  • 6 contributors

Commits on Jun 22, 2022

  1. ⬆️ Bump numpy from 1.21.4 to 1.22.0

    Bumps [numpy](https://github.com/numpy/numpy) from 1.21.4 to 1.22.0.
    - [Release notes](https://github.com/numpy/numpy/releases)
    - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst)
    - [Commits](numpy/numpy@v1.21.4...v1.22.0)
    
    ---
    updated-dependencies:
    - dependency-name: numpy
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jun 22, 2022
    Configuration menu
    Copy the full SHA
    517c96d View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Upgrade python version from 3.6 to 3.8

    The newer versions of numpy and pandas have dropped support for
    python version 3.6, and support only 3.8 at the minimum. The
    Pipfile for this project already 3.8, this commit just updates the
    setup.py to reflect this on pypi as well.
    
    Signed-off-by: Karanraj Chauhan <[email protected]>
    chauhankaranraj committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    8f8a07b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #243 from 4n4nd/dependabot/pip/numpy-1.22.0

    ⬆️ Bump numpy from 1.21.4 to 1.22.0
    4n4nd authored Jul 14, 2022
    Configuration menu
    Copy the full SHA
    5df3fc5 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

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

Commits on Sep 1, 2022

  1. Merge pull request #248 from 4n4nd/update-pypi-readme

    Update github repo url and author email address in setup.py and README
    4n4nd authored Sep 1, 2022
    Configuration menu
    Copy the full SHA
    3f97e4d View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

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

Commits on Sep 6, 2022

  1. Create codeql-analysis.yml

    4n4nd authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    d0c43a0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #249 from shimon-armis/shimon.store_variance_op_re…

    …uslt_with_the_correct_key
    
    prometheus_connect: Store "variance" operation result with the correc…
    4n4nd authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    63b4a76 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Fix [FutureWarning: The frame.append method is deprecated and will be…

    … removed from pandas in a future version. Use pandas.concat instead.] (#247)
    
    * Fix [FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.]
    
    * updating pandas version
    
    * adding axis=0 in pandas.concat() for more controlled behaviour
    
    * updating Pipenv.lock file
    
    Co-authored-by: Sujit Patel <[email protected]>
    psujit775 and Sujit Patel authored Oct 20, 2022
    Configuration menu
    Copy the full SHA
    3bda292 View commit details
    Browse the repository at this point in the history
  2. Update __init__.py

    Update version to v0.5.2
    4n4nd authored Oct 20, 2022
    Configuration menu
    Copy the full SHA
    2b638b1 View commit details
    Browse the repository at this point in the history
Loading