Skip to content

Version 0.7.5#190

Merged
ieaves merged 24 commits intomasterfrom
develop
Dec 5, 2021
Merged

Version 0.7.5#190
ieaves merged 24 commits intomasterfrom
develop

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
Contributor

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
Contributor

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.

3 participants