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

update conda install instructions #776

Merged
merged 1 commit into from
Mar 2, 2022
Merged

Conversation

cosmicBboy
Copy link
Collaborator

fixes #725

@codecov
Copy link

codecov bot commented Mar 2, 2022

Codecov Report

Merging #776 (92cb5d7) into dev (0f4b525) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev     #776   +/-   ##
=======================================
  Coverage   97.71%   97.71%           
=======================================
  Files          45       45           
  Lines        4026     4026           
=======================================
  Hits         3934     3934           
  Misses         92       92           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0f4b525...92cb5d7. Read the comment docs.

@cosmicBboy cosmicBboy merged commit ebfecc1 into dev Mar 2, 2022
@cosmicBboy cosmicBboy deleted the update-install-instructions branch March 3, 2022 02:56
cosmicBboy added a commit that referenced this pull request Apr 1, 2022
cosmicBboy added a commit that referenced this pull request May 26, 2022
* add imports to fastapi docs

* Add option to disallow duplicate column names (#758)

* ENH: add duplicate detection to dataframeschema

* ENH: propagate duplicate colnames check to schemamodel

* Add getter setter property

* make schemamodel actually work, update __str__

* fix __repr__ as well

* fix incorrect default value

* black formatting has changed

* invert parameter naming convention

* address other PR comments

* fix doctests, comma in __str__

* maybe fix sphinx errors

* fix ci and mypy tests

* Update test_schemas.py

* fix lint

Co-authored-by: cosmicBboy <niels.bantilan@gmail.com>

* Make SchemaModel use class name, define own config (#761)

* Make SchemaModel use class name, define own config

* fix

* fix

* fix

* fix tests

* fix lint and docs

* add test

Co-authored-by: cosmicBboy <niels.bantilan@gmail.com>

* implement coercion-on-initialization for DataFrame[SchemaModel] types (#772)

* implement coercion-on-initialization

* pylint

* Update tests/core/test_model.py

Co-authored-by: Matt Richards <45483497+m-richards@users.noreply.github.com>

Co-authored-by: Matt Richards <45483497+m-richards@users.noreply.github.com>

* update conda install instructions (#776)

* add documentation for pandas_engine.DateTime (#780)

* add documentation for pandas_engine.DateTime

* fix removed numpy_engine.Object doc

* set default n_failure_cases to None (#784)

* Update filtering columns for performance reasons. (#777)

* Update filtering columns for performance reasons.

* Update pandera/schemas.py

* Update schemas.py

* Update schemas.py

* Bugfix in schemas.py

Co-authored-by: Niels Bantilan <niels.bantilan@gmail.com>

* implement pydantic model data type (#779)

* make finding coerce failure cases faster (#792)

* make finding coerce failure cases faster

* fix tests

* remove unneeded import

* fix tests, coverage

* update docs for 0.10.0 (#795)

* add pyspark support, deprecate koalas (#793)

* add support for pyspark.pandas, deprecate koalas

* update docs

* add type check in pandas generics

* update docs

* clean up ci

* fix mypy, generics

* fix generic hack

* improve coverage

* Add overloads to `schema.to_yaml` (#790)

* Add overloads to `to_yaml`

* Update schemas.py

Co-authored-by: Niels Bantilan <niels.bantilan@gmail.com>

* add support for logical data types

* add initial support for decimal

* fix dtype check

* Feature: Add support for Generic to SchemaModel (#810)

* Adapt SchemaModel so that it can inherit from typing.Generic

* Extend SchemaModel to enable generic types in fields

* fix linter

Co-authored-by: Thomas Willems <thomas_willems@vrtx.com>
Co-authored-by: cosmicBboy <niels.bantilan@gmail.com>

* fix pandas_engine.DateTime.coerce_value not consistent with coerce (#827)

* pyspark docs fixes

* fix koalas link to pyspark

* bump version 0.10.1

* fix pandas_engine.DateTime.coerce_value not consistent with coerce

Co-authored-by: cosmicBboy <niels.bantilan@gmail.com>

* Refactor logical type check method

* add logical types tests

* add back conftest

* fix test_invalid_annotations

* fix ray initialization in setup_modin_engine

* fix logical type validation when output is an iterable

* add Decimal data type to pandera.__init__

* remove DataType.is_logical

* add logical types documentation

* Update dtypes.rst

* Update dtypes.rst

* increase coverage

* fix SchemaErrors.failure_cases with logical types

* fix modin compatibility for logical type validation

* fix prepare_series_check_output compatibility with pyspark

* fix mypy error

* Update dtypes.rst

Co-authored-by: cosmicBboy <niels.bantilan@gmail.com>
Co-authored-by: Matt Richards <45483497+m-richards@users.noreply.github.com>
Co-authored-by: Sean Mackesey <s.mackesey@gmail.com>
Co-authored-by: Ferdinand Hahmann <git@fhahmann.de>
Co-authored-by: Robert Craigie <robert@craigie.dev>
Co-authored-by: tfwillems <tfwillems@users.noreply.github.com>
Co-authored-by: Thomas Willems <thomas_willems@vrtx.com>
cosmicBboy added a commit that referenced this pull request Aug 10, 2022
* add imports to fastapi docs

* Add option to disallow duplicate column names (#758)

* ENH: add duplicate detection to dataframeschema

* ENH: propagate duplicate colnames check to schemamodel

* Add getter setter property

* make schemamodel actually work, update __str__

* fix __repr__ as well

* fix incorrect default value

* black formatting has changed

* invert parameter naming convention

* address other PR comments

* fix doctests, comma in __str__

* maybe fix sphinx errors

* fix ci and mypy tests

* Update test_schemas.py

* fix lint

Co-authored-by: cosmicBboy <niels.bantilan@gmail.com>

* Make SchemaModel use class name, define own config (#761)

* Make SchemaModel use class name, define own config

* fix

* fix

* fix

* fix tests

* fix lint and docs

* add test

Co-authored-by: cosmicBboy <niels.bantilan@gmail.com>

* implement coercion-on-initialization for DataFrame[SchemaModel] types (#772)

* implement coercion-on-initialization

* pylint

* Update tests/core/test_model.py

Co-authored-by: Matt Richards <45483497+m-richards@users.noreply.github.com>

Co-authored-by: Matt Richards <45483497+m-richards@users.noreply.github.com>

* update conda install instructions (#776)

* add documentation for pandas_engine.DateTime (#780)

* add documentation for pandas_engine.DateTime

* fix removed numpy_engine.Object doc

* set default n_failure_cases to None (#784)

* Update filtering columns for performance reasons. (#777)

* Update filtering columns for performance reasons.

* Update pandera/schemas.py

* Update schemas.py

* Update schemas.py

* Bugfix in schemas.py

Co-authored-by: Niels Bantilan <niels.bantilan@gmail.com>

* implement pydantic model data type (#779)

* make finding coerce failure cases faster (#792)

* make finding coerce failure cases faster

* fix tests

* remove unneeded import

* fix tests, coverage

* update docs for 0.10.0 (#795)

* add pyspark support, deprecate koalas (#793)

* add support for pyspark.pandas, deprecate koalas

* update docs

* add type check in pandas generics

* update docs

* clean up ci

* fix mypy, generics

* fix generic hack

* improve coverage

* Add overloads to `schema.to_yaml` (#790)

* Add overloads to `to_yaml`

* Update schemas.py

Co-authored-by: Niels Bantilan <niels.bantilan@gmail.com>

* add support for logical data types

* add initial support for decimal

* fix dtype check

* Feature: Add support for Generic to SchemaModel (#810)

* Adapt SchemaModel so that it can inherit from typing.Generic

* Extend SchemaModel to enable generic types in fields

* fix linter

Co-authored-by: Thomas Willems <thomas_willems@vrtx.com>
Co-authored-by: cosmicBboy <niels.bantilan@gmail.com>

* fix pandas_engine.DateTime.coerce_value not consistent with coerce (#827)

* pyspark docs fixes

* fix koalas link to pyspark

* bump version 0.10.1

* fix pandas_engine.DateTime.coerce_value not consistent with coerce

Co-authored-by: cosmicBboy <niels.bantilan@gmail.com>

* Refactor logical type check method

* add logical types tests

* add back conftest

* fix test_invalid_annotations

* fix ray initialization in setup_modin_engine

* fix logical type validation when output is an iterable

* add Decimal data type to pandera.__init__

* remove DataType.is_logical

* add logical types documentation

* Update dtypes.rst

* Update dtypes.rst

* increase coverage

* fix SchemaErrors.failure_cases with logical types

* fix modin compatibility for logical type validation

* fix prepare_series_check_output compatibility with pyspark

* fix mypy error

* Update dtypes.rst

Co-authored-by: cosmicBboy <niels.bantilan@gmail.com>
Co-authored-by: Matt Richards <45483497+m-richards@users.noreply.github.com>
Co-authored-by: Sean Mackesey <s.mackesey@gmail.com>
Co-authored-by: Ferdinand Hahmann <git@fhahmann.de>
Co-authored-by: Robert Craigie <robert@craigie.dev>
Co-authored-by: tfwillems <tfwillems@users.noreply.github.com>
Co-authored-by: Thomas Willems <thomas_willems@vrtx.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.

None yet

1 participant