We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7485d60 commit 9ea905bCopy full SHA for 9ea905b
NEWS
@@ -4,6 +4,23 @@ python-microscope releases.
4
Version 0.4.0 (upcoming)
5
------------------------
6
7
+* New devices supported:
8
+
9
+ * Coherent Obis laser.
10
11
+* Changes to device ABCs:
12
13
+ * Device:
14
15
+ * The `Device._logger` attribute has been removed. It is
16
+ recommended to use a logger for the module.
17
18
+* The device server and clients no longer force pickle protocol
19
+ version 2. If the client and server are running different Python
20
+ versions it may be necessary to specify a version number. This
21
+ should be done on the side with the highest support version number
22
+ by setting `Pyro4.config.PICKLE_PROTOCOL_VERSION`.
23
24
25
Version 0.3.0 (2019/11/07)
26
--------------------------
0 commit comments