Releases: mikeqfu/pyrcs
Releases · mikeqfu/pyrcs
0.2.5
Notable changes since 0.2.4:
- Renamed the function
update_package_data()to update_pkg_metadata() in the module update. - Improved the keys of the dict-type data for relevant methods of the two classes: ELRMileages and SignalBoxes.
0.2.4
Notable changes since 0.2.3:
- Removed the module
settings. - Updated import statements in some modules/sub-modules due to changes in their dependencies.
- Made some modifications to a few sub-modules due to changes in the corresponding web pages of the Railway Codes website.
0.2.3
0.2.2
Notable changes since 0.2.1:
- Improved the methods .collect_mileage_file_by_elr() and .get_conn_mileages() of the class ELRMileages with bug fixes.
0.2.1
Notable changes since 0.2.0:
- Removed the function
is_float()from the module utils. - Added new functions:
- is_str_float() to the module elrs_mileages;
- fetch_location_names_repl_dict() and update_location_name_repl_dict() to the module utils.