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 0.7.5 #190

Merged
merged 24 commits into from Dec 5, 2021
Merged

Version 0.7.5 #190

merged 24 commits into from Dec 5, 2021

Conversation

ieaves
Copy link
Collaborator

@ieaves ieaves commented Nov 9, 2021

0.7.5 Includes:

  • Fixes to numpy backend for complex, object, email_address, URL, boolean
  • Support for new versions of pandas ABCIndex class (previously called ABCIndexClass)
  • Updated tests for numpy backend
  • Automated Github Actions unit tests on PR
  • Additional documentation

sbrugman and others added 23 commits October 1, 2021 20:14
* refactor: numpy complex

* refactor: numpy float

* refactor: numpy bool

* refactor: numpy float64
test: fixes to bring tests up to date

* spark requirement + complex fix
* updated numpy object implementation
* old reference to bottleneck
* a regression in old numpy
resolves three bugs in the two types in the Python backend:
- EmailAddress had two relationships registered rather than a relationship and and a transformer
- URL contains_op had a typo
- URL relationship wasn't correctly checking for scheme and netloc.
* spark requirement + complex fix

* updated numpy object implementation

* old reference to bottleneck

* fixes complex tests and a regression in old numpy

* isort

* wip-setup

* removed pandas references in python tests;

* spark requirement + complex fix

* updated numpy object implementation

* old reference to bottleneck

* fixes complex tests and a regression in old numpy

* isort

* wip-setup

* removed pandas references in python tests;
* fix : import ABCIndex in place of ABCIndexClass

Pandas 1.3 renamed the ABCIndexClass to ABCIndex, so this should make the trick.
Backwards compatible.

Co-authored-by: Simon Brugman <sbrugman@users.noreply.github.com>
@sbrugman
Copy link
Contributor

sbrugman commented Dec 4, 2021

@ieaves Ready for the 0.7.5 release?

@lgtm-com
Copy link

lgtm-com bot commented Dec 4, 2021

This pull request introduces 1 alert when merging dc6aed9 into ddfae09 - view on LGTM.com

new alerts:

  • 1 for Module is imported with 'import' and 'import from'

@ieaves ieaves changed the title Version 0.7.3 Version 0.7.5 Dec 5, 2021
@lgtm-com
Copy link

lgtm-com bot commented Dec 5, 2021

This pull request introduces 1 alert when merging 1382ec1 into ddfae09 - view on LGTM.com

new alerts:

  • 1 for Module is imported with 'import' and 'import from'

@ieaves
Copy link
Collaborator Author

ieaves commented Dec 5, 2021

Merging @sbrugman 🎉 🎉 🎉

@ieaves ieaves merged commit f9bf828 into master Dec 5, 2021
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.

None yet

3 participants