Skip to content

Commit eb09184

Browse files
committed
Add changlog for 6942
1 parent 183a088 commit eb09184

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
The QCoDeS dataset sqlite connection class `ConnectionPlus` has been deprecated and replace with `AtomicConnection`.
2+
Unlike `ConnectionPlus` `AtomicConnection` is a direct subclass of `sqlite3.Connection` which enables better type checking
3+
and will allow QCoDeS to drop the dependency on `wrapt`. The function `make_connection_plus_from` is also deprecated and
4+
it is no longer supported to convert a connection from a sqlite3 connection to a QCoDeS specific connection.

0 commit comments

Comments
 (0)