Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Commit

Permalink
gensim: Autospec creation for update from version 3.8.3 to version 4.0.0
Browse files Browse the repository at this point in the history
Devi Sandeep (1):
      Fix travis issues for latest keras versions. (#2869)

Faiyaz Hasan (2):
      Fix-2253: Remove docker folder since it fails to build   (#2833)
      LdaModel documentation update -remove claim that it accepts CSC matrix as input (#2832)

Gordon Mohr (32):
      delete .gitattributes (#2836)
      pin keras=2.3.1 because 2.4.3 causes KerasWord2VecWrappper test failure in Py 3.8 (#2868)
      KeyedVectors  & *2Vec API streamlining, consistency (#2698)
      Delete .gitattributes
      test showing FT failure as W2V
      set .vectors even when ngrams off
      use _save_specials/_load_specials per type
      rm whitespace
      add 32/64 bits report
      test showing FT failure as W2V
      set .vectors even when ngrams off
      Fix doc2vec crash for large sets of doc-vectors (#2907)
      intensify cbow+hs tests; bulk testing method
      use increment operator
      Bump minimum Python version to 3.6 (#2947)
      reuse from test.utils
      test re-saving-native-FT after update-vocab (#2853)
      avoid buggy shared list use (#2943)
      pre-assert save_facebook_model anomaly
      unittest.skipIf instead of pytest.skipIf
      refactor init/update vectors/vectors_vocab; bulk randomization
      unify/correct Word2Vec & FastText corpus/train parameter checking
      suggestions from code review
      improve train() corpus_iterable parameter doc-comment
      disable pytest-rerunfailures due to pytest-dev/pytest-rerunfailures#128
      comment clarity from review
      specify dtype to avoid interim float64
      use inefficient-but-all-tests-pass 'uniform' for now, w/ big FIXME comment
      float32 random; diversified dv seed; disable bad test
      double-backticks
      inline seed diversifier; unittest.skip
      use FIXME for comments/doc-comments/names that must change pre-4.0.0

Hugo van Kemenade (1):
      Fix for Python 3.9/3.10: remove xml.etree.cElementTree (#2846)

Ivan Menshikh (3):
      Add basic yml file for setup pipeline (will fail)
      revert back travis
      Replace AppVeyor by Azure Pipelines (#2824)

Janakarajan Natarajan (3):
      Add Github Actions x86 and mac jobs to build python wheels (#3024)
      move x86 tests from Travis to GHA, add aarch64 wheel build to Travis (#3026)
      Update repos before trying to install gdb (#3035)

Jonathan Schneider (2):
      Update URLs (#3063)
      Read NIPS data on the fly (#3082)

Kieran W (2):
      Add py39 wheels to travis/azure (#3058)
      Fix some of the warnings/deprecated functions  (#3080)

Marcin Cylke (1):
      Replace numpy.random.RandomState with SFC64 - for speed (#2864)

Megan (1):
      Change num_words to topn in dtm_coherence (#2926)

Michael Penkov (20):
      Update CHANGELOG.md (#2829)
      Update CHANGELOG.md (#2831)
      Expose max_final_vocab parameter in FastText constructor (#2867)
      Update CHANGELOG.md
      remove gensim.summarization subpackage, docs and test data (#2958)
      Update changelog for 4.0.0 release (#2981)
      Release 4.0.0beta (#2993)
      update setup.cfg to point to s3://gensim-wheels
      remove pattern dependency (#3012)
      Remove wrappers and other cruft (#2972)
      rm gensim.viz submodule (#3055)
      Remove reference to deleted WordRank wrapper
      Update CHANGELOG.md
      fix various documentation warnings (#3077)
      remove on_batch_begin and on_batch_end callbacks (#3078)
      bumped version to 4.0.0.rc1
      updated changelog for release 4.0.0.rc1
      bump version to proper 4.0.0 after RC1 release
      Update CHANGELOG.md
      bumped version to 4.0.0

Paul O'Leary McCann (1):
      Fix "generator" language in word2vec docs (#2935)

Philippe Ombredanne (1):
      Clarify that license is LGPL-2.1 (#2871)

Radim Řehůřek (83):
      Don't proxy-cache badges with Google Images (#2854)
      Update gensim/models/ldamodel.py
      Update gensim/models/ldamodel.py
      Update gensim/models/ldamodel.py
      re-applying changes from #2821
      migrating + regenerating changed docs
      fix forgotten iteritems
      remove extra `model.wv`
      split overlong doc line
      get rid of six in doc2vec
      increase test timeout for Visdom server
      add deprecations for init_sims()
      remove vectors_norm + add link to migration guide to deprecation warnings
      rename vectors_norm everywhere, update tests, regen docs
      put back no-op property setter of deprecated vectors_norm
      fix typo
      fix flake8
      disable Keras tests
      Update gensim/test/test_fasttext.py
      Update gensim/test/test_fasttext.py
      refresh docs for run_annoy tutorial
      docstirng fixes
      get rid of python2 constructs
      Remove Keras dependency (#2937)
      code style fixes while debugging pickle model sizes
      py2 to 3: get rid of forgotten range
      fix docs
      get rid of numpy.str_
      fix index2entity, fix docs, hard-fail deprecated properties
      fix typos + more doc fixes + fix failing tests
      more index2word => index_to_key fixes
      finish method renaming
      Update gensim/models/word2vec.py
      a few more style fixes
      fix nonsensical word2vec path examples
      more doc fixes
      `it` => `itertools`, + code style fixes
      redo copy on web index page
      fix docs in KeyedVectors
      clean up docs structure
      fix flake8
      reduce space under code section
      fix images in core tutorials
      WIP: migrating tutorials to 4.0
      fix doc2vec tutorial FIXMEs
      add autogenerated docs
      fixing flake8 errors
      refactor phrases
      fix phrases tests
      clean up rendered docs for phrases
      fix sklearn_api.phrases tests + docs
      fix flake8 warnings in docstrings
      rename export_phrases to find_phrases + add actual export_phrases
      skip common english words by default in phrases
      sphinx doesn't allow custom section titles :(
      ignore conjunctions in phrases
      make ENGLISH_COMMON_TERMS optional
      fix typo
      docs: use full version as the "short version"
      phrases: rename common_terms => connector_words
      fix typo
      ReST does not support nested markup
      make flake8 shut up
      improve HTML doc formatting for consecutive paragraphs
      fix typos
      add benchmark script
      silence flake8
      remove dependency on `six`
      regen tutorials
      Update notification.html
      Record lifecycle events in Gensim models (#3060)
      investigating broken tests, fixing code style
      remove dead code
      use absolute tolerance in nmf test
      Default to pickle protocol 4 when saving models (#3065)
      fix NMF log formatting
      Add Github sponsor file + donation nags
      add new People page
      address review comment
      make WMD normallization optional
      fix README badge link that no longer works
      fix code style
      Changelog between 3.8.3 and 4.0.0 (#3088)

S Mono (2):
      Make docs clearer on `alpha` parameter in LDA model
      Update Hoffman paper link

Shiv Dhar (1):
      Correct grammar in docs (#2573)

Timofey Yefimov (1):
      Add an LSI

Vaclav Dvorak (3):
      new docs theme
      hopepage header update, social panel and new favicon
      Notification at the top of page in documentation

Vít Novotný (5):
      Put cell outputs back to the soft cosine measure benchmark notebook (#2808)
      Reduce memory use of the term similarity matrix constructor, deprecate the positive_definite parameter, and extend normalization capabilities of the inner_product method (#2783)
      Fix deprecations in SoftCosineSimilarity (#2940)
      Make the link to the Gensim 3.8.3 documentation dynamic
      Point WordEmbeddingSimilarityIndex documentation to gensim.similarities (#3003)

brukau (1):
      Prepare gensim v3.8.2 to pin smart_open for Py2.7 compatibility (#2787)

horpto (1):
      Refactor ldamulticore to serialize less data (#2300)

jeni Shah (1):
      Fix AttributeError in WikiCorpus (#2901)

lunastera (3):
      Corrected info about elements of the job queue
      Add unused args of `_update_alpha`
      Integrate what is essentially the same process

sezanzeb (4):
      Fix broken link in run_doc how-to (#2991)
      Clarify random state in ldamulticore.py (#2953)
      transformed camelCase to snake_case test names (#3033)
      added test for sync_state (#2959)

sleepy-owl (1):
      Fixing flaky tests (#3059)

thalishsajeed (1):
      fix RuntimeError in export_phrases (change defaultdict to dict) (#3041)
  • Loading branch information
fenrus75 committed Mar 26, 2021
1 parent 8cd259f commit a359024
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME := gensim
URL = https://files.pythonhosted.org/packages/a0/b4/f4e45875a4cb1c4f6a76d6d07a2981753aab5f135dac2381f625e8807542/gensim-3.8.3.tar.gz
URL = https://files.pythonhosted.org/packages/cc/ff/f809deb11f066dfe658fc9756ac7d04d1f8954d691f31ddd40d40db59b85/gensim-4.0.0.tar.gz
ARCHIVES =

include ../common/Makefile.common
2 changes: 2 additions & 0 deletions buildreq_cache
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
4.0.0
python3-dev
24 changes: 12 additions & 12 deletions gensim.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,28 @@
# Generated by: autospec.py
#
Name : gensim
Version : 3.8.3
Release : 50
URL : https://files.pythonhosted.org/packages/a0/b4/f4e45875a4cb1c4f6a76d6d07a2981753aab5f135dac2381f625e8807542/gensim-3.8.3.tar.gz
Source0 : https://files.pythonhosted.org/packages/a0/b4/f4e45875a4cb1c4f6a76d6d07a2981753aab5f135dac2381f625e8807542/gensim-3.8.3.tar.gz
Version : 4.0.0
Release : 51
URL : https://files.pythonhosted.org/packages/cc/ff/f809deb11f066dfe658fc9756ac7d04d1f8954d691f31ddd40d40db59b85/gensim-4.0.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/cc/ff/f809deb11f066dfe658fc9756ac7d04d1f8954d691f31ddd40d40db59b85/gensim-4.0.0.tar.gz
Summary : Python framework for fast Vector Space Modelling
Group : Development/Tools
License : LGPL-2.1
License : LGPL-2.1 LGPL-2.1-only
Requires: gensim-license = %{version}-%{release}
Requires: gensim-python = %{version}-%{release}
Requires: gensim-python3 = %{version}-%{release}
Requires: Pyro4
Requires: dataclasses
Requires: numpy
Requires: scipy
Requires: six
Requires: smart_open
BuildRequires : Cython
BuildRequires : Pyro4
BuildRequires : buildreq-distutils3
BuildRequires : dataclasses
BuildRequires : numpy
BuildRequires : python3-dev
BuildRequires : scipy
BuildRequires : six
BuildRequires : smart_open

%description
Expand Down Expand Up @@ -58,23 +59,22 @@ Requires: python3-core
Provides: pypi(gensim)
Requires: pypi(numpy)
Requires: pypi(scipy)
Requires: pypi(six)
Requires: pypi(smart_open)

%description python3
python3 components for the gensim package.


%prep
%setup -q -n gensim-3.8.3
cd %{_builddir}/gensim-3.8.3
%setup -q -n gensim-4.0.0
cd %{_builddir}/gensim-4.0.0

%build
export http_proxy=http://127.0.0.1:9/
export https_proxy=http://127.0.0.1:9/
export no_proxy=localhost,127.0.0.1,0.0.0.0
export LANG=C.UTF-8
export SOURCE_DATE_EPOCH=1588627928
export SOURCE_DATE_EPOCH=1616769886
export GCC_IGNORE_WERROR=1
export AR=gcc-ar
export RANLIB=gcc-ranlib
Expand All @@ -90,7 +90,7 @@ python3 setup.py build
export MAKEFLAGS=%{?_smp_mflags}
rm -rf %{buildroot}
mkdir -p %{buildroot}/usr/share/package-licenses/gensim
cp %{_builddir}/gensim-3.8.3/COPYING %{buildroot}/usr/share/package-licenses/gensim/01a6b4bf79aca9b556822601186afab86e8c4fbf
cp %{_builddir}/gensim-4.0.0/COPYING %{buildroot}/usr/share/package-licenses/gensim/01a6b4bf79aca9b556822601186afab86e8c4fbf
python3 -tt setup.py build install --root=%{buildroot}
echo ----[ mark ]----
cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || :
Expand Down
2 changes: 1 addition & 1 deletion options.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = gensim
url = https://files.pythonhosted.org/packages/a0/b4/f4e45875a4cb1c4f6a76d6d07a2981753aab5f135dac2381f625e8807542/gensim-3.8.3.tar.gz
url = https://files.pythonhosted.org/packages/cc/ff/f809deb11f066dfe658fc9756ac7d04d1f8954d691f31ddd40d40db59b85/gensim-4.0.0.tar.gz
archives =
giturl = https://github.com/RaRe-Technologies/gensim.git
domain =
Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
50
51
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ebce976702af508bfbb1cd1d068bc38b8e2f3e9a/gensim-3.8.3.tar.gz
d64592b27ca350b5b11bf89c6741de1ca645c375/gensim-4.0.0.tar.gz
2 changes: 1 addition & 1 deletion versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.8.3
4.0.0

0 comments on commit a359024

Please sign in to comment.