Arti

Latest version: v0.0.4

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

Scan your dependencies

0.0.4

What's Changed
* Replace CHANGELOG with GitHub Releases by JacobHayes in https://github.com/artigraph/artigraph/commit/97649007278e1a48a125b569ccb56830f0e7148c

**Full Changelog**: https://github.com/artigraph/artigraph/compare/v0.0.3...v0.0.4

0.0.3

What's Changed
* Use None instead of NoneType when matching annotations by JacobHayes in https://github.com/artigraph/artigraph/pull/341
* Persist Graph{Snapshot} in Backend by JacobHayes in https://github.com/artigraph/artigraph/pull/342
* Support passing in Graph.artifacts by JacobHayes in https://github.com/artigraph/artigraph/pull/343
* Use __future__.annotations by JacobHayes in https://github.com/artigraph/artigraph/pull/345
* Remove Format.type and Storage.{type,format} fields by JacobHayes in https://github.com/artigraph/artigraph/pull/344


**Full Changelog**: https://github.com/artigraph/artigraph/compare/v0.0.2...v0.0.3

0.0.2

What's Changed
* Add GCSFile Storage by JacobHayes in https://github.com/artigraph/artigraph/pull/149
* Add pyarrow TypeSystem by kaelgreco in https://github.com/artigraph/artigraph/pull/234
* Add TypeSystem.extends by JamesOswald in in https://github.com/artigraph/artigraph/pull/250
* Move arti.internal.version to arti.__version__ by JacobHayes in https://github.com/artigraph/artigraph/pull/252
* Add NumPy and Pandas TypeSystems by JacobHayes in https://github.com/artigraph/artigraph/pull/257
* Add Artifact defaults for Format and Storage by JacobHayes in https://github.com/artigraph/artigraph/commit/b44514218c054cacf6ca587b92ca3105e5b6d13e
* Refactor Producer to leverage Type directly and allow direct Artifact instantiation by JacobHayes in https://github.com/artigraph/artigraph/pull/263
* Add support for python 3.11 by JacobHayes in https://github.com/artigraph/artigraph/pull/289
* Support Graph pickling by JacobHayes in https://github.com/artigraph/artigraph/pull/306
* Add BigQuery TypeSystem by JacobHayes in https://github.com/artigraph/artigraph/pull/312
* Allow g.read with raw Artifacts even if others are missing by JacobHayes in https://github.com/artigraph/artigraph/pull/338
* Replace Graph.snapshot_id with new GraphSnapshot by JacobHayes in https://github.com/artigraph/artigraph/pull/336
* Add Connection class to enforce explicit Backend connections by JacobHayes in https://github.com/artigraph/artigraph/pull/337

New Contributors
* kaelgreco made their first contribution in https://github.com/artigraph/artigraph/pull/234
* JamesOswald made their first contribution in https://github.com/artigraph/artigraph/pull/250

**Full Changelog**: https://github.com/artigraph/artigraph/compare/v0.0.1...v0.0.2

0.0.1

What's Changed
* Add project skeleton by JacobHayes in https://github.com/artigraph/artigraph/pull/1
* CI Tweaks by JacobHayes in https://github.com/artigraph/artigraph/pull/6
* Apply isort/black formatting in pre-commit (pytest only checks) by JacobHayes in https://github.com/artigraph/artigraph/pull/13
* Add dev tool to automate worktree creation by JacobHayes in https://github.com/artigraph/artigraph/pull/14
* Add start to a set of the core Artigraph interfaces! by JacobHayes in https://github.com/artigraph/artigraph/pull/5
* Add internal typing stubs by JacobHayes in https://github.com/artigraph/artigraph/pull/26
* Add base Fingerprint class by JacobHayes in https://github.com/artigraph/artigraph/pull/35
* Add base Version classes by JacobHayes in https://github.com/artigraph/artigraph/pull/36
* Migrate ancillary classes to Pydantic Models by JacobHayes in https://github.com/artigraph/artigraph/pull/60
* Initial example of Python TypeSystem by mikss in https://github.com/artigraph/artigraph/pull/58
* Introduce python view, pickle format, local storage by mikss in https://github.com/artigraph/artigraph/pull/62
* move read/write outside of View by mikss in https://github.com/artigraph/artigraph/pull/65
* Int as a view, not Python by mikss in https://github.com/artigraph/artigraph/pull/66
* Support registration priority and use for Views by JacobHayes in https://github.com/artigraph/artigraph/pull/69
* Rename non-standard dunder attributes to sunder by JacobHayes in https://github.com/artigraph/artigraph/pull/70
* Prep for pydantic Artifacts/Producers by JacobHayes in https://github.com/artigraph/artigraph/pull/71
* Use pydantic for Artifacts by JacobHayes in https://github.com/artigraph/artigraph/pull/72
* Expand Python TypeSystem by mikss in https://github.com/artigraph/artigraph/pull/74
* Use pydantic for Producers by JacobHayes in https://github.com/artigraph/artigraph/pull/73
* Add ObjectBox and frozen Type.metadata by JacobHayes in https://github.com/artigraph/artigraph/pull/81
* Add Type.nullable and Enum(Type) by JacobHayes in https://github.com/artigraph/artigraph/pull/82
* Add pydantic and initial sgqlc typesystems by joycex99 in https://github.com/artigraph/artigraph/pull/75
* Replace Type.metadata with TypeSystem hints by JacobHayes in https://github.com/artigraph/artigraph/pull/90
* Support setting sgqlc schema by JacobHayes in https://github.com/artigraph/artigraph/pull/98
* Refactor PartitionKeys and add StoragePartition by JacobHayes in https://github.com/artigraph/artigraph/pull/99
* CI Multiple Python Versions and py 3.10 support by JacobHayes in https://github.com/artigraph/artigraph/pull/116
* Add Graph.build and lots of other changes by JacobHayes in https://github.com/artigraph/artigraph/pull/133
* Fix typo in `Collection.__init__` by bnaul in https://github.com/artigraph/artigraph/pull/143
* Open Source by JacobHayes in https://github.com/artigraph/artigraph/pull/148
* Bump pydantic to 1.9+ by JacobHayes in https://github.com/artigraph/artigraph/pull/153

New Contributors
* mikss made their first contribution in https://github.com/artigraph/artigraph/pull/58
* joycex99 made their first contribution in https://github.com/artigraph/artigraph/pull/75
* bnaul made their first contribution in https://github.com/artigraph/artigraph/pull/143

**Full Changelog**: https://github.com/artigraph/artigraph/commits/v0.0.1

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.