Skip to content

prevent numpy warnings#184

Merged
sbrugman merged 4 commits intodevelopfrom
feat/numpy-complex
Oct 5, 2021
Merged

prevent numpy warnings#184
sbrugman merged 4 commits intodevelopfrom
feat/numpy-complex

Conversation

@sbrugman
Copy link
Contributor

@sbrugman sbrugman commented Oct 4, 2021

DeprecationWarning: np.complex is a deprecated alias for the builtin comp lex. To silence this warning, use complex by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use np.complex128 here.

Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
np.complex(3, -1),


DeprecationWarning: np.float is a deprecated alias for the builtin floa t. To silence this warning, use float by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use np.float64 here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
"float_series4": pd.Series([1, 2, 3.05, 4], dtype=np.float),


DeprecationWarning: np.bool is a deprecated alias for the builtin bool.
To silence this warning, use bool by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use np.bool_ here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
"bool_series3": np.array([1, 0, 0, 1], dtype=np.bool),

@sbrugman sbrugman changed the title refactor: numpy complex prevent numpy warnings Oct 4, 2021
@ieaves ieaves self-requested a review October 5, 2021 14:25
Copy link
Collaborator

@ieaves ieaves left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sbrugman sbrugman merged commit 1db14ec into develop Oct 5, 2021
@sbrugman sbrugman deleted the feat/numpy-complex branch October 5, 2021 18:48
ieaves added a commit that referenced this pull request Dec 5, 2021
* ci: mypy dependency

* ci: update dependencies

* ci: update dependencies

