File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 1
1
GeoAlchemy 2 Changelog
2
2
======================
3
3
4
+ 0.18.0
5
+ ------
6
+
7
+ * Feat: Add support of spatial indexes for Raster type for PostgreSQL @adrien-berchet (#564)
8
+ * Docs: Fix doc strings for cache enabled - @pjonsson (#562)
9
+ * Chore: Move reflection type registering @adrien-berchet (#561)
10
+ * (papacodebear/master) Fix: Remove warning from MySQL/MariaDB reflection @adrien-berchet (#560)
11
+ * Feat: Handle computed columns @adrien-berchet (#557)
12
+ * Test: Improve readability of benchmark results @adrien-berchet (#556)
13
+ * Perf: Define __slots__ in element classes to reduce memory usage of elements @adrien-berchet (#555)
14
+ * Chore: Create FUNDING.yml @adrien-berchet (#554)
15
+ * Test: Add more benchmarks @adrien-berchet (#553)
16
+ * Test: Add benchmark tests @adrien-berchet (#547)
17
+ * Docs: Update doc to run the tests inside docker container @adrien-berchet (#546)
18
+ * Perf (mariadb): Stop converting WKB to WKT @adrien-berchet (#545)
19
+ * Feat: Improve Geometry initializer to make the dimension optional @adrien-berchet (#544)
20
+ * Feat: Compile literal binds properly @adrien-berchet (#543)
21
+ * Feat: Add more return types for spatial functions and update some typehints @adrien-berchet (#540)
22
+ * Build: Deprecate Py<3.10 @adrien-berchet (#538)
23
+
4
24
0.17.1
5
25
------
6
26
You can’t perform that action at this time.
0 commit comments