{ "info": { "author": "Christopher J. MacLellan, Erik Harpstead", "author_email": "maclellan.christopher@gmail.com, whitill29@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Scientific/Engineering :: Artificial Intelligence" ], "description": "=================\nConcept Formation\n=================\n\nThis is a Python library of algorithms that perform concept formation written by\nChristopher MacLellan (http://www.christopia.net) and Erik Harpstead\n(http://www.erikharpstead.net). \n\nOverview\n========\n\nIn this library, the `COBWEB\n`_ and\n`COBWEB/3\n`_\nalgorithms are implemented. These systems accept a stream of instances, which\nare represented as dictionaries of attributes and values (where values can be\nnominal for COBWEB and either numeric or nominal for COBWEB/3), and learns a\nconcept hierarchy. The resulting hierarchy can be used for clustering and\nprediction.\n\nThis library also includes\n`TRESTLE `_,\nan extension of COBWEB and COBWEB/3 that support structured and relational data\nobjects. This system employs partial matching to rename new objects to align\nwith previous examples, then categorizes these renamed objects.\n\nLastly, we have extended the COBWEB/3 algorithm to support three key\nimprovements. First, COBWEB/3 now uses an `unbiased estimator\n`_ to\ncalculate the standard deviation of numeric values. This is particularly useful\nin situations where the number of available data points is low. Second,\nCOBWEB/3 supports online normalization of the continuous values, which is\nuseful in situations where numeric values are on different scales and helps to\nensure that numeric values do not impact the model more than nominal values.\nFinally, it is assumed that there is some base noise in measuring continuous\nvalues, this noise insures that the probability of any one value never exceeds\n1, even when the standard deviation is small. \n\nInstallation\n============\n\nYou can install this software using pip::\n\n pip install -U concept_formation\n\nYou can install the latest version of the code directly from github::\n\n pip install -U git+https://github.com/cmaclell/concept_formation@master\n\nImportant Links\n===============\n\n- Source code: ``_\n- Documentation: ``_\n\nExamples\n========\n\nWe have created a number of examples to demonstrate the basic functionality of\nthis library. The examples can be found \n`here `_. \n\nCiting this Software \n====================\n\nIf you use this software in a scientific publiction, then we would appreciate\ncitation of the following paper:\n\nMacLellan, C.J., Harpstead, E., Aleven, V., Koedinger K.R. (2016) `TRESTLE: A\nModel of Concept Formation in Structured Domains\n`_.\nAdvances in Cognitive Systems, 4, 131-150.\n\nBibtex entry::\n\n @article{trestle:2016a,\n author={MacLellan, C.J. and Harpstead, E. and Aleven, V. and Koedinger, K.R.},\n title={TRESTLE: A Model of Concept Formation in Structured Domains},\n journal={Advances in Cognitive Systems},\n volume={4},\n year={2016}\n }\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://pypi.python.org/pypi/concept_formation/", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "concept-formation", "package_url": "https://pypi.org/project/concept-formation/", "platform": "", "project_url": "https://pypi.org/project/concept-formation/", "project_urls": { "Homepage": "https://pypi.python.org/pypi/concept_formation/" }, "release_url": "https://pypi.org/project/concept-formation/0.3.4/", "requires_dist": [ "py-search (>=2.0.0)", "munkres (>=1.0.12)" ], "requires_python": "", "summary": "A library for doing incremental concept formation using algorithms in the COBWEB family.", "version": "0.3.4" }, "last_serial": 4792646, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "ceec9e0ee64651a6d27cf6db40eeacfe", "sha256": "88f5b201d676a82faf22c6e2321d4485e9fef5710b2f914b18ab34b6b7398f4e" }, "downloads": -1, "filename": "concept_formation-0.1.0.tar.gz", "has_sig": false, "md5_digest": "ceec9e0ee64651a6d27cf6db40eeacfe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15170045, "upload_time": "2015-05-21T22:39:17", "url": "https://files.pythonhosted.org/packages/60/f1/cd37e7f82d894ccd43f98eba379e55de3e5d8384cf0b1a52380d34bcf42c/concept_formation-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "5842d0d0a6324c992a3682253adcfe25", "sha256": "676d83783f2cc9b6e7c3f6f336d4e352543f5fb6c5f9acd861661165448617d1" }, "downloads": -1, "filename": "concept_formation-0.1.1.tar.gz", "has_sig": false, "md5_digest": "5842d0d0a6324c992a3682253adcfe25", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 151109, "upload_time": "2015-05-21T23:36:41", "url": "https://files.pythonhosted.org/packages/b6/a1/8299887f7ad59c65b9d1fc9e285576d5ea6f1768aee9d806c6414a08471b/concept_formation-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "ca34b6ce10cb5daeadfeaf9f3c67a252", "sha256": "277fa91cccf2214953530f58d9a45f9e4d8ebe4abfd2a463e317ba2399b081d6" }, "downloads": -1, "filename": "concept_formation-0.1.2.tar.gz", "has_sig": false, "md5_digest": "ca34b6ce10cb5daeadfeaf9f3c67a252", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 151328, "upload_time": "2015-05-22T01:10:42", "url": "https://files.pythonhosted.org/packages/75/64/29ad23666735f8c709afbe7638bda0377cf67958c3839386c4c847baff95/concept_formation-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "f086c5d702204af7a0b7e357165c3e88", "sha256": "15d93e39a9bccb2c84d4c439f20cc61e39037dea1a0719a26c256c4d4e1d0e90" }, "downloads": -1, "filename": "concept_formation-0.1.3.tar.gz", "has_sig": false, "md5_digest": "f086c5d702204af7a0b7e357165c3e88", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 151920, "upload_time": "2015-05-22T01:54:28", "url": "https://files.pythonhosted.org/packages/e6/c6/f99e27d7c7217ebb0dcb2138e8d47004da31c4b9750d17d6cd72947c7301/concept_formation-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "17ff51ed5e1cf7720e0d3ade5be316d9", "sha256": "8ac330396257cba25b1f5bae634a893d720f803d869cc88dc163dc67b0d06c58" }, "downloads": -1, "filename": "concept_formation-0.1.4.tar.gz", "has_sig": false, "md5_digest": "17ff51ed5e1cf7720e0d3ade5be316d9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 153103, "upload_time": "2015-05-24T18:18:24", "url": "https://files.pythonhosted.org/packages/4a/c4/71a4c949fccc81622e63115a2220334f4ed16c4ffb6ffac2ff1e74400647/concept_formation-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "09e46bc311cd2d7dc784f09ba76e1b05", "sha256": "209b9a3bc84d0f901274f4504af778ac81dac75fb077af8327dd2a2326dfe6f9" }, "downloads": -1, "filename": "concept_formation-0.1.5.tar.gz", "has_sig": false, "md5_digest": "09e46bc311cd2d7dc784f09ba76e1b05", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 152434, "upload_time": "2015-05-24T18:22:52", "url": "https://files.pythonhosted.org/packages/19/d8/33126554623ef8c687ea3ceeb5606b609a13e31e451e1ac2b8ade1734630/concept_formation-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "ae09dccaa02ad4172a6572692dc9067b", "sha256": "d24613c3bea2bd0618c883428811326e9b33fd135837151993b1f48eebadda4f" }, "downloads": -1, "filename": "concept_formation-0.1.6.tar.gz", "has_sig": false, "md5_digest": "ae09dccaa02ad4172a6572692dc9067b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 151964, "upload_time": "2015-05-25T06:28:57", "url": "https://files.pythonhosted.org/packages/18/3b/0b7d4a9ebe83c1014187f472347cd74d219863f7b70620a78585b9f32909/concept_formation-0.1.6.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "b87de529cf9d377f88e282397a162cd5", "sha256": "d944eb1ba55e9e319f03d1f1390f40d58f60ce8e403e3b74851952b1b91ec7be" }, "downloads": -1, "filename": "concept_formation-0.1.7.tar.gz", "has_sig": false, "md5_digest": "b87de529cf9d377f88e282397a162cd5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 161544, "upload_time": "2015-05-29T02:45:01", "url": "https://files.pythonhosted.org/packages/8b/8d/beedbbe7b17d6b90d2c32469f01cd2aa156fdd939a381346e5e11c59896e/concept_formation-0.1.7.tar.gz" } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "4347ff166db9a081db0630f0ba9153df", "sha256": "e636fdfc1452b5adabb7347bddeeee6e6148b180c442426bd80810550c78be2f" }, "downloads": -1, "filename": "concept_formation-0.1.8.tar.gz", "has_sig": false, "md5_digest": "4347ff166db9a081db0630f0ba9153df", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 161582, "upload_time": "2015-05-29T14:20:23", "url": "https://files.pythonhosted.org/packages/a3/60/a1f39bf7563240edf072327f50ace0e6cc035d6a0d9b313fa532ec9fcf54/concept_formation-0.1.8.tar.gz" } ], "0.1.9": [ { "comment_text": "", "digests": { "md5": "3d95d92302178a5815259ca2a36eaf00", "sha256": "e07408d54b425c9fce2043eb66c18f2354a21a3a3330d6dba11bc77363af3431" }, "downloads": -1, "filename": "concept_formation-0.1.9.tar.gz", "has_sig": false, "md5_digest": "3d95d92302178a5815259ca2a36eaf00", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 161776, "upload_time": "2015-05-30T04:19:01", "url": "https://files.pythonhosted.org/packages/38/52/61c87f9e8b05bc06486beaebc3bc5ee0dc5b5a6f53ee510e00a2fae5d4d3/concept_formation-0.1.9.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "16715d9e043ee10200731a11f96e8d19", "sha256": "379167d75d49b31a6ae9129b4060d6b37de538cb459b77cfdf3c7a89d7e32bf9" }, "downloads": -1, "filename": "concept_formation-0.2.0.tar.gz", "has_sig": false, "md5_digest": "16715d9e043ee10200731a11f96e8d19", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 171531, "upload_time": "2015-07-29T00:12:39", "url": "https://files.pythonhosted.org/packages/3c/99/085f6b921ebff99bb92befacec602e3b491975f7c82263d09888ea819f29/concept_formation-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "afb16d6eab6f8c329e70f0b24b6d5684", "sha256": "5cd095db724f9006921190432c107fa1710791548491395fdcbdc4bae2a910f4" }, "downloads": -1, "filename": "concept_formation-0.2.1.tar.gz", "has_sig": false, "md5_digest": "afb16d6eab6f8c329e70f0b24b6d5684", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 171601, "upload_time": "2015-07-30T16:14:08", "url": "https://files.pythonhosted.org/packages/cb/c3/d6255d532a3af0306bf487476c28469912fa1a2ec6646c00596fc771e0cc/concept_formation-0.2.1.tar.gz" } ], "0.2.10": [ { "comment_text": "", "digests": { "md5": "5308a5f1dff0586221909d495c5ae343", "sha256": "b92af939f2aa4deae68a1c3902eaa4963a0b7c9b06ec5053454384ad49bbfbb7" }, "downloads": -1, "filename": "concept_formation-0.2.10.tar.gz", "has_sig": false, "md5_digest": "5308a5f1dff0586221909d495c5ae343", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 173098, "upload_time": "2015-08-11T15:08:26", "url": "https://files.pythonhosted.org/packages/d5/5a/273a74a0efdbfdddfd9ad6762142f83c7f5db5b321efbf54b2231462aa7c/concept_formation-0.2.10.tar.gz" } ], "0.2.11": [ { "comment_text": "", "digests": { "md5": "f8b1450411903a63498b08975d0d102c", "sha256": "fc51e0be9666eac62cbb95da51eaa6f608299fca8028ac1804794a24866101b4" }, "downloads": -1, "filename": "concept_formation-0.2.11.tar.gz", "has_sig": false, "md5_digest": "f8b1450411903a63498b08975d0d102c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 173147, "upload_time": "2015-08-11T15:16:44", "url": "https://files.pythonhosted.org/packages/2a/73/bd6757497c29cd1de2378c721d9c780d6fad5cd1ea05ee727b0d08160dba/concept_formation-0.2.11.tar.gz" } ], "0.2.12": [ { "comment_text": "", "digests": { "md5": "21b1863b7af501edd66a53ad508be50c", "sha256": "18a33f823587c50df70b362d84feb44125fb76ef5a682aa16ecfcf485b4cd039" }, "downloads": -1, "filename": "concept_formation-0.2.12.tar.gz", "has_sig": false, "md5_digest": "21b1863b7af501edd66a53ad508be50c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 173329, "upload_time": "2015-08-17T17:19:59", "url": "https://files.pythonhosted.org/packages/6f/20/7becb11e8dffdbea7dc4c6c8060db9efbaac4ed7ee08a84b7e6d5f4b958b/concept_formation-0.2.12.tar.gz" } ], "0.2.13": [ { "comment_text": "", "digests": { "md5": "ce1924d67bdf221af9604dbf91bba2e8", "sha256": "67ee240fe01492de20c4edd43ad5a9f9dbc8b16bf0267420e15611f9d2097cad" }, "downloads": -1, "filename": "concept_formation-0.2.13.tar.gz", "has_sig": false, "md5_digest": "ce1924d67bdf221af9604dbf91bba2e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 173432, "upload_time": "2015-08-17T17:51:35", "url": "https://files.pythonhosted.org/packages/1b/bc/141f3bfcdb7c258fe650712f330e460c88abc30d643422e5a7aea4e36815/concept_formation-0.2.13.tar.gz" } ], "0.2.14": [ { "comment_text": "", "digests": { "md5": "fc491f6170791b740fee5ae360e9901a", "sha256": "ce6a1d4ca5538257e743d902f2c30f64378bec82663104d6bcd8606301387747" }, "downloads": -1, "filename": "concept_formation-0.2.14.zip", "has_sig": false, "md5_digest": "fc491f6170791b740fee5ae360e9901a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 211549, "upload_time": "2015-08-18T19:44:24", "url": "https://files.pythonhosted.org/packages/9f/4a/e755f499ec7e08d15915ed24f0a8fe5cb5df4bad6fd83f53a3a60bbd2f2a/concept_formation-0.2.14.zip" } ], "0.2.15": [ { "comment_text": "", "digests": { "md5": "9ad4b924f8d02eb963918901bfec872a", "sha256": "adb71e694d99817ca28d12850d8a182fa8dc265131ffaf5143539ef6b943c9dc" }, "downloads": -1, "filename": "concept_formation-0.2.15.tar.gz", "has_sig": false, "md5_digest": "9ad4b924f8d02eb963918901bfec872a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 170557, "upload_time": "2016-01-26T22:26:12", "url": "https://files.pythonhosted.org/packages/a5/56/a82bc3adb7e902a618d69146e16a467fc0512abeb45a7c79518416c5653d/concept_formation-0.2.15.tar.gz" }, { "comment_text": "", "digests": { "md5": "308f2c40584146fa9574a1f0b1b28e6d", "sha256": "261420aa4cb2578d54fd25f2da7447919ad61257a21d4a2703fbfbb2eb37521a" }, "downloads": -1, "filename": "concept_formation-0.2.15.zip", "has_sig": false, "md5_digest": "308f2c40584146fa9574a1f0b1b28e6d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 211568, "upload_time": "2015-08-18T19:55:48", "url": "https://files.pythonhosted.org/packages/b3/a1/c7aa315c8877482465b7bcff4f44039e2f41695d9e1cf7a632e8d8ad12d3/concept_formation-0.2.15.zip" } ], "0.2.16": [ { "comment_text": "", "digests": { "md5": "6f17923a4074f0be8e1175c0e6c58ea0", "sha256": "8e5f31e28476761ee23fd79769f7515f357c56f17104cd03692f71af528ffc27" }, "downloads": -1, "filename": "concept_formation-0.2.16.tar.gz", "has_sig": false, "md5_digest": "6f17923a4074f0be8e1175c0e6c58ea0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 170561, "upload_time": "2016-01-26T22:28:11", "url": "https://files.pythonhosted.org/packages/97/a1/d63b622db951b49dfae2614b2eecaf3a8befb300cf2321efaa8a1b294ad4/concept_formation-0.2.16.tar.gz" } ], "0.2.17": [ { "comment_text": "", "digests": { "md5": "186e443e95975c156db6b588d34f9a32", "sha256": "c259c71c2f22c6d063ee774a0fa0d13416b849c561a90433b3e5745af93570f5" }, "downloads": -1, "filename": "concept_formation-0.2.17.tar.gz", "has_sig": false, "md5_digest": "186e443e95975c156db6b588d34f9a32", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 171171, "upload_time": "2016-01-28T22:30:37", "url": "https://files.pythonhosted.org/packages/c9/b3/f43fdb0bc8b7b518da701f6afc206d1e54842a897afa12dfb96972ddc3d5/concept_formation-0.2.17.tar.gz" } ], "0.2.18": [ { "comment_text": "", "digests": { "md5": "ff84e6380fa5d763e26caa6b8b247857", "sha256": "e60b5dbed56e1cbc56ac795ce66f8b6a3380d16cf7e417632b6804d17d3a5685" }, "downloads": -1, "filename": "concept_formation-0.2.18.tar.gz", "has_sig": false, "md5_digest": "ff84e6380fa5d763e26caa6b8b247857", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 171345, "upload_time": "2016-01-28T23:01:14", "url": "https://files.pythonhosted.org/packages/20/9f/2167f64655d2105f39c4bd57c35d22883a19dbd27501c55e3e22bafa54b7/concept_formation-0.2.18.tar.gz" } ], "0.2.19": [ { "comment_text": "", "digests": { "md5": "254e70c37948c5336a149edb31b84015", "sha256": "808c266dc46d8f755e32084137cc166159a299377a39f82140e2ca8d7913f8b9" }, "downloads": -1, "filename": "concept_formation-0.2.19.tar.gz", "has_sig": false, "md5_digest": "254e70c37948c5336a149edb31b84015", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 189426, "upload_time": "2016-03-08T19:45:49", "url": "https://files.pythonhosted.org/packages/68/67/4180e1a621a0ddc15e60a8957f8960080bd87964bf7f651ff6f61007b497/concept_formation-0.2.19.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "e4d8cbf79207908214b51713717cff2a", "sha256": "db47c11fd6b1926ebb74808ea451cbdea547af40668db35e73218789a96bb866" }, "downloads": -1, "filename": "concept_formation-0.2.2.tar.gz", "has_sig": false, "md5_digest": "e4d8cbf79207908214b51713717cff2a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 171815, "upload_time": "2015-07-31T00:56:23", "url": "https://files.pythonhosted.org/packages/dc/40/d9ad319efba67919853e0cb1d192cfd904deea316dfe0c18b4e15d2d6d41/concept_formation-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "bd3ea4bd3e3ee6392b5c3ed21a7c5ca8", "sha256": "e36c4dc73095c32e380a77132e7bf04acafd7cdae2ba52b69a0743bb1b05a975" }, "downloads": -1, "filename": "concept_formation-0.2.3.tar.gz", "has_sig": false, "md5_digest": "bd3ea4bd3e3ee6392b5c3ed21a7c5ca8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 171871, "upload_time": "2015-07-31T02:01:56", "url": "https://files.pythonhosted.org/packages/92/c6/1c572af1413c6773a7c8e81e8131b17d84a2b03c80d3388b47c2f68dddf0/concept_formation-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "b60afb3b9f90a0a8db7f877f212678e8", "sha256": "5f012cfcf59162d0b23d2397550c46229a34bd5867626cb6907493bf10eb3d8c" }, "downloads": -1, "filename": "concept_formation-0.2.4.tar.gz", "has_sig": false, "md5_digest": "b60afb3b9f90a0a8db7f877f212678e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 172355, "upload_time": "2015-07-31T23:44:11", "url": "https://files.pythonhosted.org/packages/a0/6b/90503c80ddaa1611f200ea6d5c1fa2ef42867d312f1e5195ac9108463e56/concept_formation-0.2.4.tar.gz" } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "39eddf63a3885bf3068a1704042b7396", "sha256": "87c9fb4b85fd679cf1c9299a98a0569e8edbc2fea8d4e9c1b61fa9713b19b9f3" }, "downloads": -1, "filename": "concept_formation-0.2.5.tar.gz", "has_sig": false, "md5_digest": "39eddf63a3885bf3068a1704042b7396", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 172387, "upload_time": "2015-07-31T23:56:20", "url": "https://files.pythonhosted.org/packages/d2/bd/c06957d69ac09b8abc61067d6a61457ac902a90a7da5e068667d07b71c49/concept_formation-0.2.5.tar.gz" } ], "0.2.6": [ { "comment_text": "", "digests": { "md5": "98277b26c1ca7a06f26018fafb234927", "sha256": "4ce1f2c8240a676adf488932b368d31e35366e6946ae0a6d7908dfa611c9f52f" }, "downloads": -1, "filename": "concept_formation-0.2.6.tar.gz", "has_sig": false, "md5_digest": "98277b26c1ca7a06f26018fafb234927", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 172540, "upload_time": "2015-08-03T19:07:50", "url": "https://files.pythonhosted.org/packages/81/71/91e306ba99e22121d232eca16e77a10fecba25207afa68f73321ac4d4599/concept_formation-0.2.6.tar.gz" } ], "0.2.7": [ { "comment_text": "", "digests": { "md5": "f6f5f1c43e1ec67a9d82353ba622e278", "sha256": "cbfeea7ac90d0542072a7404a4897e3253ea0bd8d1750db618480218edc579ff" }, "downloads": -1, "filename": "concept_formation-0.2.7.tar.gz", "has_sig": false, "md5_digest": "f6f5f1c43e1ec67a9d82353ba622e278", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 172776, "upload_time": "2015-08-07T16:27:20", "url": "https://files.pythonhosted.org/packages/30/85/8f80ff48627dabd0eaa94d0dc0f66774aeb3931013d89ab8f5799f4fdf86/concept_formation-0.2.7.tar.gz" } ], "0.2.8": [ { "comment_text": "", "digests": { "md5": "c149a9d77a9e9bd70688b682e44ce50c", "sha256": "38f16f17b503ec7ebb0925c07a74e45d7b489e648adbc9cbd720c366839a6eea" }, "downloads": -1, "filename": "concept_formation-0.2.8.tar.gz", "has_sig": false, "md5_digest": "c149a9d77a9e9bd70688b682e44ce50c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 172921, "upload_time": "2015-08-10T19:58:02", "url": "https://files.pythonhosted.org/packages/ae/d7/974185e03134b44227d726251da0f6f49fff305366b44cd99220c03c2809/concept_formation-0.2.8.tar.gz" } ], "0.2.9": [ { "comment_text": "", "digests": { "md5": "2f27c61fb317c8180ca9fbbb861dc2e9", "sha256": "626370993b85188ad6274f7abf462e6b7396223dad3df0db69f01d6efffeb431" }, "downloads": -1, "filename": "concept_formation-0.2.9.tar.gz", "has_sig": false, "md5_digest": "2f27c61fb317c8180ca9fbbb861dc2e9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 172960, "upload_time": "2015-08-10T20:13:56", "url": "https://files.pythonhosted.org/packages/1e/93/f5cb60f8a32898ac21e31dc6016f7f4d7dccb9a62c4199cd4b5e4c3a3577/concept_formation-0.2.9.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "85fdaf476e16c99067531065725535b3", "sha256": "c1fe0ee3b56ca0261f7f07f9367089ab1294d112e86cc21b48301f263d892388" }, "downloads": -1, "filename": "concept_formation-0.3.0.tar.gz", "has_sig": false, "md5_digest": "85fdaf476e16c99067531065725535b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 194737, "upload_time": "2016-07-27T18:29:44", "url": "https://files.pythonhosted.org/packages/43/f4/8bb72c8b6be52ba31e235466b405076c2bbdecfb05a99947d588cd8baa5a/concept_formation-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "eb48975cd857c74a48e597f6342cb98d", "sha256": "8cbb5358f6bb06dbc420c8487a474830579333e29bb41c6004bbf30d586711e0" }, "downloads": -1, "filename": "concept_formation-0.3.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "eb48975cd857c74a48e597f6342cb98d", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 330944, "upload_time": "2017-06-17T20:03:33", "url": "https://files.pythonhosted.org/packages/00/4c/1d1ce4d3475bffdd90a639e96accb47e87c927d3fcb05a8a23a0003012d1/concept_formation-0.3.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "852070a38fb4583648043cb645c6a536", "sha256": "2614a12a797baddc2b9ada274bcb6a7950189d8d8dbcee3f2505ab387b607318" }, "downloads": -1, "filename": "concept_formation-0.3.1.tar.gz", "has_sig": false, "md5_digest": "852070a38fb4583648043cb645c6a536", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 278609, "upload_time": "2017-06-17T20:03:20", "url": "https://files.pythonhosted.org/packages/5d/d9/709429b943b5ceac7dbd6139f90a390ed32497365b8b98392cdd3df140bf/concept_formation-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "48056bbc39bb47fe9e55d47ea33a749e", "sha256": "a0f3b2b3a583715d6fb34be751b3e630b88ac9c8e3fa4f75fa5ba68d65bcefc5" }, "downloads": -1, "filename": "concept_formation-0.3.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "48056bbc39bb47fe9e55d47ea33a749e", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 328450, "upload_time": "2017-06-17T20:13:17", "url": "https://files.pythonhosted.org/packages/6b/53/2f73399dd57d889d6133cd48bba290a184b847b8ad69bfc56feb2e6ba4b1/concept_formation-0.3.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3fbf5253d2114f110db3504cf2eba457", "sha256": "87a2a37e96290c5c2eed4e3137e1495c05e96ccd9f5ad686ca1c543aa3635689" }, "downloads": -1, "filename": "concept_formation-0.3.2.tar.gz", "has_sig": false, "md5_digest": "3fbf5253d2114f110db3504cf2eba457", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 276400, "upload_time": "2017-06-17T20:13:02", "url": "https://files.pythonhosted.org/packages/97/59/21feb2c3f736b908f167e53e0bb02b5bb5aeca6e865b6863c7ff980343e7/concept_formation-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "53924c38b38d72cc7dc34903f139443e", "sha256": "8a95aa3834cf3dfe40c03f80c56ecd06d40a111ef287bf17cef950ec384487a1" }, "downloads": -1, "filename": "concept_formation-0.3.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "53924c38b38d72cc7dc34903f139443e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 298060, "upload_time": "2018-04-04T19:06:09", "url": "https://files.pythonhosted.org/packages/99/e0/4188d772968ffbbbf8ce14255c4dd7a1af212ea41261257f942de77dfa79/concept_formation-0.3.3-py2.py3-none-any.whl" } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "c786ef9990e860652c42239f7dbcc9e3", "sha256": "39be803d79c51f478fd1a737184ec182f02bbdd39318fd9adb2e4a9a05d8b0aa" }, "downloads": -1, "filename": "concept_formation-0.3.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c786ef9990e860652c42239f7dbcc9e3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 296995, "upload_time": "2018-04-16T12:39:51", "url": "https://files.pythonhosted.org/packages/ad/5b/0d78e4970ed3c52bccb1fd00f0d4ab8efbe3a74aac0f8daf0c99b7c7d975/concept_formation-0.3.4-py2.py3-none-any.whl" } ], "0.3.6.dev23": [ { "comment_text": "", "digests": { "md5": "c74571abca974cfd2e56d74d9235c23a", "sha256": "254f9c302b35bcad35cd153ac42196d754f418ab2e931ec3a6a77cc7a6e83205" }, "downloads": -1, "filename": "concept_formation-0.3.6.dev23-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c74571abca974cfd2e56d74d9235c23a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 293188, "upload_time": "2019-01-21T01:57:32", "url": "https://files.pythonhosted.org/packages/ed/92/d9b0cffb6084e9f2c864fa3fd47c76075e27d0c4ad588ae5d454e00bed50/concept_formation-0.3.6.dev23-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6659d11a8a8cf68e6d44d9f7ab9d1961", "sha256": "aa2efc32c572efcb0e30051888eacec220234ef1b6ec6689be3532b4566c4e15" }, "downloads": -1, "filename": "concept_formation-0.3.6.dev23.tar.gz", "has_sig": false, "md5_digest": "6659d11a8a8cf68e6d44d9f7ab9d1961", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 402130, "upload_time": "2019-01-21T01:57:34", "url": "https://files.pythonhosted.org/packages/b1/79/874b0833988c20ef6d0b2e953ac98468229e50b1d34a44c7a6ace9495241/concept_formation-0.3.6.dev23.tar.gz" } ], "0.3.6.dev24": [ { "comment_text": "", "digests": { "md5": "b86c5272a123cc3442318475c8c7f005", "sha256": "293c7c61dc2015c4b12ab3a51c053c6b9d8e541979310db12a6a6dd487a3c654" }, "downloads": -1, "filename": "concept_formation-0.3.6.dev24-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b86c5272a123cc3442318475c8c7f005", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 293236, "upload_time": "2019-01-22T02:34:17", "url": "https://files.pythonhosted.org/packages/ae/91/13087677f3f2d802daa35db15fb82e1b28264f96a0e1e3c95e54a7124a78/concept_formation-0.3.6.dev24-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0c517c08c8e99ae6e0709b4fc540f308", "sha256": "bf8478dd01bfa0f9662982c6190925539dba3a57164bdaf16109077e00d97cd5" }, "downloads": -1, "filename": "concept_formation-0.3.6.dev24.tar.gz", "has_sig": false, "md5_digest": "0c517c08c8e99ae6e0709b4fc540f308", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 402059, "upload_time": "2019-01-22T02:34:19", "url": "https://files.pythonhosted.org/packages/26/09/f0aff2551a8b26e14ba4ca9ebd41f837fd645c291c25f131cb94e7b75fbd/concept_formation-0.3.6.dev24.tar.gz" } ], "0.3.6.dev27": [ { "comment_text": "", "digests": { "md5": "fcb15856af5fd2eaaed4d961ee0bca0d", "sha256": "d7cf621eda7d5554b5a2aef24a6da9d1f0e54884eff076f523b3e1157407f278" }, "downloads": -1, "filename": "concept_formation-0.3.6.dev27-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "fcb15856af5fd2eaaed4d961ee0bca0d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 293191, "upload_time": "2019-01-24T01:11:20", "url": "https://files.pythonhosted.org/packages/85/0c/7246c6cc954c0d287e7804cf05e42a50dc11468d20f707b677403a66a700/concept_formation-0.3.6.dev27-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6f484bee5470a4cf05dd01b740743813", "sha256": "3a12305bdd14d01ad736e97a24fcf901eb3996640d42d99e77f5ad1ed2322622" }, "downloads": -1, "filename": "concept_formation-0.3.6.dev27.tar.gz", "has_sig": false, "md5_digest": "6f484bee5470a4cf05dd01b740743813", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 405161, "upload_time": "2019-01-24T01:11:22", "url": "https://files.pythonhosted.org/packages/11/65/06ce399d52185376d578ecb1763b8f6e94d4f7a80ba2367023aca79c6383/concept_formation-0.3.6.dev27.tar.gz" } ], "0.3.6.dev30": [ { "comment_text": "", "digests": { "md5": "6fe43e5f60d192c7020d116f5d9bd5df", "sha256": "39fda9ff50df9f131a3e4c4cd35ac6b2ac029676c46d883b9e0f45e295f5f6cf" }, "downloads": -1, "filename": "concept_formation-0.3.6.dev30-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6fe43e5f60d192c7020d116f5d9bd5df", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 295026, "upload_time": "2019-01-24T02:42:59", "url": "https://files.pythonhosted.org/packages/7d/d1/9b02356e70b2ea41fd4561aa4a1dbc8fdf4b0812bf404143843d65976006/concept_formation-0.3.6.dev30-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "922ca4d944be964432613fc2fb3bef68", "sha256": "21799b0a9494cef63645242aab18f1189a0ff97a54dbbcf686ab59a4444429ad" }, "downloads": -1, "filename": "concept_formation-0.3.6.dev30.tar.gz", "has_sig": false, "md5_digest": "922ca4d944be964432613fc2fb3bef68", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 406256, "upload_time": "2019-01-24T02:43:01", "url": "https://files.pythonhosted.org/packages/73/cb/105e51ce83f0b14ab7f0a131e5b85988561b89bba24850e12cc0aadfd228/concept_formation-0.3.6.dev30.tar.gz" } ], "0.3.6.dev33": [ { "comment_text": "", "digests": { "md5": "720fe387704bff51388d5d4cc73605a6", "sha256": "8bbfa65ddf8d267b9c6344df60df3ba2ab932fea4c0f3af83410f8cabcfe14ab" }, "downloads": -1, "filename": "concept_formation-0.3.6.dev33-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "720fe387704bff51388d5d4cc73605a6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 296138, "upload_time": "2019-01-27T00:26:22", "url": "https://files.pythonhosted.org/packages/13/b9/8ed1bd4afa073c6ce11585651c6257f5969f2b75d85cc0b8623018daabfd/concept_formation-0.3.6.dev33-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cd6017335d178736108a899919a222b9", "sha256": "0ca976dfaf788bf184f839118462da50e10f866d26e243f91709c49a0a9193ac" }, "downloads": -1, "filename": "concept_formation-0.3.6.dev33.tar.gz", "has_sig": false, "md5_digest": "cd6017335d178736108a899919a222b9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 406970, "upload_time": "2019-01-27T00:26:24", "url": "https://files.pythonhosted.org/packages/9c/67/2d37e3e9d07f58305279364be18482c4efb62361841383e51fff5a991c13/concept_formation-0.3.6.dev33.tar.gz" } ], "0.3.6.dev34": [ { "comment_text": "", "digests": { "md5": "bd1393e9fb2eb8d645baf50798fa8bf5", "sha256": "6d9aa35e16fb2a391182951d6514105c9276221954804cb49052547e852abd48" }, "downloads": -1, "filename": "concept_formation-0.3.6.dev34-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "bd1393e9fb2eb8d645baf50798fa8bf5", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 296317, "upload_time": "2019-01-27T02:07:46", "url": "https://files.pythonhosted.org/packages/64/52/5dd52b0011ca10ded19dbbee8b39694a6df036505c609c231f80a1b84276/concept_formation-0.3.6.dev34-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ae49a4c84c354e2ae5d4c8cbcc77c3e8", "sha256": "9278440548f406aa154486b0ae5dfeee9ad336005052da5ef6907ddfda204b24" }, "downloads": -1, "filename": "concept_formation-0.3.6.dev34.tar.gz", "has_sig": false, "md5_digest": "ae49a4c84c354e2ae5d4c8cbcc77c3e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 407183, "upload_time": "2019-01-27T02:07:48", "url": "https://files.pythonhosted.org/packages/14/60/513c2824e9d69919c90eeac1ca0c8d01bc083a94c29530bb9c6208f37a3a/concept_formation-0.3.6.dev34.tar.gz" } ], "0.3.6.dev36": [ { "comment_text": "", "digests": { "md5": "2330c6ce04cb70dbd964f27313710e9a", "sha256": "97599a4625056b0f8f78fdbd9e3bfda2fe5901b21fb46555992c8126dd18c20d" }, "downloads": -1, "filename": "concept_formation-0.3.6.dev36-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2330c6ce04cb70dbd964f27313710e9a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 296305, "upload_time": "2019-02-07T19:28:32", "url": "https://files.pythonhosted.org/packages/61/6d/052e5221235303bc65c87cd9cbb6b52f411db60abd04789a357f4462cb0e/concept_formation-0.3.6.dev36-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a439a076877e1a72d593f72d0ef37c04", "sha256": "9010bde256103fee6255f7e7fb6656fc0f48c3215d9dae83dfc1a6d66f728b88" }, "downloads": -1, "filename": "concept_formation-0.3.6.dev36.tar.gz", "has_sig": false, "md5_digest": "a439a076877e1a72d593f72d0ef37c04", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 406117, "upload_time": "2019-02-07T19:28:34", "url": "https://files.pythonhosted.org/packages/f1/70/43aa7656ed6b6c4c40f35d5c90788c562313b3740f3aa7de3b682f49669d/concept_formation-0.3.6.dev36.tar.gz" } ], "0.3.6.dev5": [ { "comment_text": "", "digests": { "md5": "025e05571c14dcff479511c1b4778dd8", "sha256": "68186e2a21ed3393de6aafb8ab69c7de5462d05a48581a15415558a910ca9def" }, "downloads": -1, "filename": "concept_formation-0.3.6.dev5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "025e05571c14dcff479511c1b4778dd8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 303855, "upload_time": "2019-01-20T22:21:57", "url": "https://files.pythonhosted.org/packages/e8/44/a71d8bb1ed9f62d893c94efa6a9f2fc39d755a52f62252cf5ec2b1c76f83/concept_formation-0.3.6.dev5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f32d21c27b0f8e61fececd3381f3b997", "sha256": "ddab14fcd7687ee3956983e18cb14520918952086ca520f34aed80c01656c86b" }, "downloads": -1, "filename": "concept_formation-0.3.6.dev5.tar.gz", "has_sig": false, "md5_digest": "f32d21c27b0f8e61fececd3381f3b997", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 417676, "upload_time": "2019-01-20T22:21:59", "url": "https://files.pythonhosted.org/packages/80/7d/5e61151a452cc048fd51988e6ad96f846aee455867706a98c4b457c7635a/concept_formation-0.3.6.dev5.tar.gz" } ], "0.3.6.dev6": [ { "comment_text": "", "digests": { "md5": "0801ea74fa0a49e3260cf62f4a2f86ec", "sha256": "5f0eaa25931a357f0b300f9d634be7633505992554078f606d51e04671d1ca85" }, "downloads": -1, "filename": "concept_formation-0.3.6.dev6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0801ea74fa0a49e3260cf62f4a2f86ec", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 292131, "upload_time": "2019-01-20T22:32:12", "url": "https://files.pythonhosted.org/packages/0f/69/f6ff730563f52afb351007b41b955127ce7cec1151df8e147b394a7689e0/concept_formation-0.3.6.dev6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5c69c764dfb2202d72e0aaab9cfd9475", "sha256": "d3340ef3fecee29d9bae018077240d1ac2af8cbbb5f85658bfd6522f223ac0a6" }, "downloads": -1, "filename": "concept_formation-0.3.6.dev6.tar.gz", "has_sig": false, "md5_digest": "5c69c764dfb2202d72e0aaab9cfd9475", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 401551, "upload_time": "2019-01-20T22:32:14", "url": "https://files.pythonhosted.org/packages/4a/0e/bf5ef83b0d2dcda56daa18f86436a64be28d85c63bf63aae078c76307223/concept_formation-0.3.6.dev6.tar.gz" } ], "0.3.6.dev7": [ { "comment_text": "", "digests": { "md5": "ba7c63cf82e65d01f57b49e9aa585505", "sha256": "f5ea9ebbb668c19a1b11c03f93091f92e68f9fdb625f71fa821bcb3bc0cae33e" }, "downloads": -1, "filename": "concept_formation-0.3.6.dev7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ba7c63cf82e65d01f57b49e9aa585505", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 292132, "upload_time": "2019-01-20T22:48:28", "url": "https://files.pythonhosted.org/packages/eb/5e/dd4144c9d3325d57914a72f4b714727672747882baf0539fc76800e5f7d7/concept_formation-0.3.6.dev7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9b5dfa11799c5786a53226a708b09b97", "sha256": "f50ef294be04cef9e1e6289a64a55707047b3a8dc4ec30884875f6eaba8b502a" }, "downloads": -1, "filename": "concept_formation-0.3.6.dev7.tar.gz", "has_sig": false, "md5_digest": "9b5dfa11799c5786a53226a708b09b97", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 401546, "upload_time": "2019-01-20T22:48:29", "url": "https://files.pythonhosted.org/packages/9c/19/b82e886cb5b969e8adbc2c281509ec720dbbf5d146e43fdda450bb95b5e2/concept_formation-0.3.6.dev7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c786ef9990e860652c42239f7dbcc9e3", "sha256": "39be803d79c51f478fd1a737184ec182f02bbdd39318fd9adb2e4a9a05d8b0aa" }, "downloads": -1, "filename": "concept_formation-0.3.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c786ef9990e860652c42239f7dbcc9e3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 296995, "upload_time": "2018-04-16T12:39:51", "url": "https://files.pythonhosted.org/packages/ad/5b/0d78e4970ed3c52bccb1fd00f0d4ab8efbe3a74aac0f8daf0c99b7c7d975/concept_formation-0.3.4-py2.py3-none-any.whl" } ] }