Skip to content

Releases: ARTFL-Project/PhiloLogic5

PhiloLogic 5.0 beta 9

27 Aug 21:41
Compare
Choose a tag to compare
PhiloLogic 5.0 beta 9 Pre-release
Pre-release

Bug fixes

Full Changelog: v5.0-beta.8...v5.0-beta.9

PhiloLogic 5.0 beta 8

23 Aug 21:54
Compare
Choose a tag to compare
PhiloLogic 5.0 beta 8 Pre-release
Pre-release
  • PhiloLogic is now always installed in a virtual environment.
  • Work on search method nomenclature and allow ordered and unordered searches for co-occurrence searches
  • Fixes and optimizations

Full Changelog: v5.0-beta.6...v5.0-beta.8

PhiloLogic 5.0 beta 6

09 Apr 21:46
Compare
Choose a tag to compare
PhiloLogic 5.0 beta 6 Pre-release
Pre-release
  • Add a time series view of collocations to visualize collocations changes over time.
  • Bug fixes

Full Changelog: v5.0-beta.5...v5.0-beta.6

PhiloLogic 5.0 beta 5

03 Apr 21:37
Compare
Choose a tag to compare
PhiloLogic 5.0 beta 5 Pre-release
Pre-release
  • Add ability to use Spacy to add morphological info to words (lemma, pos, tag, ner).
  • Bug fixes
  • UI enhancements
  • Performance fix in merge sort
  • Move to PEP 517 build system

Full Changelog: v5.0-beta.4...v5.0-beta.5

PhiloLogic 5.0 beta 4

25 Mar 20:50
Compare
Choose a tag to compare
PhiloLogic 5.0 beta 4 Pre-release
Pre-release
  • Add similarity of collocation distributions
  • Bug fixes and optimizations

Full Changelog: v5.0-beta.3...v5.0-beta.4

PhiloLogic 5.0 beta 3

19 Mar 21:20
Compare
Choose a tag to compare
PhiloLogic 5.0 beta 3 Pre-release
Pre-release
  • Bug fixes
  • Improve comparative collocations

Full Changelog: v5.0-beta.2...v5.0-beta.3

PhiloLogic 5.0 beta 2

15 Mar 14:09
Compare
Choose a tag to compare
PhiloLogic 5.0 beta 2 Pre-release
Pre-release
  • Bug fixes
  • Add comparative collocations

Full Changelog: v5.0-beta.1...v5.0-beta.2

PhiloLogic 5.0 beta 1

12 Feb 15:36
Compare
Choose a tag to compare
PhiloLogic 5.0 beta 1 Pre-release
Pre-release

Feature complete, but many bugs likely remaining.

Full Changelog: v5.0-alpha.2...v5.0-beta.1

PhiloLogic 5.0 alpha 2

05 Feb 17:19
Compare
Choose a tag to compare
Pre-release
  • support for finding collocates with n number of words in collocations
  • add searching by word property
  • add count by word property in facets
  • add filter collocate by word property in collocations

Full Changelog: v5.0-alpha.1...v5.0-alpha.2

PhiloLogic 5.0 alpha 1

16 Jan 19:19
efb590a
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Replace old C core with new Python-based search routines using LMDB and numpy
  • Rework collocations to use an LMDB index
  • Enable lemma searching using the lemma:word syntax. This works for all search reports.

Full Changelog: https://github.com/ARTFL-Project/PhiloLogic5/commits/v5.0-alpha.1