Releases: hypermodeinc/pydgraph
Releases · hypermodeinc/pydgraph
v24.1.0
What's Changed
- add RAG notebooks by @rderbier in #240
- Bump grpcio-tools from 1.65.2 to 1.68.0 in the minor-and-patch group by @dependabot in #242 #243 #244 #245 #247 #251
- Bump the minor-and-patch group with 2 updates by @dependabot in #246
- Bump build from 1.2.2 to 1.2.2.post1 by @dependabot in #248
- Bump setuptools from 67.7.2 to 75.6.0 by @dependabot in #252
- update proto file to support bigfloat data type by @mangalaman93 in #255
Full Changelog: v24.0.2...v24.1.0
v24.0.2
What's Changed
- Create example computeEmbeddings.py by @rderbier in #221
- Allow flexible dependency versions by @gautambhat in #233
- update proto to make it consistent with dgraph-io/dgo by @mangalaman93 in #237
- Bump protobuf from 4.22.3 to 5.27.2 by @dependabot in #231
- Minor and patch dependency upgrades
New Contributors
- @gautambhat made their first contribution in #233
- @ryanfoxtyler made their first contribution in #219
Full Changelog: v23.0.2...v24.0.2
v23.0.2
v23.0.1
v23.0.1rc1
Fixed
- chore(cd): fix protobuf import issue (#204)
v23.0.0
[v23.0.0] - 2023-05-15
Breaking
- Minimum required Python now 3.7 (CI runs against 3.11)
- deprecated from_slash_endpoint function (#190)
Added
- accept grpc endpoint or /graphql endpoint in from_cloud function
pyproject.toml
as the source of truth for dependency requirements.python-version
file to keep track of supported Python version
Chore
- Github Actions for CI/CD pipelines
- Add example for datetime parsing (#170)
- cleanup README, compose files and doc links (#194)
- fix the TLS examples in examples/tls (#198)
- update docs and fix flaky tests (#199)
[v21.3.2] - 2021-08-05
Added
- Missing variable in from_cloud (#174)