Skip to content

Releases: ripl-org/sockit

v0.3.1

05 Feb 02:27
Compare
Choose a tag to compare
  • Updated license in LICENSE.md.
  • Added a feature to search any text in paratheses for acronyms during title cleaning.

v0.3.0

15 Nov 21:08
Compare
Choose a tag to compare
  • 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

21 Sep 13:28
Compare
Choose a tag to compare

A minor release to fix the broken PyPI description and logo image in 0.2.0.

v0.2.0

20 Sep 23:41
Compare
Choose a tag to compare
  • 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

20 Jun 19:31
Compare
Choose a tag to compare
  • Adds scoring mechanism to weight matches based on title words that match to a list of job title nouns and to nodes in the job title trie

v0.0.2

11 May 15:41
Compare
Choose a tag to compare
  • 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.

v0.0.1

19 Apr 03:00
Compare
Choose a tag to compare

Initial release.