Pyrcs

Latest version: v0.3.7

Safety actively analyzes 685670 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

0.3.6

(*10 June 2023*)

**Notable [changes](https://github.com/mikeqfu/pyrcs/compare/0.3.5...0.3.6) since [0.3.5](https://pypi.org/project/pyrcs/0.3.5/):**

- Improved the following functions and classes with bug fixes:
- [parse_tr()](https://github.com/mikeqfu/pyrcs/commit/66914b12e42bf81f7f19415ec50598efdaf0d03d) in the module [parser](https://github.com/mikeqfu/pyrcs/blob/203ab72e713c54537c4e9a4721c16c930deafd44/pyrcs/parser.py);
- [format_err_msg()](https://github.com/mikeqfu/pyrcs/commit/83e311bddcc6247f58ad2dd165195278ff7a0fe8) in the module [utils](https://github.com/mikeqfu/pyrcs/blob/203ab72e713c54537c4e9a4721c16c930deafd44/pyrcs/utils.py);
- [Stations](https://github.com/mikeqfu/pyrcs/commit/0b5062bf64214fd5ca3cd9ec7c50a33b570ad4ad) in the module [other_assets.station](https://github.com/mikeqfu/pyrcs/blob/203ab72e713c54537c4e9a4721c16c930deafd44/pyrcs/other_assets/station.py);
- [LocationIdentifiers](https://github.com/mikeqfu/pyrcs/commit/ac582ccde71e3e9309dba983ec04cb13c181a942) in the module [line_data.loc_id](https://github.com/mikeqfu/pyrcs/blob/203ab72e713c54537c4e9a4721c16c930deafd44/pyrcs/line_data/loc_id.py).

**For more information and detailed specifications, check out [PyRCS 0.3.6 documentation](https://pyrcs.readthedocs.io/en/0.3.6/).**

<br/>

0.3.5

(*26 February 2023*)

**Notable [changes](https://github.com/mikeqfu/pyrcs/compare/0.3.4...0.3.5) since [0.3.4](https://pypi.org/project/pyrcs/0.3.4/):**

- Improved the following function and methods with bug fixes:
- [kilometer_to_yard()](https://github.com/mikeqfu/pyrcs/commit/994e9f3c3145ad73b47164dd898118b0a0c70ace) in the module [utils](https://github.com/mikeqfu/pyrcs/blob/46d519c2ba0a390bf053c6c90df3c79746c6381e/pyrcs/converter.py);
- [LocationIdentifiers.collect_codes_by_initial()](https://github.com/mikeqfu/pyrcs/commit/6892fc38d91f731ef4677f274262ec5bd0c4c532);
- [ELRMileages.collect_mileage_file()](https://github.com/mikeqfu/pyrcs/commit/cc2d30bff507a4f2c49c60e0cac78c9c0fdcef2a).

**For more information and detailed specifications, check out [PyRCS 0.3.5 documentation](https://pyrcs.readthedocs.io/en/0.3.5/).**

<br/>

0.3.4

(*9 January 2023*)

**Notable [changes](https://github.com/mikeqfu/pyrcs/compare/0.3.3...0.3.4) since [0.3.3](https://pypi.org/project/pyrcs/0.3.3/):**

- Improved the modules [collector](https://github.com/mikeqfu/pyrcs/blob/c77554a4686b630d0b95bc155722c7e5c7a7c453/pyrcs/collector.py) and [_updater](https://github.com/mikeqfu/pyrcs/blob/c77554a4686b630d0b95bc155722c7e5c7a7c453/pyrcs/_updater.py) with a [bug fix](https://github.com/mikeqfu/pyrcs/commit/986637ed7df18bc5e656d4ba0aab736105f4dfb7).

**For more information and detailed specifications, check out [PyRCS 0.3.4 documentation](https://pyrcs.readthedocs.io/en/0.3.4/).**

<br/>

0.3.3

(*15 November 2022*)

**Notable [changes](https://github.com/mikeqfu/pyrcs/compare/0.3.2...0.3.3) since [0.3.2](https://pypi.org/project/pyrcs/0.3.2/):**

- Fixed a major bug in the function [parse_tr()](https://github.com/mikeqfu/pyrcs/commit/3348c9cdfe62197405d68fa8aa8d5c053a9fae78) in the module [parser](https://github.com/mikeqfu/pyrcs/blob/4f63edb931e1a174b5ce61326d2741f3a6e3a7a9/pyrcs/parser.py).
- Improved the following classes with bug fixes: [LocationIdentifiers](https://github.com/mikeqfu/pyrcs/commit/68a8ae4ac202af90a0181fcc11371f45b8869c5a), [LOR](https://github.com/mikeqfu/pyrcs/commit/3a1137f56fbda55da72315f872671d8d27b62401) and [Stations](https://github.com/mikeqfu/pyrcs/commit/2a62e5ac7c9461f151efa7d9fc95227bc30ac4c2).
- Transform the function [parse_location_name()](https://github.com/mikeqfu/pyrcs/commit/12759e6b0e22a61f46a3189a5efc1c5aa0758d13) into a class method [LocationIdentifiers.parse_location_name()](https://github.com/mikeqfu/pyrcs/commit/68a8ae4ac202af90a0181fcc11371f45b8869c5a#diff-9892665521535dc0b2b16a9a95a1c7c2cbae159ebc7233522df340514a2b7200R417).

**For more information and detailed specifications, check out [PyRCS 0.3.3 documentation](https://pyrcs.readthedocs.io/en/0.3.3/).**

<br/>

0.3.2

(*18 August 2022*)

**Notable [changes](https://github.com/mikeqfu/pyrcs/compare/0.3.1...0.3.2) since [0.3.1](https://pypi.org/project/pyrcs/0.3.1/):**

- Fixed a few minor bugs.

**For more information and detailed specifications, check out [PyRCS 0.3.2 documentation](https://pyrcs.readthedocs.io/en/0.3.2/).**

<br/>

0.3.1

(*14 June 2022*)

**Notable [changes](https://github.com/mikeqfu/pyrcs/compare/0.3.0...0.3.1) since [0.3.0](https://pypi.org/project/pyrcs/0.3.0/):**

- Updated import statements due to [a major change](https://github.com/mikeqfu/pyhelpers/releases/tag/1.4.0) in the dependency package [PyHelpers](https://pypi.org/project/pyhelpers/).

**For more information and detailed specifications, check out [PyRCS 0.3.1 documentation](https://pyrcs.readthedocs.io/en/0.3.1/).**

<br/>

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.