0.2.12
Notable changes since 0.2.11:
- Enabled an offline mode (when Internet connection is lost).
- Renamed the following:
- class methods:
- in the class SignalBoxes:
- in the class Tunnels:
- in the class Viaducts:
- functions in the module utils:
- class methods:
- Removed the functions
collect_site_map()andfetch_site_map()from the module updater. - Added the following:
- a new module collector - combining two modules
_line_dataand_other_assets; - new functions print_connection_error(), print_conn_err(), is_internet_connected() and get_site_map() to the module utils;
- a new method TrackDiagrams.get_track_diagrams_items() - adapted from the function
get_track_diagrams_items()previously in the module utils.
- a new module collector - combining two modules
- Enabled direct access to all classes from importing the package, without having to specifying the sub-modules which they each reside.
For more information and detailed specifications, check out PyRCS 0.2.12 documentation.