Releases: mikeqfu/pyrcs
Releases · mikeqfu/pyrcs
1.0.1
1.0.0
Notable changes since 0.3.7:
- Major Release: Version 1.0.0 introduces significant improvements to both code and documentation.
- Code enhancements: Optimised performance and refactored core modules for better readability and maintainability.
- Bug fixes: Resolved various issues identified through practical use.
- License Update: This release is now licensed under the MIT License, providing greater flexibility and usability.
For more information and detailed specifications, check out the PyRCS 1.0.0 documentation.
0.3.7
Notable changes since 0.3.6:
- Enhanced the functions get_site_map() and parse_tr() in the parser module.
- Fixed potential bugs and made improvements to various classes.
For more information and detailed specifications, check out PyRCS 0.3.7 documentation.
0.3.6
Notable changes since 0.3.5:
- Improved the following functions and classes with bug fixes:
- parse_tr() in the module parser;
- format_err_msg() in the module utils;
- Stations in the module other_assets.station;
- LocationIdentifiers in the module line_data.loc_id.
For more information and detailed specifications, check out PyRCS 0.3.6 documentation.
0.3.5
Notable changes since 0.3.4:
- Improved the following function and methods with bug fixes:
For more information and detailed specifications, check out PyRCS 0.3.5 documentation.
0.3.4
0.3.3
Notable changes since 0.3.2:
- Fixed a major bug in the function parse_tr() in the module parser.
- Improved the following classes with bug fixes: LocationIdentifiers, LOR and Stations.
- Transform the function parse_location_name() into a class method LocationIdentifiers.parse_location_name().
For more information and detailed specifications, check out PyRCS 0.3.3 documentation.
0.3.2
0.3.1
Notable changes since 0.3.0:
- Update import statements due to a major change in the dependency package PyHelpers.
For more information and detailed specifications, check out PyRCS 0.3.1 documentation.