Skip to content

Releases: UCF/Search-Service-Django

v2.4.1

04 Nov 14:11
Compare
Choose a tag to compare

What's Changed

  • Added default ordering for all research object views by @jmbarne3 in #281

Full Changelog: v2.4.0...v2.4.1

v2.4.0

25 Oct 15:58
Compare
Choose a tag to compare

What's Changed

  • Added employee_id to the staff model by @jmbarne3 in #273
  • Updated research models to use Academic Analytics data by @jmbarne3 in #275
  • Updated the researcher importer by @jmbarne3 in #276
  • Refactored the research models to accommodate multiple researcher per piece of research by @jmbarne3 in #277
  • Updated the research API endpoints to match the new schema by @jmbarne3 in #278
  • Made adjustments to the existing importers to accommodate the new sources of information by @jmbarne3 in #279
  • Upgraded pip and npm packages by @jmbarne3 in #280

Full Changelog: v2.3.2...v2.4.0

v2.3.2

12 Oct 14:03
Compare
Choose a tag to compare

Bug fixes:

  • Updated field names for Graduate application deadlines that got renamed in their Slate instance

v2.3.1

21 Sep 14:30
Compare
Choose a tag to compare

Enhancements:

  • Updated the catalog importer to support new structured data fields in Kuali when in use.

Bug fixes:

  • Fixed various issues outlined in #267 to eliminate pain points when setting the project up locally for the first time.

v2.3.0

22 Jul 18:02
Compare
Choose a tag to compare

Enhancements:

  • Removed the now-obsolete import-catalog-data importer (Acalog) and related settings
  • Refactored the import-catalog-descriptions importer for improved performance and separation of concerns
  • Re-added the python-Levenshtein package for fuzzy catalog name matching (was inadvertently removed in v2.1.5)

v2.2.2

19 Jul 18:52
Compare
Choose a tag to compare

Enhancements:

  • Updated catalog importer to allow tables in description content to have empty td, th cells

v2.2.1

14 Jul 14:15
Compare
Choose a tag to compare

Enhancements:

  • Added an option to sanitize_description() in the catalog description importer to remove tables from the passed-in description string. Also updated references to 'strip' vs 'unwrap' for clarification. Short catalog descriptions now use this option in order to remove metadata tables at the top of all graduate catalog descriptions.

Bug Fixes:

  • Fixed retrieval of program descriptions on catalog tracks, which are stored in description fields rather than programDescription

v2.2.0

08 Jul 20:26
Compare
Choose a tag to compare

Enhancements:

  • Added a new research app and initial commands for importing academic research and researchers from ORCID.
  • Added a new units app and command for mapping existing Colleges, Departments and Organizations between programs and teledata
  • Added new catalog importer for use with the Kuali catalog system
  • Upgraded packages

v2.1.5

07 Jun 18:16
40effc5
Compare
Choose a tag to compare

Bug Fixes:

  • Updated python and npm packages to deal with various security issues.
  • Updated BLS and FETPIP data importers to deal with schema changes and small encoding issues.

v2.1.4

04 Jun 14:16
cc18591
Compare
Choose a tag to compare

Bug Fixes:

  • NCES has updated the schema they use on the CIP export, so we needed to update our importer to match.