This repository has been archived by the owner on Oct 27, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gensim: Autospec creation for update from version 3.8.3 to version 4.0.0
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