* prevent numpy warnings (#184)

* refactor: numpy complex

* refactor: numpy float

* refactor: numpy bool

* refactor: numpy float64

* ci: update dependencies

* ci: setup Github Actions

* ci: exclude spark from tests

* ci: disable pytest-spark

* ci: remove travis

* updated readme (#188)

* ci: pre-commit updates

* test: fix error in tests

* ci: update dependencies

* spark requirement + complex fix (#186)

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

* fix: email address and URL python backend

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.

* ci: upgrading packages

* WIP: Tests/python backend (#189)

* 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;

* Update version.py

* ci: update dependencies

* ci: upgrading packages

* ci: pre-commit updates

* fix : import ABCIndex in place of ABCIndexClass

* 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>

* Update version.py

Co-authored-by: Simon Brugman <sbrugman@users.noreply.github.com>
Co-authored-by: Charles-Meldhine Madi Mnemoi <63333367+cmmm976@users.noreply.github.com>
ieaves added a commit that referenced this pull request Feb 6, 2024
* ci: mypy dependency

* ci: update dependencies

* ci: update dependencies

* prevent numpy warnings (#184)

* refactor: numpy complex

* refactor: numpy float

* refactor: numpy bool

* refactor: numpy float64

* ci: update dependencies

* ci: setup Github Actions

* ci: exclude spark from tests

* ci: disable pytest-spark

* ci: remove travis

* updated readme (#188)

* ci: pre-commit updates

* test: fix error in tests

* ci: update dependencies

* spark requirement + complex fix (#186)

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

* fix: email address and URL python backend

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.

* ci: upgrading packages

* WIP: Tests/python backend (#189)

* 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;

* Update version.py

* ci: update dependencies

* ci: upgrading packages

* ci: pre-commit updates

* fix : import ABCIndex in place of ABCIndexClass

* 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>

* Update version.py

* ci: dependency update

* ci: update dependencies

* ci: update dependencies

* ci: dependency update

* ci: upgrading packages

* ci: pre-commit updates

* ci: pre-commit updates

* Readme Updates (#193)

* using section

* readme rewrite

* language updates

* test

* manifest

* increased logo size

* typo

* backend notes

* ci: update dependencies

* ci: update dependencies

* ci: dependency update

* ci: update dependencies

* ci: pre-commit updates

* ci: upgrading packages

* ci: upgrading packages

* ci: update dependencies

* ci: dependency update

* ci: update dependencies

* ci: python 3.6 end of life

* fix typo (#195)

* ci: dependency update

* ci: update dependencies

* ci: update dependencies

* ci: upgrading packages

* ci: update dependencies

* ci: update dependencies

* ci: upgrading packages

* ci: pre-commit updates

* ci: upgrading packages

* ci: dependency update

* ci: update dependencies

* ci: upgrading packages

* ci: dependency update

* ci: upgrading packages

* Remove tangled_up_in_unicode dep (#197)

It's not required since May 2021 (4ce2507)

Refs dylan-profiler/tangled-up-in-unicode#10

* ci: pre-commit updates

* ci: dependency update

* ci: pre-commit updates

* fixed numpy and numba deprecations

* 0.7.6 (#202)

* bump

* old

* 3.10

* lint

* lint

* removed 3.8 from tests

* remove mypy from precommit

* flake8 complaint

* black

* test updates

* "lint

* numpy differences

* lint

* integer->float

* integer->float

* pandas numpy roundtripping variation

* lint

---------

Co-authored-by: Simon Brugman <sbrugman@users.noreply.github.com>
Co-authored-by: Charles-Meldhine Madi Mnemoi <63333367+cmmm976@users.noreply.github.com>
Co-authored-by: Gustavo Camargo <gcamargo1@users.noreply.github.com>
Co-authored-by: Aarni Koskela <akx@iki.fi>
ieaves added a commit that referenced this pull request Feb 1, 2025
* Merge from develop (#203)

* ci: mypy dependency

* ci: update dependencies

* ci: update dependencies

* prevent numpy warnings (#184)

* refactor: numpy complex

* refactor: numpy float

* refactor: numpy bool

* refactor: numpy float64

* ci: update dependencies

* ci: setup Github Actions

* ci: exclude spark from tests

* ci: disable pytest-spark

* ci: remove travis

* updated readme (#188)

* ci: pre-commit updates

* test: fix error in tests

* ci: update dependencies

* spark requirement + complex fix (#186)

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

* fix: email address and URL python backend

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.

* ci: upgrading packages

* WIP: Tests/python backend (#189)

* 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;

* Update version.py

* ci: update dependencies

* ci: upgrading packages

* ci: pre-commit updates

* fix : import ABCIndex in place of ABCIndexClass

* 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>

* Update version.py

* ci: dependency update

* ci: update dependencies

* ci: update dependencies

* ci: dependency update

* ci: upgrading packages

* ci: pre-commit updates

* ci: pre-commit updates

* Readme Updates (#193)

* using section

* readme rewrite

* language updates

* test

* manifest

* increased logo size

* typo

* backend notes

* ci: update dependencies

* ci: update dependencies

* ci: dependency update

* ci: update dependencies

* ci: pre-commit updates

* ci: upgrading packages

* ci: upgrading packages

* ci: update dependencies

* ci: dependency update

* ci: update dependencies

* ci: python 3.6 end of life

* fix typo (#195)

* ci: dependency update

* ci: update dependencies

* ci: update dependencies

* ci: upgrading packages

* ci: update dependencies

* ci: update dependencies

* ci: upgrading packages

* ci: pre-commit updates

* ci: upgrading packages

* ci: dependency update

* ci: update dependencies

* ci: upgrading packages

* ci: dependency update

* ci: upgrading packages

* Remove tangled_up_in_unicode dep (#197)

It's not required since May 2021 (4ce2507)

Refs dylan-profiler/tangled-up-in-unicode#10

* ci: pre-commit updates

* ci: dependency update

* ci: pre-commit updates

* fixed numpy and numba deprecations

* 0.7.6 (#202)

* bump

* old

* 3.10

* lint

* lint

* removed 3.8 from tests

* remove mypy from precommit

* flake8 complaint

* black

* test updates

* "lint

* numpy differences

* lint

* integer->float

* integer->float

* pandas numpy roundtripping variation

* lint

---------

Co-authored-by: Simon Brugman <sbrugman@users.noreply.github.com>
Co-authored-by: Charles-Meldhine Madi Mnemoi <63333367+cmmm976@users.noreply.github.com>
Co-authored-by: Gustavo Camargo <gcamargo1@users.noreply.github.com>
Co-authored-by: Aarni Koskela <akx@iki.fi>

* updated docs

* remove-build-files

* merge fixes

* lint

---------

Co-authored-by: Simon Brugman <sbrugman@users.noreply.github.com>
Co-authored-by: Charles-Meldhine Madi Mnemoi <63333367+cmmm976@users.noreply.github.com>
Co-authored-by: Gustavo Camargo <gcamargo1@users.noreply.github.com>
Co-authored-by: Aarni Koskela <akx@iki.fi>
ieaves added a commit that referenced this pull request Feb 1, 2025
* ci: mypy dependency

* ci: update dependencies

* ci: update dependencies

* prevent numpy warnings (#184)

* refactor: numpy complex

* refactor: numpy float

* refactor: numpy bool

* refactor: numpy float64

* ci: update dependencies

* ci: setup Github Actions

* ci: exclude spark from tests

* ci: disable pytest-spark

* ci: remove travis

* updated readme (#188)

* ci: pre-commit updates

* test: fix error in tests

* ci: update dependencies

* spark requirement + complex fix (#186)

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

* fix: email address and URL python backend

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.

* ci: upgrading packages

* WIP: Tests/python backend (#189)

* 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;

* Update version.py

* ci: update dependencies

* ci: upgrading packages

* ci: pre-commit updates

* fix : import ABCIndex in place of ABCIndexClass

* 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>

* Update version.py

* ci: dependency update

* ci: update dependencies

* ci: update dependencies

* ci: dependency update

* ci: upgrading packages

* ci: pre-commit updates

* ci: pre-commit updates

* Readme Updates (#193)

* using section

* readme rewrite

* language updates

* test

* manifest

* increased logo size

* typo

* backend notes

* ci: update dependencies

* ci: update dependencies

* ci: dependency update

* ci: update dependencies

* ci: pre-commit updates

* ci: upgrading packages

* ci: upgrading packages

* ci: update dependencies

* ci: dependency update

* ci: update dependencies

* ci: python 3.6 end of life

* fix typo (#195)

* ci: dependency update

* ci: update dependencies

* ci: update dependencies

* ci: upgrading packages

* ci: update dependencies

* ci: update dependencies

* ci: upgrading packages

* ci: pre-commit updates

* ci: upgrading packages

* ci: dependency update

* ci: update dependencies

* ci: upgrading packages

* ci: dependency update

* ci: upgrading packages

* Remove tangled_up_in_unicode dep (#197)

It's not required since May 2021 (4ce2507)

Refs dylan-profiler/tangled-up-in-unicode#10

* ci: pre-commit updates

* ci: dependency update

* ci: pre-commit updates

* fixed numpy and numba deprecations

* 0.7.6 (#202)

* bump

* old

* 3.10

* lint

* lint

* removed 3.8 from tests

* remove mypy from precommit

* flake8 complaint

* black

* test updates

* "lint

* numpy differences

* lint

* integer->float

* integer->float

* pandas numpy roundtripping variation

* lint

* updated docs

* ci: dependency update

* ci: update dependencies

* ci: pre-commit updates

* ci: upgrading packages

* ci: upgrading packages

* ci: update dependencies

* ci: upgrading packages

* ci: dependency update

* ci: pre-commit updates

* ci: update dependencies

* ci: dependency update

* Add CodeQL workflow for GitHub code scanning (#199)

Co-authored-by: LGTM Migrator <lgtm-migrator@users.noreply.github.com>

* Adds python3.13 support (#208)

* adds python3.13 support

* remove unnecessary comments

* re-adds imghdr monkeypatches for backwards compatibility

* eol python 3.8 support

* updates workflow

* don't install plotting dependencies in CI

* gitignore build directory

* Dev master sync (#210)

* Merge from develop (#203)

* ci: mypy dependency

* ci: update dependencies

* ci: update dependencies

* prevent numpy warnings (#184)

* refactor: numpy complex

* refactor: numpy float

* refactor: numpy bool

* refactor: numpy float64

* ci: update dependencies

* ci: setup Github Actions

* ci: exclude spark from tests

* ci: disable pytest-spark

* ci: remove travis

* updated readme (#188)

* ci: pre-commit updates

* test: fix error in tests

* ci: update dependencies

* spark requirement + complex fix (#186)

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

* fix: email address and URL python backend

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.

* ci: upgrading packages

* WIP: Tests/python backend (#189)

* 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;

* Update version.py

* ci: update dependencies

* ci: upgrading packages

* ci: pre-commit updates

* fix : import ABCIndex in place of ABCIndexClass

* 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>

* Update version.py

* ci: dependency update

* ci: update dependencies

* ci: update dependencies

* ci: dependency update

* ci: upgrading packages

* ci: pre-commit updates

* ci: pre-commit updates

* Readme Updates (#193)

* using section

* readme rewrite

* language updates

* test

* manifest

* increased logo size

* typo

* backend notes

* ci: update dependencies

* ci: update dependencies

* ci: dependency update

* ci: update dependencies

* ci: pre-commit updates

* ci: upgrading packages

* ci: upgrading packages

* ci: update dependencies

* ci: dependency update

* ci: update dependencies

* ci: python 3.6 end of life

* fix typo (#195)

* ci: dependency update

* ci: update dependencies

* ci: update dependencies

* ci: upgrading packages

* ci: update dependencies

* ci: update dependencies

* ci: upgrading packages

* ci: pre-commit updates

* ci: upgrading packages

* ci: dependency update

* ci: update dependencies

* ci: upgrading packages

* ci: dependency update

* ci: upgrading packages

* Remove tangled_up_in_unicode dep (#197)

It's not required since May 2021 (4ce2507)

Refs dylan-profiler/tangled-up-in-unicode#10

* ci: pre-commit updates

* ci: dependency update

* ci: pre-commit updates

* fixed numpy and numba deprecations

* 0.7.6 (#202)

* bump

* old

* 3.10

* lint

* lint

* removed 3.8 from tests

* remove mypy from precommit

* flake8 complaint

* black

* test updates

* "lint

* numpy differences

* lint

* integer->float

* integer->float

* pandas numpy roundtripping variation

* lint

---------

Co-authored-by: Simon Brugman <sbrugman@users.noreply.github.com>
Co-authored-by: Charles-Meldhine Madi Mnemoi <63333367+cmmm976@users.noreply.github.com>
Co-authored-by: Gustavo Camargo <gcamargo1@users.noreply.github.com>
Co-authored-by: Aarni Koskela <akx@iki.fi>

* updated docs

* remove-build-files

* merge fixes

* lint

---------

Co-authored-by: Simon Brugman <sbrugman@users.noreply.github.com>
Co-authored-by: Charles-Meldhine Madi Mnemoi <63333367+cmmm976@users.noreply.github.com>
Co-authored-by: Gustavo Camargo <gcamargo1@users.noreply.github.com>
Co-authored-by: Aarni Koskela <akx@iki.fi>

---------

Co-authored-by: Simon Brugman <sbrugman@users.noreply.github.com>
Co-authored-by: Charles-Meldhine Madi Mnemoi <63333367+cmmm976@users.noreply.github.com>
Co-authored-by: Gustavo Camargo <gcamargo1@users.noreply.github.com>
Co-authored-by: Aarni Koskela <akx@iki.fi>
Co-authored-by: lgtm-com[bot] <43144390+lgtm-com[bot]@users.noreply.github.com>
Co-authored-by: LGTM Migrator <lgtm-migrator@users.noreply.github.com>
ieaves added a commit that referenced this pull request Feb 1, 2025
* ci: mypy dependency

* ci: update dependencies

* ci: update dependencies

* prevent numpy warnings (#184)

* refactor: numpy complex

* refactor: numpy float

* refactor: numpy bool

* refactor: numpy float64

* ci: update dependencies

* ci: setup Github Actions

* ci: exclude spark from tests

* ci: disable pytest-spark

* ci: remove travis

* updated readme (#188)

* ci: pre-commit updates

* test: fix error in tests

* ci: update dependencies

* spark requirement + complex fix (#186)

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

* fix: email address and URL python backend

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.

* ci: upgrading packages

* WIP: Tests/python backend (#189)

* 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;

* Update version.py

* ci: update dependencies

* ci: upgrading packages

* ci: pre-commit updates

* fix : import ABCIndex in place of ABCIndexClass

* 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>

* Update version.py

* ci: dependency update

* ci: update dependencies

* ci: update dependencies

* ci: dependency update

* ci: upgrading packages

* ci: pre-commit updates

* ci: pre-commit updates

* Readme Updates (#193)

* using section

* readme rewrite

* language updates

* test

* manifest

* increased logo size

* typo

* backend notes

* ci: update dependencies

* ci: update dependencies

* ci: dependency update

* ci: update dependencies

* ci: pre-commit updates

* ci: upgrading packages

* ci: upgrading packages

* ci: update dependencies

* ci: dependency update

* ci: update dependencies

* ci: python 3.6 end of life

* fix typo (#195)

* ci: dependency update

* ci: update dependencies

* ci: update dependencies

* ci: upgrading packages

* ci: update dependencies

* ci: update dependencies

* ci: upgrading packages

* ci: pre-commit updates

* ci: upgrading packages

* ci: dependency update

* ci: update dependencies

* ci: upgrading packages

* ci: dependency update

* ci: upgrading packages

* Remove tangled_up_in_unicode dep (#197)

It's not required since May 2021 (4ce2507)

Refs dylan-profiler/tangled-up-in-unicode#10

* ci: pre-commit updates

* ci: dependency update

* ci: pre-commit updates

* fixed numpy and numba deprecations

* 0.7.6 (#202)

* bump

* old

* 3.10

* lint

* lint

* removed 3.8 from tests

* remove mypy from precommit

* flake8 complaint

* black

* test updates

* "lint

* numpy differences

* lint

* integer->float

* integer->float

* pandas numpy roundtripping variation

* lint

* updated docs

* ci: dependency update

* ci: update dependencies

* ci: pre-commit updates

* ci: upgrading packages

* ci: upgrading packages

* ci: update dependencies

* ci: upgrading packages

* ci: dependency update

* ci: pre-commit updates

* ci: update dependencies

* ci: dependency update

* Add CodeQL workflow for GitHub code scanning (#199)

Co-authored-by: LGTM Migrator <lgtm-migrator@users.noreply.github.com>

* Adds python3.13 support (#208)

* adds python3.13 support

* remove unnecessary comments

* re-adds imghdr monkeypatches for backwards compatibility

* eol python 3.8 support

* updates workflow

* don't install plotting dependencies in CI

* gitignore build directory

* Dev master sync (#210)

* Merge from develop (#203)

* ci: mypy dependency

* ci: update dependencies

* ci: update dependencies

* prevent numpy warnings (#184)

* refactor: numpy complex

* refactor: numpy float

* refactor: numpy bool

* refactor: numpy float64

* ci: update dependencies

* ci: setup Github Actions

* ci: exclude spark from tests

* ci: disable pytest-spark

* ci: remove travis

* updated readme (#188)

* ci: pre-commit updates

* test: fix error in tests

* ci: update dependencies

* spark requirement + complex fix (#186)

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

* fix: email address and URL python backend

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.

* ci: upgrading packages

* WIP: Tests/python backend (#189)

* 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;

* Update version.py

* ci: update dependencies

* ci: upgrading packages

* ci: pre-commit updates

* fix : import ABCIndex in place of ABCIndexClass

* 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>

* Update version.py

* ci: dependency update

* ci: update dependencies

* ci: update dependencies

* ci: dependency update

* ci: upgrading packages

* ci: pre-commit updates

* ci: pre-commit updates

* Readme Updates (#193)

* using section

* readme rewrite

* language updates

* test

* manifest

* increased logo size

* typo

* backend notes

* ci: update dependencies

* ci: update dependencies

* ci: dependency update

* ci: update dependencies

* ci: pre-commit updates

* ci: upgrading packages

* ci: upgrading packages

* ci: update dependencies

* ci: dependency update

* ci: update dependencies

* ci: python 3.6 end of life

* fix typo (#195)

* ci: dependency update

* ci: update dependencies

* ci: update dependencies

* ci: upgrading packages

* ci: update dependencies

* ci: update dependencies

* ci: upgrading packages

* ci: pre-commit updates

* ci: upgrading packages

* ci: dependency update

* ci: update dependencies

* ci: upgrading packages

* ci: dependency update

* ci: upgrading packages

* Remove tangled_up_in_unicode dep (#197)

It's not required since May 2021 (4ce2507)

Refs dylan-profiler/tangled-up-in-unicode#10

* ci: pre-commit updates

* ci: dependency update

* ci: pre-commit updates

* fixed numpy and numba deprecations

* 0.7.6 (#202)

* bump

* old

* 3.10

* lint

* lint

* removed 3.8 from tests

* remove mypy from precommit

* flake8 complaint

* black

* test updates

* "lint

* numpy differences

* lint

* integer->float

* integer->float

* pandas numpy roundtripping variation

* lint

---------

Co-authored-by: Simon Brugman <sbrugman@users.noreply.github.com>
Co-authored-by: Charles-Meldhine Madi Mnemoi <63333367+cmmm976@users.noreply.github.com>
Co-authored-by: Gustavo Camargo <gcamargo1@users.noreply.github.com>
Co-authored-by: Aarni Koskela <akx@iki.fi>

* updated docs

* remove-build-files

* merge fixes

* lint

---------

Co-authored-by: Simon Brugman <sbrugman@users.noreply.github.com>
Co-authored-by: Charles-Meldhine Madi Mnemoi <63333367+cmmm976@users.noreply.github.com>
Co-authored-by: Gustavo Camargo <gcamargo1@users.noreply.github.com>
Co-authored-by: Aarni Koskela <akx@iki.fi>

* updates build workflow (#212)

---------

Co-authored-by: Simon Brugman <sbrugman@users.noreply.github.com>
Co-authored-by: Charles-Meldhine Madi Mnemoi <63333367+cmmm976@users.noreply.github.com>
Co-authored-by: Gustavo Camargo <gcamargo1@users.noreply.github.com>
Co-authored-by: Aarni Koskela <akx@iki.fi>
Co-authored-by: lgtm-com[bot] <43144390+lgtm-com[bot]@users.noreply.github.com>
Co-authored-by: LGTM Migrator <lgtm-migrator@users.noreply.github.com>
ieaves added a commit that referenced this pull request Feb 1, 2025
* ci: mypy dependency

* ci: update dependencies

* ci: update dependencies

* prevent numpy warnings (#184)

* refactor: numpy complex

* refactor: numpy float

* refactor: numpy bool

* refactor: numpy float64

* ci: update dependencies

* ci: setup Github Actions

* ci: exclude spark from tests

* ci: disable pytest-spark

* ci: remove travis

* updated readme (#188)

* ci: pre-commit updates

* test: fix error in tests

* ci: update dependencies

* spark requirement + complex fix (#186)

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

* fix: email address and URL python backend

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.

* ci: upgrading packages

* WIP: Tests/python backend (#189)

* 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;

* Update version.py

* ci: update dependencies

* ci: upgrading packages

* ci: pre-commit updates

* fix : import ABCIndex in place of ABCIndexClass

* 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>

* Update version.py

* ci: dependency update

* ci: update dependencies

* ci: update dependencies

* ci: dependency update

* ci: upgrading packages

* ci: pre-commit updates

* ci: pre-commit updates

* Readme Updates (#193)

* using section

* readme rewrite

* language updates

* test

* manifest

* increased logo size

* typo

* backend notes

* ci: update dependencies

* ci: update dependencies

* ci: dependency update

* ci: update dependencies

* ci: pre-commit updates

* ci: upgrading packages

* ci: upgrading packages

* ci: update dependencies

* ci: dependency update

* ci: update dependencies

* ci: python 3.6 end of life

* fix typo (#195)

* ci: dependency update

* ci: update dependencies

* ci: update dependencies

* ci: upgrading packages

* ci: update dependencies

* ci: update dependencies

* ci: upgrading packages

* ci: pre-commit updates

* ci: upgrading packages

* ci: dependency update

* ci: update dependencies

* ci: upgrading packages

* ci: dependency update

* ci: upgrading packages

* Remove tangled_up_in_unicode dep (#197)

It's not required since May 2021 (4ce2507)

Refs dylan-profiler/tangled-up-in-unicode#10

* ci: pre-commit updates

* ci: dependency update

* ci: pre-commit updates

* fixed numpy and numba deprecations

* 0.7.6 (#202)

* bump

* old

* 3.10

* lint

* lint

* removed 3.8 from tests

* remove mypy from precommit

* flake8 complaint

* black

* test updates

* "lint

* numpy differences

* lint

* integer->float

* integer->float

* pandas numpy roundtripping variation

* lint

* updated docs

* ci: dependency update

* ci: update dependencies

* ci: pre-commit updates

* ci: upgrading packages

* ci: upgrading packages

* ci: update dependencies

* ci: upgrading packages

* ci: dependency update

* ci: pre-commit updates

* ci: update dependencies

* ci: dependency update

* Add CodeQL workflow for GitHub code scanning (#199)

Co-authored-by: LGTM Migrator <lgtm-migrator@users.noreply.github.com>

* Adds python3.13 support (#208)

* adds python3.13 support

* remove unnecessary comments

* re-adds imghdr monkeypatches for backwards compatibility

* eol python 3.8 support

* updates workflow

* don't install plotting dependencies in CI

* gitignore build directory

* Dev master sync (#210)

* Merge from develop (#203)

* ci: mypy dependency

* ci: update dependencies

* ci: update dependencies

* prevent numpy warnings (#184)

* refactor: numpy complex

* refactor: numpy float

* refactor: numpy bool

* refactor: numpy float64

* ci: update dependencies

* ci: setup Github Actions

* ci: exclude spark from tests

* ci: disable pytest-spark

* ci: remove travis

* updated readme (#188)

* ci: pre-commit updates

* test: fix error in tests

* ci: update dependencies

* spark requirement + complex fix (#186)

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

* fix: email address and URL python backend

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.

* ci: upgrading packages

* WIP: Tests/python backend (#189)

* 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;

* Update version.py

* ci: update dependencies

* ci: upgrading packages

* ci: pre-commit updates

* fix : import ABCIndex in place of ABCIndexClass

* 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>

* Update version.py

* ci: dependency update

* ci: update dependencies

* ci: update dependencies

* ci: dependency update

* ci: upgrading packages

* ci: pre-commit updates

* ci: pre-commit updates

* Readme Updates (#193)

* using section

* readme rewrite

* language updates

* test

* manifest

* increased logo size

* typo

* backend notes

* ci: update dependencies

* ci: update dependencies

* ci: dependency update

* ci: update dependencies

* ci: pre-commit updates

* ci: upgrading packages

* ci: upgrading packages

* ci: update dependencies

* ci: dependency update

* ci: update dependencies

* ci: python 3.6 end of life

* fix typo (#195)

* ci: dependency update

* ci: update dependencies

* ci: update dependencies

* ci: upgrading packages

* ci: update dependencies

* ci: update dependencies

* ci: upgrading packages

* ci: pre-commit updates

* ci: upgrading packages

* ci: dependency update

* ci: update dependencies

* ci: upgrading packages

* ci: dependency update

* ci: upgrading packages

* Remove tangled_up_in_unicode dep (#197)

It's not required since May 2021 (4ce2507)

Refs dylan-profiler/tangled-up-in-unicode#10

* ci: pre-commit updates

* ci: dependency update

* ci: pre-commit updates

* fixed numpy and numba deprecations

* 0.7.6 (#202)

* bump

* old

* 3.10

* lint

* lint

* removed 3.8 from tests

* remove mypy from precommit

* flake8 complaint

* black

* test updates

* "lint

* numpy differences

* lint

* integer->float

* integer->float

* pandas numpy roundtripping variation

* lint

---------

Co-authored-by: Simon Brugman <sbrugman@users.noreply.github.com>
Co-authored-by: Charles-Meldhine Madi Mnemoi <63333367+cmmm976@users.noreply.github.com>
Co-authored-by: Gustavo Camargo <gcamargo1@users.noreply.github.com>
Co-authored-by: Aarni Koskela <akx@iki.fi>

* updated docs

* remove-build-files

* merge fixes

* lint

---------

Co-authored-by: Simon Brugman <sbrugman@users.noreply.github.com>
Co-authored-by: Charles-Meldhine Madi Mnemoi <63333367+cmmm976@users.noreply.github.com>
Co-authored-by: Gustavo Camargo <gcamargo1@users.noreply.github.com>
Co-authored-by: Aarni Koskela <akx@iki.fi>

* updates build workflow (#212)

* updates readme (#214)

---------

Co-authored-by: Simon Brugman <sbrugman@users.noreply.github.com>
Co-authored-by: Charles-Meldhine Madi Mnemoi <63333367+cmmm976@users.noreply.github.com>
Co-authored-by: Gustavo Camargo <gcamargo1@users.noreply.github.com>
Co-authored-by: Aarni Koskela <akx@iki.fi>
Co-authored-by: lgtm-com[bot] <43144390+lgtm-com[bot]@users.noreply.github.com>
Co-authored-by: LGTM Migrator <lgtm-migrator@users.noreply.github.com>
ieaves added a commit that referenced this pull request Feb 1, 2025
* ci: mypy dependency

* ci: update dependencies

* ci: update dependencies

* prevent numpy warnings (#184)

* refactor: numpy complex

* refactor: numpy float

* refactor: numpy bool

* refactor: numpy float64

* ci: update dependencies

* ci: setup Github Actions

* ci: exclude spark from tests

* ci: disable pytest-spark

* ci: remove travis

* updated readme (#188)

* ci: pre-commit updates

* test: fix error in tests

* ci: update dependencies

* spark requirement + complex fix (#186)

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

* fix: email address and URL python backend

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.

* ci: upgrading packages

* WIP: Tests/python backend (#189)

* 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;

* Update version.py

* ci: update dependencies

* ci: upgrading packages

* ci: pre-commit updates

* fix : import ABCIndex in place of ABCIndexClass

* 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>

* Update version.py

* ci: dependency update

* ci: update dependencies

* ci: update dependencies

* ci: dependency update

* ci: upgrading packages

* ci: pre-commit updates

* ci: pre-commit updates

* Readme Updates (#193)

* using section

* readme rewrite

* language updates

* test

* manifest

* increased logo size

* typo

* backend notes

* ci: update dependencies

* ci: update dependencies

* ci: dependency update

* ci: update dependencies

* ci: pre-commit updates

* ci: upgrading packages

* ci: upgrading packages

* ci: update dependencies

* ci: dependency update

* ci: update dependencies

* ci: python 3.6 end of life

* fix typo (#195)

* ci: dependency update

* ci: update dependencies

* ci: update dependencies

* ci: upgrading packages

* ci: update dependencies

* ci: update dependencies

* ci: upgrading packages

* ci: pre-commit updates

* ci: upgrading packages

* ci: dependency update

* ci: update dependencies

* ci: upgrading packages

* ci: dependency update

* ci: upgrading packages

* Remove tangled_up_in_unicode dep (#197)

It's not required since May 2021 (4ce2507)

Refs dylan-profiler/tangled-up-in-unicode#10

* ci: pre-commit updates

* ci: dependency update

* ci: pre-commit updates

* fixed numpy and numba deprecations

* 0.7.6 (#202)

* bump

* old

* 3.10

* lint

* lint

* removed 3.8 from tests

* remove mypy from precommit

* flake8 complaint

* black

* test updates

* "lint

* numpy differences

* lint

* integer->float

* integer->float

* pandas numpy roundtripping variation

* lint

* updated docs

* ci: dependency update

* ci: update dependencies

* ci: pre-commit updates

* ci: upgrading packages

* ci: upgrading packages

* ci: update dependencies

* ci: upgrading packages

* ci: dependency update

* ci: pre-commit updates

* ci: update dependencies

* ci: dependency update

* Add CodeQL workflow for GitHub code scanning (#199)

Co-authored-by: LGTM Migrator <lgtm-migrator@users.noreply.github.com>

* Adds python3.13 support (#208)

* adds python3.13 support

* remove unnecessary comments

* re-adds imghdr monkeypatches for backwards compatibility

* eol python 3.8 support

* updates workflow

* don't install plotting dependencies in CI

* gitignore build directory

* Dev master sync (#210)

* Merge from develop (#203)

* ci: mypy dependency

* ci: update dependencies

* ci: update dependencies

* prevent numpy warnings (#184)

* refactor: numpy complex

* refactor: numpy float

* refactor: numpy bool

* refactor: numpy float64

* ci: update dependencies

* ci: setup Github Actions

* ci: exclude spark from tests

* ci: disable pytest-spark

* ci: remove travis

* updated readme (#188)

* ci: pre-commit updates

* test: fix error in tests

* ci: update dependencies

* spark requirement + complex fix (#186)

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

* fix: email address and URL python backend

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.

* ci: upgrading packages

* WIP: Tests/python backend (#189)

* 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;

* Update version.py

* ci: update dependencies

* ci: upgrading packages

* ci: pre-commit updates

* fix : import ABCIndex in place of ABCIndexClass

* 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>

* Update version.py

* ci: dependency update

* ci: update dependencies

* ci: update dependencies

* ci: dependency update

* ci: upgrading packages

* ci: pre-commit updates

* ci: pre-commit updates

* Readme Updates (#193)

* using section

* readme rewrite

* language updates

* test

* manifest

* increased logo size

* typo

* backend notes

* ci: update dependencies

* ci: update dependencies

* ci: dependency update

* ci: update dependencies

* ci: pre-commit updates

* ci: upgrading packages

* ci: upgrading packages

* ci: update dependencies

* ci: dependency update

* ci: update dependencies

* ci: python 3.6 end of life

* fix typo (#195)

* ci: dependency update

* ci: update dependencies

* ci: update dependencies

* ci: upgrading packages

* ci: update dependencies

* ci: update dependencies

* ci: upgrading packages

* ci: pre-commit updates

* ci: upgrading packages

* ci: dependency update

* ci: update dependencies

* ci: upgrading packages

* ci: dependency update

* ci: upgrading packages

* Remove tangled_up_in_unicode dep (#197)

It's not required since May 2021 (4ce2507)

Refs dylan-profiler/tangled-up-in-unicode#10

* ci: pre-commit updates

* ci: dependency update

* ci: pre-commit updates

* fixed numpy and numba deprecations

* 0.7.6 (#202)

* bump

* old

* 3.10

* lint

* lint

* removed 3.8 from tests

* remove mypy from precommit

* flake8 complaint

* black

* test updates

* "lint

* numpy differences

* lint

* integer->float

* integer->float

* pandas numpy roundtripping variation

* lint

---------

Co-authored-by: Simon Brugman <sbrugman@users.noreply.github.com>
Co-authored-by: Charles-Meldhine Madi Mnemoi <63333367+cmmm976@users.noreply.github.com>
Co-authored-by: Gustavo Camargo <gcamargo1@users.noreply.github.com>
Co-authored-by: Aarni Koskela <akx@iki.fi>

* updated docs

* remove-build-files

* merge fixes

* lint

---------

Co-authored-by: Simon Brugman <sbrugman@users.noreply.github.com>
Co-authored-by: Charles-Meldhine Madi Mnemoi <63333367+cmmm976@users.noreply.github.com>
Co-authored-by: Gustavo Camargo <gcamargo1@users.noreply.github.com>
Co-authored-by: Aarni Koskela <akx@iki.fi>

* updates build workflow (#212)

* updates readme (#214)

* bump (#216)

---------

Co-authored-by: Simon Brugman <sbrugman@users.noreply.github.com>
Co-authored-by: Charles-Meldhine Madi Mnemoi <63333367+cmmm976@users.noreply.github.com>
Co-authored-by: Gustavo Camargo <gcamargo1@users.noreply.github.com>
Co-authored-by: Aarni Koskela <akx@iki.fi>
Co-authored-by: lgtm-com[bot] <43144390+lgtm-com[bot]@users.noreply.github.com>
Co-authored-by: LGTM Migrator <lgtm-migrator@users.noreply.github.com>
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.

2 participants