File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
33
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+
420## v10.14.5 (2025-05-12)
521
622### Fix
Original file line number Diff line number Diff line change 2020 long_description = f .read ()
2121
2222NAME = "bimdata-api-client"
23- VERSION = "10.14.5 "
23+ VERSION = "10.15.0 "
2424# To install the library, run the following
2525#
2626# python setup.py install
You can’t perform that action at this time.
0 commit comments