Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Release 0.5.0 #34

Merged
merged 1 commit into from
Mar 10, 2022
Merged

Release 0.5.0 #34

merged 1 commit into from
Mar 10, 2022

Conversation

jimexist
Copy link
Contributor

@jimexist jimexist commented Mar 9, 2022

artifact is near the bottom of the page https://github.com/datafusion-contrib/datafusion-python/actions/runs/1956469127

can be downloaded and unzipped and then run:

python3 -m pip install dist/datafusion-0.5.0-cp36-abi3-macosx_10_7_x86_64.whl

or similar commands if you are on Windows or Linux

❯ python3
Python 3.9.10 (main, Jan 15 2022, 11:48:04)
[Clang 13.0.0 (clang-1300.0.29.3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import datafusion
d>>> datafusion.__version__
'0.5.0'

@jimexist jimexist force-pushed the release-0.5 branch 2 times, most recently from 256187d to c7cd236 Compare March 9, 2022 09:36
@jimexist jimexist changed the title update to release 0.5.0 Release 0.5.0 Mar 9, 2022
@jimexist jimexist requested review from houqp and alamb March 9, 2022 10:06
@matthewmturner
Copy link
Contributor

Can we make this wheel? Im on M1 Mac datafusion-0.4.0-cp36-abi3-macosx_11_0_arm64.whl

@matthewmturner
Copy link
Contributor

testing suite passed building locally

@jimexist
Copy link
Contributor Author

Can we make this wheel? Im on M1 Mac datafusion-0.4.0-cp36-abi3-macosx_11_0_arm64.whl

@matthewmturner I think we need to see actions/runner-images#2187 fixed first

@matthewmturner
Copy link
Contributor

Yeah saw that 🙁 sry i wasnt clear - i meant more can we still publish that wheel manually to pypi?

@jimexist jimexist merged commit dc26c19 into main Mar 10, 2022
@jimexist jimexist deleted the release-0.5 branch March 10, 2022 08:25
@jimexist
Copy link
Contributor Author

Yeah saw that 🙁 sry i wasnt clear - i meant more can we still publish that wheel manually to pypi?

manually uploaded via an M1 machine:

❯ python -m pip install -U datafusion
Collecting datafusion
  Downloading datafusion-0.5.0-cp36-abi3-macosx_11_0_arm64.whl (5.1 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.1/5.1 MB 8.8 MB/s eta 0:00:00
Collecting pyarrow>=1
  Using cached pyarrow-7.0.0-cp310-cp310-macosx_11_0_arm64.whl (14.6 MB)
Collecting numpy>=1.16.6
  Using cached numpy-1.22.3-cp310-cp310-macosx_11_0_arm64.whl (12.8 MB)
Installing collected packages: numpy, pyarrow, datafusion
Successfully installed datafusion-0.5.0 numpy-1.22.3 pyarrow-7.0.0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants