Commit Graph

  • cd1c306b38 Update release file Lucas de Sousa Rosa 2023-12-01 17:16:26 -03:00
  • 6678ffa515 Bump version 0.4.21 Lucas de Sousa Rosa 2023-12-01 17:00:22 -03:00
  • a689492075 Add permission to release action and fix missing text on post-commit hook Lucas de Sousa Rosa 2023-11-30 08:43:09 -03:00
  • 4bda98c40d Bumping version v0.4.20 Lucas de Sousa Rosa 2023-11-30 08:17:09 -03:00
  • 14b3e7fb96 Add GH actions to create releases when tags are pushed and deploy when released. Lucas de Sousa Rosa 2023-11-29 22:56:35 -03:00
  • ef7583a8dd Add a git hook for automatic tagging - When the version field of pyproject.toml changes, after the changes have been committed, a tag is created with git tag that refers to the new version. - It's necessary to configure the git-hooks' directory git config core.hooksPath .git-hooks`. Lucas de Sousa Rosa 2023-11-29 22:47:18 -03:00
  • 4826afdac0 Update publish action to support version bump Lucas de Sousa Rosa 2023-11-23 22:17:06 -03:00
  • b1a232af58 Blacker WIP Willian Rocha 2023-11-27 16:45:00 -03:00
  • 45b255cd7d dummy commit to test action Alan Barzilay 2023-11-08 18:51:15 -03:00
  • 0605ede07e codecov: add code report as pr comment Alan Barzilay 2023-11-08 18:46:18 -03:00
  • f041de9bdb Bump python 3.12 support Lucas de Sousa Rosa 2023-11-06 11:36:07 -03:00
  • c9752ea9f6 Bump python 3.12 support Lucas de Sousa Rosa 2023-11-06 11:36:07 -03:00
  • c0ec937188 add workflow for automatic deploy on pypi mateuslatrova 2023-10-19 21:11:47 -03:00
  • eabd8b91ff Break tests and codecov workflow in 2 test_badge Alan Barzilay 2023-11-08 11:30:51 -03:00
  • e2c0f6483d update status badge from travis to github action Alan Barzilay 2023-11-08 11:26:30 -03:00
  • fb4560c740 Migrating the packaging system to poetry with pyproject.toml - Deleted old setup files requirements.txt, setup.cfg, setup.py, MANIFEST.in - Added poetry files poetry.toml, pyproject.toml, poetry.lock - Added .pyenv-version and .tool-versions for pyenv and asdf - Updated Makefile, CONTRIBUTING.rst, tox.ini Lucas de Sousa Rosa 2023-10-20 23:07:08 -03:00
  • 679004fcc7 Migrating the packaging system to poetry with pyproject.toml - Deleted old setup files requirements.txt, setup.cfg, setup.py, MANIFEST.in - Added poetry files poetry.toml, pyproject.toml, poetry.lock - Added .pyenv-version and .tool-versions for pyenv and asdf - Updated Makefile, CONTRIBUTING.rst, tox.ini Lucas de Sousa Rosa 2023-10-20 23:07:08 -03:00
  • 0657a6df16 fix flake8 errors fernandocrz 2023-11-06 12:27:22 -03:00
  • bbb7d96765 Improved code readability fernandocrz 2023-11-03 15:57:21 -03:00
  • 861c072aa3 improved test_import_notebooks readability fernandocrz 2023-11-03 15:28:51 -03:00
  • 74c33298d9 fix coverage error fernandocrz 2023-11-03 15:17:47 -03:00
  • 3c2d65a801 fix error dealing with magic commands fernandocrz 2023-11-01 15:32:24 -03:00
  • ed522e9cc9 add workflow for automatic deploy on pypi mateuslatrova 2023-10-19 21:11:47 -03:00
  • 859b97e5ba revert formatting mistake fernandocrz 2023-10-30 17:34:55 -03:00
  • bad810a544 add test related to magic commands fernandocrz 2023-10-30 17:23:05 -03:00
  • 68ee3d7ef4 Migrating the packaging system to poetry with pyproject.toml - Deleted old setup files requirements.txt, setup.cfg, setup.py, MANIFEST.in - Added poetry files poetry.toml, pyproject.toml, poetry.lock - Added .pyenv-version and .tool-versions for pyenv and asdf - Updated Makefile, CONTRIBUTING.rst, tox.ini Lucas de Sousa Rosa 2023-10-20 23:07:08 -03:00
  • 0841e683bc
    Merge e5e05b445cdda3f95ea9918766060df537cc6280 into 68f9b2859d45a60e699839f87b1b9558cd36a329 Amjad Masad 2023-10-30 16:46:28 -03:00
  • 08a25445e1
    Merge d49ba8230179e371aef76d4b15ffdde9c8296286 into 68f9b2859d45a60e699839f87b1b9558cd36a329 Kuldeep Khatke 2023-10-30 16:46:28 -03:00
  • 7033f3824d Add ignore-notebooks parameter fernandocrz 2023-10-29 16:41:09 -03:00
  • f4db52c5c0 defined pipreqs default encoding to utf-8 fernandocrz 2023-10-25 15:24:25 -03:00
  • 67d134e466
    Merge branch 'next' into add_notebook_support Fernando-crz 2023-10-23 17:01:12 -03:00
  • 9f12601191 fixed jupyter notebook support fernandocrz 2023-10-23 16:58:11 -03:00
  • 190ce1c894 fixed lint issues fernandocrz 2023-10-22 14:24:03 -03:00
  • 368e9ae7e7 handle FileNotFoundError in parse_requirements function mateuslatrova 2023-10-19 19:52:08 -03:00
  • 4a28ae75e7 handle FileNotFoundError in parse_requirements function mateuslatrova 2023-10-19 19:52:08 -03:00
  • 6bfb9b8918 add optinal support for jupyter notebook fernandocrz 2023-10-17 17:47:14 -03:00
  • c82c7203c3 Add support for jupyter notebook pakiosann@gmail.com 2020-07-02 15:00:31 +09:00
  • 55eee298ec Specify pypy version - The pypy v7.3.13, used by GitHub Actions, was failing. So I force to use pypy v7.3.12 that was passing. - The original PR was done by @EwoutH at #334 and modified by @willianrocha at #398. darwish 2023-10-12 11:55:40 -03:00
  • 8af7d85a74 CI: Add Python 3.10 and 3.11, update actions, run on pushes and manually Willian Rocha 2023-10-02 18:38:20 -03:00
  • 93ecdf8351 Specify pypy version - The pypy v7.3.13, used by GitHub Actions, was failing. So I force to use pypy v7.3.12 that was passing. - The original PR was done by @EwoutH at #334 and modified by @willianrocha at #398. darwish 2023-10-12 11:55:40 -03:00
  • 1e80996e36
    Merge e0cfb9abd3d2a3fb13b9b4611064489670b8ceee into 68f9b2859d45a60e699839f87b1b9558cd36a329 c-w-m 2023-10-11 15:38:39 -06:00
  • d6ecb1b7b8
    Merge cb6b7280bf2da9c10ad46fed58a9b3ca7706aa7d into 68f9b2859d45a60e699839f87b1b9558cd36a329 c-w-m 2023-10-11 15:38:39 -06:00
  • 781d2c31f5
    Merge 8f3515462b99ad3cdf3b7f2a0110a3a54fcd4694 into 68f9b2859d45a60e699839f87b1b9558cd36a329 Temerold 2023-10-11 15:38:39 -06:00
  • d8f85d6db9
    Merge ca1628cf2b1abc60b2cceda31c50c1b40dab18e1 into 68f9b2859d45a60e699839f87b1b9558cd36a329 Jarkko 2023-10-11 15:38:38 -06:00
  • dcc118d614
    Merge f086c15239093d64acb8313086aecbabb337385d into 68f9b2859d45a60e699839f87b1b9558cd36a329 matl4c 2023-10-11 15:38:38 -06:00
  • eb65254646 Bump wheel from 0.23.0 to 0.38.1 dependabot[bot] 2023-10-08 03:19:17 +00:00
  • 6f232bd080
    Merge pull request #389 from mateuslatrova/compare_modules_test Alan Barzilay 2023-10-10 15:41:00 -03:00
  • 2ebfc4645a
    Merge branch 'next' into compare_modules_test Alan Barzilay 2023-10-10 15:36:35 -03:00
  • 12cc1e5b74 add test for parse_requirements function fernandocrz 2023-09-21 16:24:48 -03:00
  • c0d0c90f78 CI: Add Python 3.10 and 3.11, update actions, run on pushes and manually Willian Rocha 2023-10-02 18:38:20 -03:00
  • 4165167283 add test for parse_requirements function fernandocrz 2023-09-21 16:24:48 -03:00
  • ed46d270e9 add test for "compare_modules" function Mateus Latrova 2023-09-28 20:28:32 -03:00
  • a6dc6f3614
    Merge 715e08b03bfafd578057d88c63aca622dad089f8 into 68f9b2859d45a60e699839f87b1b9558cd36a329 Bob Firestone 2023-10-08 11:04:16 -03:00
  • 1c88109263
    Merge 4d596c9eb2531a401f552943282fb8bf1ccb3ef0 into 3c786e353702e1de864ac3f6c408acc5d90f475f Mark Mayo 2023-10-08 03:35:05 +00:00
  • 4d596c9eb2
    Merge branch 'next' into master Alan Barzilay 2023-10-08 00:35:02 -03:00
  • ccc7eb2861
    Merge branch 'master' into master Alan Barzilay 2023-10-08 00:30:18 -03:00
  • 68f9b2859d Bump wheel from 0.23.0 to 0.38.1 dependabot[bot] 2023-10-08 03:19:17 +00:00
  • efd7503e9f
    Bump wheel from 0.23.0 to 0.38.1 dependabot[bot] 2023-10-08 03:19:17 +00:00
  • 3c786e3537 add "copy to clipboard icon" in installation section - Based on PR #369 and #396 - Authors Muhammad-Aadil and mateuslatrova Mateus Latrova 2023-09-28 21:11:58 -03:00
  • 414a3e328b add "copy to clipboard icon" in installation section - Based on PR #369 and #396 - Authors Muhammad-Aadil and mateuslatrova Mateus Latrova 2023-09-28 21:11:58 -03:00
  • ea51345e7a
    Merge 49bbf07e57e1de591f94fe8aaf5398c7044bf146 into acc41cc9bc286318ebeb1b5805924b52f24457a7 Lucas de sousa rosa 2023-10-07 18:44:10 +00:00
  • 49bbf07e57 add "copy to clipboard icon" in installation section - Based on PR #369 and #396 - Authors Muhammad-Aadil and mateuslatrova Mateus Latrova 2023-09-28 21:11:58 -03:00
  • 808ca6837e Bump wheel from 0.23.0 to 0.38.1 fernandocrz 2023-10-05 15:21:13 -03:00
  • 3876191af0 add unit test for "get_locally_installed_packages" function Willian Rocha 2023-09-20 16:36:46 -03:00
  • acc41cc9bc
    Merge pull request #395 from fredgrub/output_requirements_next Alan Barzilay 2023-10-04 14:26:29 -03:00
  • ccf097b02f create test for output_requirements Lucas de Sousa Rosa 2023-09-21 20:29:27 -03:00
  • 7072d9f3ac add "copy to clipboard icon" in installation section Mateus Latrova 2023-09-28 21:11:58 -03:00
  • 6ac4357cf4 fix return type on docs mateuslatrova 2023-09-18 17:38:34 -03:00
  • d56d5feb29 delete unused function "filter_line" mateuslatrova 2023-09-18 17:38:23 -03:00
  • cebc3f7e24
    Merge pull request #393 from willianrocha/flake8_next Alan Barzilay 2023-09-27 14:12:40 -03:00
  • ab492859f4
    Update mapping for SpeechRecognition XinShou 2023-09-22 06:44:24 +08:00
  • f2e745256e applying pep8 rules Willian Rocha 2023-09-21 19:32:37 -03:00
  • d4d2b90604 add test for parse_requirements function fernandocrz 2023-09-21 16:25:31 -03:00
  • 4b96cb26cd add input files for parse_requirements test fernandocrz 2023-09-21 16:24:48 -03:00
  • 715e08b03b fix METADATA parsing Bob Firestone 2023-07-31 09:22:16 -06:00
  • e587335664 fallback to METADATA & black reformatted the file Bob Firestone 2023-07-31 08:05:47 -06:00
  • 816d7a43e1
    Add mapping cchardet:faust-cchardet Alexander Wilms 2023-07-22 16:23:44 +02:00
  • c3d0f169d3
    add pywintypes to mapping testpushpleaseignore 2023-06-19 16:30:09 -05:00
  • 8f3515462b
    Remove reduntant logic Temerold 2023-06-17 01:36:50 +02:00
  • a728ffaf58
    Change "packages" to "modules" Temerold 2023-06-17 01:35:54 +02:00
  • 1df61bee04 Add --extra option Temerold 2023-06-17 01:23:02 +02:00
  • c0d6b293b1
    Add OpenCV mapping mcp292 2023-05-17 15:07:42 -07:00
  • b0e28d59a8 Update README.rst Muhammad Aadil 2023-04-18 16:36:45 +05:00
  • a1f83d27d9 Bump Version to 0.4.13 v0.4.13 Vadim Kravcenko 2023-04-14 09:08:49 +02:00
  • 181525cdea
    Merge pull request #304 from Marocco2/patch-1 Vadim Kravcenko 2023-04-13 20:39:56 +02:00
  • f9f9d53620
    Merge pull request #335 from mmngreco/patch-1 Vadim Kravcenko 2023-04-13 20:38:32 +02:00
  • 717d4926bc
    Merge pull request #364 from adeadfed/master Vadim Kravcenko 2023-04-13 20:38:09 +02:00
  • 2103371746 add whitespaces to pep8 formatted strings adeadfed 2023-04-13 16:05:50 +02:00
  • 5537bcd217 fix pep8 linting issues adeadfed 2023-04-13 15:59:50 +02:00
  • ac4310665f
    Merge 721dbcbc08a3ae64bb5e4bb920954e708026fd48 into 96440ac2ff16870610dc6a673a142cf401bb08c1 Moooog 2023-04-13 14:33:24 +02:00
  • 96440ac2ff
    Merge pull request #343 from Alexander-Wilms/master Vadim Kravcenko 2023-04-13 14:32:32 +02:00
  • 005f067526
    Merge ff846fde1bc54bd03b87bbb90b94c85da10655a4 into 4c380a96615badd0e37238cdafa513682288d7fc Samuel Marks 2023-04-13 14:28:47 +02:00
  • 4c380a9661
    Merge pull request #349 from hansvana/patch-1 Vadim Kravcenko 2023-04-13 14:27:26 +02:00
  • ed13177c81
    Merge pull request #354 from bskiefer/patch-1 Vadim Kravcenko 2023-04-13 14:27:06 +02:00
  • bb61883079 revert changes to .gitignore adeadfed 2023-04-08 17:10:02 +02:00
  • 9f5124379d
    Merge c11c2188d49c06a391f33a6cdbb553bcdefb237f into e5493d922e7d4a204c92d13d621dbaba084555db Marcelo Andrioni 2023-03-29 06:09:18 -07:00
  • 3ae82087f9 remove invalid comment adeadfed 2023-03-29 00:32:00 +02:00
  • 001ead91ed delete vscode related files from repo adeadfed 2023-03-29 00:28:17 +02:00
  • 50498d3cd4 change warning messages adeadfed 2023-03-29 00:27:13 +02:00
  • da442e7a2a add warnings to for remote resolving mode adeadfed 2023-03-29 00:25:45 +02:00