8000 Comparing 0.34.0...0.35.0 · crate/crate-python · GitHub
[go: up one dir, main page]

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: crate/crate-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.34.0
Choose a base ref
...
head repository: crate/crate-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.35.0
Choose a head ref
  • 15 commits
  • 20 files changed
  • 3 contributors

Commits on Oct 5, 2023

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

Commits on Oct 25, 2023

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

Commits on Nov 6, 2023

  1. Add support for Python 3.12

    amotl committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    159a6b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e77e9e View commit details
    Browse the repository at this point in the history
  3. CI: Use CrateDB 5.4.5

    Co-authored-by: Sebastian Utz <su@rtme.net>
    amotl and seut committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    984c26e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1d1c1a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1d27c6f View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

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

Commits on Jan 12, 2024

  1. Update urllib3 requirement from <2.1 to <2.2

    Updates the requirements on [urllib3](https://github.com/urllib3/urllib3) to permit the latest version.
    - [Release notes](https://github.com/urllib3/urllib3/releases)
    - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
    - [Commits](urllib3/urllib3@0.3...2.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: urllib3
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and amotl committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    1f9b9de View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Chore: Fix pandas testing dependency by downgrading to pandas 2.0

    ImportError: cannot import name 'makeTimeDataFrame' from 'pandas._testing'
    amotl committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    7411233 View commit details
    Browse the repository at this point in the history
  2. Permit urllib3.Timeout instances for defining timeout values.

    Using that, you can configure both the socket `connect` and `read`
    timeout settings, in seconds.
    amotl committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    af27cb1 View commit details
    Browse the repository at this point in the history
  3. Bump actions/setup-python from 4 to 5

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and amotl committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    7be9a36 View commit details
    Browse the repository at this point in the history
  4. Update flake8 requirement from <7,>=4 to >=4,<8

    Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version.
    - [Commits](PyCQA/flake8@4.0.0...7.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: flake8
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and amotl committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    4b39a84 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Release 0.35.0

    amotl committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    9213f2e View commit details
    Browse the repository at this point in the history
  2. CI: Fix release workflow recipe by downgrading to Python 3.11

    On Python 3.12, there is:
    
      Traceback (most recent call last):
        File "/home/runner/work/crate-python/crate-python/setup.py", line 22, in <module>
          from setuptools import setup, find_packages
      ModuleNotFoundError: No module named 'setuptools'
    amotl committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    b7773a5 View commit details
    Browse the repository at this point in the history
Loading
0