Releases: ripl-org/sockit
Releases · ripl-org/sockit
v0.3.1
v0.3.0
- New license in LICENSE.md.
- Major refactor to clean up the coding style and structure of the package (commit 38ee692).
- Updated occupational models are now reproducible with the sockit-data tool.
- Reorganized the
sockit/data/
directory. - Added more regression test cases to test/test.json.
- Added regression test comparison to previous versions in test/compare.py and
test/test-results-X.Y.Z.json
.
v0.2.1
v0.2.0
- Significant refactoring to include additional functionality for parsing job postings and resumes (
sockit parse
) and comparing job postings, resumes and SOC codes (sockit compare
). - Original functionality for probabilistic matching of job titles to SOC codes has been moved under
sockit title
. - Data has been expanded from 2019 NLx Research Hub job postings to 2019 and 2021, and from a single wordtrie of job titles to many additional files under the
data
directory (skills, topic-modeling matrices, acronyms, abbreviations, resume headings, schools, degrees, and fields of study).
v0.1.0
v0.0.2
- Refactored result sorting code into new
sort()
method. - Fixed normalization error when search results are empty.
- Rebuilt wordtrie with stopword filtering (mainly removes place names).
- Support for JSON input files.
- Added test cases and a script for comparing test results across different implementations.