We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 849f41d commit 35512e6Copy full SHA for 35512e6
2 files changed
CHANGELOG.rst
@@ -1,12 +1,15 @@
1
Changelog
2
=========
3
4
+v1.11.0 (2025-04-28)
5
+--------------------
6
+
7
* Added example for calling the inference endpoint with a minimal client
8
* Added missing doc generation for inference examples
9
* Refactor: use dataclasses and google docstring style in instances.py
10
11
v1.10.0 (2025-04-17)
--------------------
12
13
14
* Updated version for release
15
datacrunch/__version__.py
@@ -1 +1 @@
-VERSION = '1.10.0'
+VERSION = '1.11.0'
0 commit comments