Skip to content

Releases: datasciencecampus/pygrams

v2.0.1

05 Apr 18:47
84f6905
Compare
Choose a tag to compare
  • Switched away from pyramid ARIMA due to stability issues
  • Now supports raw and bzip'd pickle files
  • Using Python 3.7.3
  • Handles imported data when dates are stored as strings rather than Timestamp objects
  • Corrected handling of unigrams

Emergent Terms

20 Mar 09:21
776dda3
Compare
Choose a tag to compare
  • New: Detects emergent terms as well as popular terms
  • New: Term weightings using word vectors
  • New: Prediction of future term counts

FDG bug fix

14 Sep 07:20
dead930
Compare
Choose a tag to compare

Force directed graph URL for empty.json was not updated when folder structure was reorganised

JSON config support

12 Sep 07:09
d49cc67
Compare
Choose a tag to compare

Added support to create JSON config file, recording configuration used to produce report.

Table output and enhanced CI

07 Sep 08:46
e6e9f31
Compare
Choose a tag to compare
  • New: table format output
  • New: V & V code added
  • New: CI with MacOS (via Travis)
  • New: CI with Windows (via AppVeyor)
  • Various documentation fixes
  • Missing attributions corrected

Updated and corrected documentation

28 Aug 09:46
eface77
Compare
Choose a tag to compare

Updated README.md and tidied FDG code to simplify HTML / JS output

1.0.0 release

23 Aug 14:38
d34a122
Compare
Choose a tag to compare

First release of app_detect; this demonstrates analysis of patent abstracts to determine popular terminology, which can be presented as a text report, word cloud or force-directed graph. This has been tested under MacOS 10.13.6.

Draft release to test process

21 Aug 11:41
b8a511a
Compare
Choose a tag to compare
Pre-release

Draft release; integrated into Travis and Codecov, all tests passing.
detect.py analyses pickled data frames of patent data, supplied with data generated from USPTO publicly available datasets.