Skip to content
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

Version 7.0.0 #241

Merged
merged 18 commits into from
Feb 4, 2023
Merged

Version 7.0.0 #241

merged 18 commits into from
Feb 4, 2023

Conversation

cdgriffith
Copy link
Owner

@cdgriffith cdgriffith commented Jan 28, 2023

Serge45 and others added 11 commits January 13, 2023 16:30
…key (thanks to Nishikant Parmar)

Fixing union operations from creating dicts instead of Boxes on certain python versions.

Readme and setup updates
…te keys (thanks to Rexbard)

* Adding #236 iPython detection to prevent adding attribute lookup words (thanks to Nishikant Parmar)
* Adding new DDBox class (Default Dots Box) that is a subclass of SBox
…er (thanks to Коптев Роман Викторович)
@JacobHayes
Copy link
Contributor

JacobHayes commented Jan 31, 2023

I'm having some issues with the wheels for python <3.11. Looks like the <3.11 wheels (which did not work) are marked x86_64, while the 3.11 wheel (which did work) is marked universal (x86_64 and arm64):

python_box-7.0.0rc0-cp37-cp37m-macosx_10_15_x86_64.whl
python_box-7.0.0rc0-cp38-cp38-macosx_10_15_x86_64.whl
python_box-7.0.0rc0-cp39-cp39-macosx_11_0_x86_64.whl
python_box-7.0.0rc0-cp310-cp310-macosx_11_0_x86_64.whl
python_box-7.0.0rc0-cp311-cp311-macosx_10_9_universal2.whl

@cdgriffith
Copy link
Owner Author

cdgriffith commented Jan 31, 2023

@JacobHayes added a new version 7.0.0rc1 that just nixes macos Cython optimized builds for now until there is a good way to make universal2 packages across supported versions (tracking in #242) Thanks for pointing that out!

@JacobHayes
Copy link
Contributor

Looks like the install worked, thanks!

@JacobHayes
Copy link
Contributor

JacobHayes commented Feb 3, 2023

Confirming the new extras metadata (installed from git) look good (ie: ruamel is not installed on my side)!

@cdgriffith cdgriffith merged commit 0bfcb2d into master Feb 4, 2023
@cdgriffith cdgriffith deleted the develop branch February 4, 2023 03:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants