Releases: artigraph/artigraph
Releases · artigraph/artigraph
v0.0.4
What's Changed
- Replace CHANGELOG with GitHub Releases by @JacobHayes in 9764900
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's Changed
- Use None instead of NoneType when matching annotations by @JacobHayes in #341
- Persist Graph{Snapshot} in Backend by @JacobHayes in #342
- Support passing in Graph.artifacts by @JacobHayes in #343
- Use future.annotations by @JacobHayes in #345
- Remove Format.type and Storage.{type,format} fields by @JacobHayes in #344
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
- Add GCSFile Storage by @JacobHayes in #149
- Add pyarrow TypeSystem by @kaelgreco in #234
- Add TypeSystem.extends by @JamesOswald in in #250
- Move arti.internal.version to arti.version by @JacobHayes in #252
- Add NumPy and Pandas TypeSystems by @JacobHayes in #257
- Add Artifact defaults for Format and Storage by @JacobHayes in b445142
- Refactor Producer to leverage Type directly and allow direct Artifact instantiation by @JacobHayes in #263
- Add support for python 3.11 by @JacobHayes in #289
- Support Graph pickling by @JacobHayes in #306
- Add BigQuery TypeSystem by @JacobHayes in #312
- Allow g.read with raw Artifacts even if others are missing by @JacobHayes in #338
- Replace Graph.snapshot_id with new GraphSnapshot by @JacobHayes in #336
- Add Connection class to enforce explicit Backend connections by @JacobHayes in #337
New Contributors
- @kaelgreco made their first contribution in #234
- @JamesOswald made their first contribution in #250
Full Changelog: v0.0.1...v0.0.2
Initial Release
What's Changed
- Add project skeleton by @JacobHayes in #1
- CI Tweaks by @JacobHayes in #6
- Apply isort/black formatting in pre-commit (pytest only checks) by @JacobHayes in #13
- Add dev tool to automate worktree creation by @JacobHayes in #14
- Add start to a set of the core Artigraph interfaces! by @JacobHayes in #5
- Add internal typing stubs by @JacobHayes in #26
- Add base Fingerprint class by @JacobHayes in #35
- Add base Version classes by @JacobHayes in #36
- Migrate ancillary classes to Pydantic Models by @JacobHayes in #60
- Initial example of Python TypeSystem by @mikss in #58
- Introduce python view, pickle format, local storage by @mikss in #62
- move read/write outside of View by @mikss in #65
- Int as a view, not Python by @mikss in #66
- Support registration priority and use for Views by @JacobHayes in #69
- Rename non-standard dunder attributes to sunder by @JacobHayes in #70
- Prep for pydantic Artifacts/Producers by @JacobHayes in #71
- Use pydantic for Artifacts by @JacobHayes in #72
- Expand Python TypeSystem by @mikss in #74
- Use pydantic for Producers by @JacobHayes in #73
- Add ObjectBox and frozen Type.metadata by @JacobHayes in #81
- Add Type.nullable and Enum(Type) by @JacobHayes in #82
- Add pydantic and initial sgqlc typesystems by @joycex99 in #75
- Replace Type.metadata with TypeSystem hints by @JacobHayes in #90
- Support setting sgqlc schema by @JacobHayes in #98
- Refactor PartitionKeys and add StoragePartition by @JacobHayes in #99
- CI Multiple Python Versions and py 3.10 support by @JacobHayes in #116
- Add Graph.build and lots of other changes by @JacobHayes in #133
- Fix typo in
Collection.__init__by @bnaul in #143 - Open Source by @JacobHayes in #148
- Bump pydantic to 1.9+ by @JacobHayes in #153
New Contributors
- @mikss made their first contribution in #58
- @joycex99 made their first contribution in #75
- @bnaul made their first contribution in #143
Full Changelog: https://github.com/artigraph/artigraph/commits/v0.0.1