File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44Pyro - Python Remote Objects. Copyright by Irmen de Jong (irmen@razorvine.net).
55"""
66
7- __version__ = "5.16.dev0 "
7+ __version__ = "5.16"
88__author__ = "Irmen de Jong"
99
1010
Original file line number Diff line number Diff line change 99.. image :: https://anaconda.org/conda-forge/pyro5/badges/version.svg
1010 :target: https://anaconda.org/conda-forge/pyro5
1111
12+ **Project status: super low maintenance mode. Not really worked on anymore, only reported bugs will be looked at. **
13+
1214
1315Info
1416----
Original file line number Diff line number Diff line change @@ -4,7 +4,10 @@ Change Log
44
55**Pyro 5.16 **
66
7- - removed Python 3.8 from the support list (it is EOL). Now supported on Python 3.9 or newer.
7+ - project going into super low maintenance mode, I don't plan on working on it any longer unless nasty bugs are reported.
8+ - properties can now be a streaming generator too
9+ - loopCondition is relayed from start_ns_loop() to its daemon
10+ - removed Python 3.8 and 3.9 from the support list (they are EOL). Now supported on Python 3.10 or newer.
811- docs: clarify @expose on a class not automatically exposing base class(es).
912
1013
You can’t perform that action at this time.
0 commit comments