Typedspark

Latest version: v1.4.4

Safety actively analyzes 638418 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 7

1.0.12

What's Changed
* Bump Spark to v3.4.1 by nanne-aben in https://github.com/kaiko-ai/typedspark/pull/100
* Update typing-extensions requirement from <=4.7.0 to <=4.7.1 by dependabot in https://github.com/kaiko-ai/typedspark/pull/102


**Full Changelog**: https://github.com/kaiko-ai/typedspark/compare/1.0.11...1.0.12

1.0.11

What's Changed
* Set-up pre-commit hooks by nanne-aben in https://github.com/kaiko-ai/typedspark/pull/93
* Bump setuptools from 58.0.4 to 65.5.1 by dependabot in https://github.com/kaiko-ai/typedspark/pull/95
* Update typing-extensions requirement from <=4.6.3 to <=4.7.0 by dependabot in https://github.com/kaiko-ai/typedspark/pull/97
* Bump setuptools from 65.5.1 to 68.0.0 by dependabot in https://github.com/kaiko-ai/typedspark/pull/98
* Bump pandas from 2.0.2 to 2.0.3 by dependabot in https://github.com/kaiko-ai/typedspark/pull/99


**Full Changelog**: https://github.com/kaiko-ai/typedspark/compare/1.0.10...1.0.11

1.0.10

What's Changed
* Add option for schema name in the load_table function by hahamark1 in https://github.com/kaiko-ai/typedspark/pull/91
* Make the interface to Column() backwards compatible with version 1.0.6 by nanne-aben in https://github.com/kaiko-ai/typedspark/pull/90

New Contributors
* hahamark1 made their first contribution in https://github.com/kaiko-ai/typedspark/pull/91

**Full Changelog**: https://github.com/kaiko-ai/typedspark/compare/1.0.9...1.0.10

1.0.9

What's Changed
* Column(dtype=...) default value by nanne-aben in https://github.com/kaiko-ai/typedspark/pull/89


**Full Changelog**: https://github.com/kaiko-ai/typedspark/compare/1.0.8...1.0.9

1.0.8

What's Changed
* Bump mypy from 1.4.0 to 1.4.1 by dependabot in https://github.com/kaiko-ai/typedspark/pull/86
* Bump pyright from 1.1.315 to 1.1.316 by dependabot in https://github.com/kaiko-ai/typedspark/pull/87
* Allow for autocomplete of dtype.schema in Databricks by nanne-aben in https://github.com/kaiko-ai/typedspark/pull/88


**Full Changelog**: https://github.com/kaiko-ai/typedspark/compare/1.0.7...1.0.8

1.0.7

This release provides autocomplete for structtype columns, for example:

python
from pyspark.sql import SparkSession
from pyspark.sql.types import IntegerType
from typedspark import Column, Schema
from typedspark._core.datatypes import StructType

spark = SparkSession.builder.getOrCreate()

class A(Schema):
a: Column[IntegerType]

class B(Schema):
a: Column[IntegerType]
b: Column[StructType[A]]

B.b.dtype.schema.a


What's Changed
* Bump pandas-stubs from 2.0.1.230501 to 2.0.2.230605 by dependabot in https://github.com/kaiko-ai/typedspark/pull/73
* Bump docformatter from 1.7.1 to 1.7.2 by dependabot in https://github.com/kaiko-ai/typedspark/pull/76
* Bump sphinx-rtd-theme from 1.2.1 to 1.2.2 by dependabot in https://github.com/kaiko-ai/typedspark/pull/75
* Bump pyright from 1.1.311 to 1.1.313 by dependabot in https://github.com/kaiko-ai/typedspark/pull/77
* Bump pytest from 7.3.1 to 7.3.2 by dependabot in https://github.com/kaiko-ai/typedspark/pull/78
* Bump pyright from 1.1.313 to 1.1.314 by dependabot in https://github.com/kaiko-ai/typedspark/pull/79
* Bump mypy from 1.3.0 to 1.4.0 by dependabot in https://github.com/kaiko-ai/typedspark/pull/81
* Bump pyright from 1.1.314 to 1.1.315 by dependabot in https://github.com/kaiko-ai/typedspark/pull/80
* Bump pyspark from 3.4.0 to 3.4.1 by dependabot in https://github.com/kaiko-ai/typedspark/pull/83
* Bump pytest from 7.3.2 to 7.4.0 by dependabot in https://github.com/kaiko-ai/typedspark/pull/84
* Bump docformatter from 1.7.2 to 1.7.3 by dependabot in https://github.com/kaiko-ai/typedspark/pull/85
* Autocomplete structtypes by nanne-aben in https://github.com/kaiko-ai/typedspark/pull/72


**Full Changelog**: https://github.com/kaiko-ai/typedspark/compare/1.0.6...1.0.7

Page 5 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.