-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump pyarrow from 15.0.0 to 15.0.2 #92
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [pyarrow](https://github.com/apache/arrow) from 15.0.0 to 15.0.2. - [Commits](apache/arrow@go/v15.0.0...go/v15.0.2) --- updated-dependencies: - dependency-name: pyarrow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
labels
Apr 2, 2024
spjuhel
added a commit
that referenced
this pull request
Apr 16, 2024
* Delete test-requirements.txt This file is no longer used * Delete pkg-requirements.txt This file is no longer used * Clearer badges Fix breaklines in badge * Update dependabot.yml * Update dependabot.yml as in master * Bump actions/configure-pages from 4 to 5 (#87) Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 4 to 5. - [Release notes](https://github.com/actions/configure-pages/releases) - [Commits](actions/configure-pages@v4...v5) --- updated-dependencies: - dependency-name: actions/configure-pages dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump pyarrow from 15.0.0 to 15.0.2 (#92) * Update dependabot.yml * Bump pyarrow from 15.0.0 to 15.0.2 Bumps [pyarrow](https://github.com/apache/arrow) from 15.0.0 to 15.0.2. - [Commits](apache/arrow@go/v15.0.0...go/v15.0.2) --- updated-dependencies: - dependency-name: pyarrow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Samuel Juhel <10011382+spjuhel@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump pydata-sphinx-theme from 0.13.3 to 0.15.2 (#91) * Update dependabot.yml * Bump pydata-sphinx-theme from 0.13.3 to 0.15.2 Bumps [pydata-sphinx-theme](https://github.com/pydata/pydata-sphinx-theme) from 0.13.3 to 0.15.2. - [Release notes](https://github.com/pydata/pydata-sphinx-theme/releases) - [Changelog](https://github.com/pydata/pydata-sphinx-theme/blob/main/RELEASE.md) - [Commits](pydata/pydata-sphinx-theme@v0.13.3...v0.15.2) --- updated-dependencies: - dependency-name: pydata-sphinx-theme dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Samuel Juhel <10011382+spjuhel@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump ipykernel from 6.29.2 to 6.29.4 (#90) * Update dependabot.yml * Bump ipykernel from 6.29.2 to 6.29.4 Bumps [ipykernel](https://github.com/ipython/ipykernel) from 6.29.2 to 6.29.4. - [Release notes](https://github.com/ipython/ipykernel/releases) - [Changelog](https://github.com/ipython/ipykernel/blob/v6.29.4/CHANGELOG.md) - [Commits](ipython/ipykernel@v6.29.2...v6.29.4) --- updated-dependencies: - dependency-name: ipykernel dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Samuel Juhel <10011382+spjuhel@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump progressbar2 from 4.4.1 to 4.4.2 (#89) Bumps [progressbar2](https://github.com/wolph/python-progressbar) from 4.4.1 to 4.4.2. - [Release notes](https://github.com/wolph/python-progressbar/releases) - [Changelog](https://github.com/wolph/python-progressbar/blob/develop/CHANGES.rst) - [Commits](wolph/python-progressbar@v4.4.1...v4.4.2) --- updated-dependencies: - dependency-name: progressbar2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 📝 🚧 Update documentation of Events * 📝 Event doc update [WIP] * 🤖 📝 Updated doc building config Notably fixes some problems with typehints [WIP] On improving the overal structure of the API * 📝 New autoapi directory * remove doc build folder from git tracking * 📝 (event): Doc update Better description of each type of events Also some brief descriptions in the main module docstring and model base. * 📝 Update documentation structure, WIP for doc versionning - Use of autosummary instead of autoapimod for simplicity and per Class page. Thus update of the module and class templates - Added a python script to build the doc for multiple versions (untested) - Added a version switcher to the website * Fix filename for versions (testing) * testing * fix doc output path and static website * remove edit this page button (failing at the moment) * fixed build dir for doc * updated switcher.json * fixed switcher * fixing commas * fixed switcher link * updated gitignore * 📝 Update documentation structure * Created a Tutorials page instead of the Examples one * Updated the quickstart example to streamline it * Separated the differents subsection of the one pager into their own pages for clarity and future improvements of those pages. * Moved the pages on event definitions * Bump black from 23.12.1 to 24.4.0 (#101) Bumps [black](https://github.com/psf/black) from 23.12.1 to 24.4.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@23.12.1...24.4.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * poetry update * black with v24 * Bump sphinx-autoapi from 2.1.1 to 3.0.0 (#99) Bumps [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi) from 2.1.1 to 3.0.0. - [Release notes](https://github.com/readthedocs/sphinx-autoapi/releases) - [Changelog](https://github.com/readthedocs/sphinx-autoapi/blob/main/CHANGELOG.rst) - [Commits](readthedocs/sphinx-autoapi@v2.1.1...v3.0.0) --- updated-dependencies: - dependency-name: sphinx-autoapi dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Cleanup wrongly add file * bump version * update paper.md and paper.bib Added a paragraph on other existing implementation in state of need section. * Update quickstart notebook * update build_doc so that latest doc is in root html * 📝 Documentation update - Added conda-forge install - updated some urls - updated python version and OS supported. - Some minor changes here and there (e.g., mrio -> mriot) * 📝 found a typo * Improved model lit review section * update version switcher files * possible typo in switcher --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: sjuhel <pro@sjuhel.org>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps pyarrow from 15.0.0 to 15.0.2.
Commits
e03105e
MINOR: [Release] Update versions for 15.0.2af83909
MINOR: [Release] Update .deb/.rpm changelogs for 15.0.2e81ddfe
MINOR: [Release] Update CHANGELOG.md for 15.0.2481fab1
GH-40252: [C++] Make span SFINAE standards-conforming to enable compilation w...cb35c53
GH-40248: [R] fallback to the correct libtool when we find a GNU one (#40259)6921d54
GH-39582: [C++][Acero] Increase size of Acero TempStack (#40007)0969975
GH-40068: [C++] Possible data race when reading metadata of a parquet file (...5cd4f07
GH-40485: [Python][CI] Skip failing test_dateutil_tzinfo_to_string (#40486)1c352a8
GH-39943: [CI][Python] Update manylinux images to avoid GPG problems download...a6cabb2
GH-40386: [Python] Fix except clauses (#40387)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)