Hrflow

Latest version: v4.2.0

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

Scan your dependencies

Page 1 of 2

4.2.0

Remove dependency on python-magic
Remove dependency on python-magic which requires having libmagic1 system dependency installed via sudo apt-get install libmagic1 or similar. The python library is not used.

4.1.0

* Add interest and language fields to experience and education schemas
* Add a function to utils that checks profile eligibility for searching or scoring
* `from hrflow.utils.searching import is_valid_for_searching`
* `from hrflow.utils.scoring import is_valid_for_scoring`
* `generate_parsing_evaluation_report`
* Handle the evaluation of indexed jobs in a board
* Update profile parsing evaluation by changing `person` (=`first_name` & `last_name`) score to `full_name` score (filling `full_name` field in parsing)
* Fix the way the `location` fill rate is calculated at the root of the profile, which used to result in a constant score of 1. Now it looks at the filling of the location text field for the profile. The location score for experiences & educations was not affected by this bug.

4.0.1

- In file parsing :
- Use File object instead of bytes (replace file.read() by file)
- Handle BytesIO objet with no file name
- Infer filename base on File object
- Add some tests (multi format resumes)
- Improve docs
- Fix bug that hard code the person score in parsing evaluation

4.0.0

* Add parsing evaluation & Function to generate the Excel report in `hrflow.utils`
* Add limit rate for each endpoint
* Add Job/Profile schemas

3.3.0

Remove dependency on python-magic

Remove dependency on python-magic which requires having `libmagic1` system dependency installed via `sudo apt-get install libmagic1` or similar. The library is not used as of the v3 release serie.

3.2.1

* Add backwards compatibility with the `text` parameter in Text Parsing.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.