We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41b4129 commit 39caf52Copy full SHA for 39caf52
2 files changed
CHANGELOG.md
@@ -1,6 +1,22 @@
1
# CHANGELOG
2
3
4
+## v10.15.0 (2025-05-16)
5
+
6
+### Feature
7
8
+- Minor: Feature: Model Transform (#786)
9
+ ([`41b4129`](https://github.com/bimdata/python-api-client/commit/41b412930f623db90a09214c6e221756ebb9504a))
10
11
+* MINOR: feat(model): add models transform
12
13
+* fix: set transform read_only=True
14
15
+* fix(transform): use 'prefetch_related' instead of 'select_related' for transform in model qs
16
17
+* fix(transform): use select_related and fix model_list tests
18
19
20
## v10.14.5 (2025-05-12)
21
22
### Fix
setup.py
@@ -20,7 +20,7 @@
long_description = f.read()
NAME = "bimdata-api-client"
23
-VERSION = "10.14.5"
+VERSION = "10.15.0"
24
# To install the library, run the following
25
#
26
# python setup.py install
0 commit comments