From c502193d05b5cef92da4421318ef1e18f25c99c7 Mon Sep 17 00:00:00 2001 From: njzjz Date: Thu, 23 Nov 2023 18:12:26 +0000 Subject: [PATCH] Update best-of list for version 2023.11.23 --- README.md | 88 ++++++++++++++++----------------- history/2023-11-23_changes.md | 7 +++ history/2023-11-23_projects.csv | 34 +++++++++++++ latest-changes.md | 12 +---- 4 files changed, 87 insertions(+), 54 deletions(-) create mode 100644 history/2023-11-23_changes.md create mode 100644 history/2023-11-23_projects.csv diff --git a/README.md b/README.md index cb49da9..e24dcc9 100644 --- a/README.md +++ b/README.md @@ -55,11 +55,11 @@ This curated list contains 33 awesome open-source projects with a total of 2.6K ``` pip install deepmd-kit ``` -- [Conda](https://anaconda.org/conda-forge/deepmd-kit) (📥 430K · ⏱️ 15.11.2023): +- [Conda](https://anaconda.org/conda-forge/deepmd-kit) (📥 430K · ⏱️ 20.11.2023): ``` conda install -c conda-forge deepmd-kit ``` -- [npm](https://www.npmjs.com/package/deepmd-kit) (📥 130 / month): +- [npm](https://www.npmjs.com/package/deepmd-kit) (📥 110 / month): ``` npm install deepmd-kit ``` @@ -70,12 +70,12 @@ This curated list contains 33 awesome open-source projects with a total of 2.6K
DP-GEN (🥇24 · ⭐ 240) - The deep potential generator to generate a deep-learning based model of interatomic potential energy and force field. LGPL-3.0 -- [GitHub](https://github.com/deepmodeling/dpgen) (👨‍💻 62 · 🔀 160 · 📥 1.5K · 📦 4 · 📋 250 - 7% open · ⏱️ 02.11.2023): +- [GitHub](https://github.com/deepmodeling/dpgen) (👨‍💻 62 · 🔀 160 · 📥 1.5K · 📦 4 · 📋 250 - 6% open · ⏱️ 02.11.2023): ``` git clone https://github.com/deepmodeling/dpgen ``` -- [PyPi](https://pypi.org/project/dpgen) (📥 580 / month): +- [PyPi](https://pypi.org/project/dpgen) (📥 650 / month): ``` pip install dpgen ``` @@ -84,18 +84,18 @@ This curated list contains 33 awesome open-source projects with a total of 2.6K conda install -c conda-forge dpgen ```
-
dpdata (🥇23 · ⭐ 150 · 📉) - Manipulating multiple atomic simulation data formats, including DeePMD-kit, VASP, LAMMPS, ABACUS, etc. LGPL-3.0 +
dpdata (🥇24 · ⭐ 150 · 📈) - Manipulating multiple atomic simulation data formats, including DeePMD-kit, VASP, LAMMPS, ABACUS, etc. LGPL-3.0 -- [GitHub](https://github.com/deepmodeling/dpdata) (👨‍💻 51 · 🔀 100 · 📦 110 · 📋 76 - 15% open · ⏱️ 31.10.2023): +- [GitHub](https://github.com/deepmodeling/dpdata) (👨‍💻 51 · 🔀 110 · 📦 110 · 📋 76 - 13% open · ⏱️ 31.10.2023): ``` git clone https://github.com/deepmodeling/dpdata ``` -- [PyPi](https://pypi.org/project/dpdata) (📥 6.3K / month): +- [PyPi](https://pypi.org/project/dpdata) (📥 6.7K / month): ``` pip install dpdata ``` -- [Conda](https://anaconda.org/conda-forge/dpdata) (📥 62K · ⏱️ 31.10.2023): +- [Conda](https://anaconda.org/conda-forge/dpdata) (📥 63K · ⏱️ 31.10.2023): ``` conda install -c conda-forge dpdata ``` @@ -104,41 +104,41 @@ This curated list contains 33 awesome open-source projects with a total of 2.6K docker pull dptechnology/dpdata ```
-
ABACUS (🥇22 · ⭐ 120) - An electronic structure package based on either plane wave basis or numerical atomic orbitals. LGPL-3.0 +
ABACUS (🥇22 · ⭐ 130) - An electronic structure package based on either plane wave basis or numerical atomic orbitals. LGPL-3.0 -- [GitHub](https://github.com/deepmodeling/abacus-develop) (👨‍💻 88 · 🔀 86 · 📋 940 - 11% open · ⏱️ 16.11.2023): +- [GitHub](https://github.com/deepmodeling/abacus-develop) (👨‍💻 89 · 🔀 86 · 📋 970 - 12% open · ⏱️ 23.11.2023): ``` git clone https://github.com/deepmodeling/abacus-develop ``` -- [Conda](https://anaconda.org/conda-forge/abacus) (📥 6.3K · ⏱️ 24.10.2023): +- [Conda](https://anaconda.org/conda-forge/abacus) (📥 6.5K · ⏱️ 24.10.2023): ``` conda install -c conda-forge abacus ```
-
dpdispatcher (🥇22 · ⭐ 34 · 📈) - generate HPC scheduler systems jobs input scripts and submit these scripts to HPC systems and poke until they finish. LGPL-3.0 +
dpdispatcher (🥇22 · ⭐ 34) - generate HPC scheduler systems jobs input scripts and submit these scripts to HPC systems and poke until they finish. LGPL-3.0 -- [GitHub](https://github.com/deepmodeling/dpdispatcher) (👨‍💻 42 · 🔀 46 · 📦 42 · 📋 58 - 18% open · ⏱️ 14.11.2023): +- [GitHub](https://github.com/deepmodeling/dpdispatcher) (👨‍💻 42 · 🔀 46 · 📦 42 · 📋 58 - 18% open · ⏱️ 20.11.2023): ``` git clone https://github.com/deepmodeling/dpdispatcher ``` -- [PyPi](https://pypi.org/project/dpdispatcher) (📥 2.4K / month): +- [PyPi](https://pypi.org/project/dpdispatcher) (📥 2.7K / month): ``` pip install dpdispatcher ``` -- [Conda](https://anaconda.org/conda-forge/dpdispatcher) (📥 5.6K · ⏱️ 15.11.2023): +- [Conda](https://anaconda.org/conda-forge/dpdispatcher) (📥 5.7K · ⏱️ 21.11.2023): ``` conda install -c conda-forge dpdispatcher ``` -- [Docker Hub](https://hub.docker.com/r/dptechnology/dpdispatcher) (📥 79K · ⏱️ 14.11.2023): +- [Docker Hub](https://hub.docker.com/r/dptechnology/dpdispatcher) (📥 80K · ⏱️ 20.11.2023): ``` docker pull dptechnology/dpdispatcher ```
-
dflow (🥈17 · ⭐ 42 · 📉) - Dflow is a Python framework for constructing scientific computing workflows (e.g. concurrent learning workflows).. LGPL-3.0 +
dflow (🥈17 · ⭐ 42) - Dflow is a Python framework for constructing scientific computing workflows (e.g. concurrent learning workflows).. LGPL-3.0 -- [GitHub](https://github.com/deepmodeling/dflow) (👨‍💻 21 · 🔀 20 · 📋 32 - 34% open · ⏱️ 14.11.2023): +- [GitHub](https://github.com/deepmodeling/dflow) (👨‍💻 21 · 🔀 20 · 📋 33 - 36% open · ⏱️ 23.11.2023): ``` git clone https://github.com/deepmodeling/dflow @@ -151,19 +151,19 @@ This curated list contains 33 awesome open-source projects with a total of 2.6K ``` conda install -c conda-forge dflow ``` -- [Docker Hub](https://hub.docker.com/r/dptechnology/dflow) (📥 1.8K · ⏱️ 14.11.2023): +- [Docker Hub](https://hub.docker.com/r/dptechnology/dflow) (📥 1.8K · ⏱️ 23.11.2023): ``` docker pull dptechnology/dflow ```
DP-GUI (🥈17 · ⭐ 7) - A web-based GUI for user inputs. LGPL-3.0 -- [GitHub](https://github.com/deepmodeling/dpgui) (👨‍💻 3 · 🔀 3 · 📦 4 · ⏱️ 09.11.2023): +- [GitHub](https://github.com/deepmodeling/dpgui) (👨‍💻 3 · 🔀 3 · 📦 4 · ⏱️ 20.11.2023): ``` git clone https://github.com/deepmodeling/dpgui ``` -- [PyPi](https://pypi.org/project/dpgui) (📥 13K / month): +- [PyPi](https://pypi.org/project/dpgui) (📥 9.3K / month): ``` pip install dpgui ``` @@ -180,9 +180,9 @@ This curated list contains 33 awesome open-source projects with a total of 2.6K pip install dargs ```
-
DeepFlame (🥈15 · ⭐ 88) - A deep learning empowered open-source platform for reacting flow simulations. GPL-3.0 +
DeepFlame (🥈15 · ⭐ 89) - A deep learning empowered open-source platform for reacting flow simulations. GPL-3.0 -- [GitHub](https://github.com/deepmodeling/deepflame-dev) (👨‍💻 19 · 🔀 50 · 📋 33 - 21% open · ⏱️ 04.11.2023): +- [GitHub](https://github.com/deepmodeling/deepflame-dev) (👨‍💻 20 · 🔀 50 · 📋 34 - 23% open · ⏱️ 20.11.2023): ``` git clone https://github.com/deepmodeling/deepflame-dev @@ -190,7 +190,7 @@ This curated list contains 33 awesome open-source projects with a total of 2.6K
APEX (🥈14 · ⭐ 11) - APEX: Alloy Properties EXplorer using simulations. LGPL-3.0 -- [GitHub](https://github.com/deepmodeling/APEX) (👨‍💻 4 · 🔀 8 · ⏱️ 16.10.2023): +- [GitHub](https://github.com/deepmodeling/APEX) (👨‍💻 4 · 🔀 8 · ⏱️ 17.11.2023): ``` git clone https://github.com/deepmodeling/APEX @@ -215,19 +215,19 @@ This curated list contains 33 awesome open-source projects with a total of 2.6K ``` git clone https://github.com/deepmodeling/rid-kit ``` -- [PyPi](https://pypi.org/project/rid-kit) (📥 34 / month): +- [PyPi](https://pypi.org/project/rid-kit) (📥 18 / month): ``` pip install rid-kit ```
-
DPGEN2 (🥈13 · ⭐ 19) - 2nd generation of the Deep Potential GENerator. LGPL-3.0 +
DPGEN2 (🥈13 · ⭐ 20) - 2nd generation of the Deep Potential GENerator. LGPL-3.0 - [GitHub](https://github.com/deepmodeling/dpgen2) (👨‍💻 10 · 🔀 13 · 📦 1 · 📋 21 - 38% open · ⏱️ 25.10.2023): ``` git clone https://github.com/deepmodeling/dpgen2 ``` -- [PyPi](https://pypi.org/project/dpgen2) (📥 63 / month): +- [PyPi](https://pypi.org/project/dpgen2) (📥 58 / month): ``` pip install dpgen2 ``` @@ -243,14 +243,14 @@ This curated list contains 33 awesome open-source projects with a total of 2.6K ``` git clone https://github.com/deepmodeling/deepmodeling_sphinx ``` -- [PyPi](https://pypi.org/project/deepmodeling_sphinx) (📥 2K / month): +- [PyPi](https://pypi.org/project/deepmodeling_sphinx) (📥 1.9K / month): ``` pip install deepmodeling_sphinx ```
DeePTB (🥉11 · ⭐ 21 · 🐣) - DeePTB: A deep learning package for tight-binding approach with ab initio accuracy. LGPL-3.0 -- [GitHub](https://github.com/deepmodeling/DeePTB) (👨‍💻 4 · 🔀 9 · 📋 16 - 37% open · ⏱️ 05.11.2023): +- [GitHub](https://github.com/deepmodeling/DeePTB) (👨‍💻 5 · 🔀 9 · 📋 16 - 37% open · ⏱️ 17.11.2023): ``` git clone https://github.com/deepmodeling/DeePTB @@ -258,37 +258,37 @@ This curated list contains 33 awesome open-source projects with a total of 2.6K
args (🥉11 · ⭐ 2) - DeepModeling dargs arguments generation. LGPL-3.0 -- [GitHub](https://github.com/deepmodeling/args) (👨‍💻 2 · 🔀 1 · 📦 4 · ⏱️ 08.11.2023): +- [GitHub](https://github.com/deepmodeling/args) (👨‍💻 2 · 🔀 1 · 📦 4 · ⏱️ 20.11.2023): ``` git clone https://github.com/deepmodeling/args ``` -- [npm](https://www.npmjs.com/package/@deepmodeling/args) (📥 680 / month): +- [npm](https://www.npmjs.com/package/@deepmodeling/args) (📥 640 / month): ``` npm install @deepmodeling/args ```
-
DeePKS-kit (🥉9 · ⭐ 95 · 💤) - a package for developing machine learning-based chemically accurate energy and density functional models. LGPL-3.0 +
fealpy (🥉10 · ⭐ 2 · 📈) - Finite Element Analysis Library in Python. Unlicensed -- [GitHub](https://github.com/deepmodeling/deepks-kit) (👨‍💻 6 · 🔀 31 · 📋 10 - 10% open · ⏱️ 01.04.2023): +- [GitHub](https://github.com/deepmodeling/fealpy) (👨‍💻 57 · ⏱️ 20.11.2023): ``` - git clone https://github.com/deepmodeling/deepks-kit + git clone https://github.com/deepmodeling/fealpy + ``` +- [PyPi](https://pypi.org/project/fealpy) (📥 61 / month): + ``` + pip install fealpy ```
-
fealpy (🥉9 · ⭐ 2) - Finite Element Analysis Library in Python. Unlicensed +
DeePKS-kit (🥉9 · ⭐ 95 · 💤) - a package for developing machine learning-based chemically accurate energy and density functional models. LGPL-3.0 -- [GitHub](https://github.com/deepmodeling/fealpy) (👨‍💻 56 · ⏱️ 09.09.2023): +- [GitHub](https://github.com/deepmodeling/deepks-kit) (👨‍💻 6 · 🔀 31 · 📋 11 - 18% open · ⏱️ 01.04.2023): ``` - git clone https://github.com/deepmodeling/fealpy - ``` -- [PyPi](https://pypi.org/project/fealpy) (📥 70 / month): - ``` - pip install fealpy + git clone https://github.com/deepmodeling/deepks-kit ```
-
AIS-Square (🥉8 · ⭐ 6 · 📈) - LGPL-3.0 +
AIS-Square (🥉8 · ⭐ 6) - LGPL-3.0 - [GitHub](https://github.com/deepmodeling/AIS-Square) (👨‍💻 8 · 🔀 5 · 📋 4 - 75% open · ⏱️ 15.11.2023): @@ -347,12 +347,12 @@ This curated list contains 33 awesome open-source projects with a total of 2.6K ``` git clone https://github.com/deepmodeling/fpop ``` -- [PyPi](https://pypi.org/project/fpop) (📥 280 / month): +- [PyPi](https://pypi.org/project/fpop) (📥 230 / month): ``` pip install fpop ```
-
AI4Science101 (🥉5 · ⭐ 74 · 💤) - AI for Science. Unlicensed +
AI4Science101 (🥉5 · ⭐ 73 · 💤) - AI for Science. Unlicensed - [GitHub](https://github.com/deepmodeling/AI4Science101) (👨‍💻 5 · 🔀 12 · ⏱️ 04.09.2022): diff --git a/history/2023-11-23_changes.md b/history/2023-11-23_changes.md new file mode 100644 index 0000000..60fb257 --- /dev/null +++ b/history/2023-11-23_changes.md @@ -0,0 +1,7 @@ +## 📈 Trending Up + +_Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ + +- dpdata (🥇24 · ⭐ 150 · 📈) - Manipulating multiple atomic simulation data formats, including DeePMD-kit, VASP, LAMMPS, ABACUS, etc. LGPL-3.0 +- fealpy (🥉10 · ⭐ 2 · 📈) - Finite Element Analysis Library in Python. Unlicensed + diff --git a/history/2023-11-23_projects.csv b/history/2023-11-23_projects.csv new file mode 100644 index 0000000..0493398 --- /dev/null +++ b/history/2023-11-23_projects.csv @@ -0,0 +1,34 @@ +,name,github_id,pypi_id,conda_id,npm_id,dockerhub_id,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,github_release_downloads,monthly_downloads,release_count,description,dependent_project_count,github_dependent_project_count,contributor_count,pypi_url,pypi_monthly_downloads,conda_url,conda_latest_release_published_at,conda_total_downloads,npm_url,npm_monthly_downloads,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,projectrank,show,category,projectrank_placing,trending +0,DeePMD-kit,deepmodeling/deepmd-kit,deepmd-kit,conda-forge/deepmd-kit,deepmd-kit,deepmodeling/deepmd-kit,https://github.com/deepmodeling/deepmd-kit,https://github.com/deepmodeling/deepmd-kit,LGPL-3.0,2017-12-12 15:23:44,2023-11-22 14:59:24.000000,2023-10-27 13:10:24,2353,118.0,437.0,46,1368.0,25.0,449.0,1262.0,2023-10-27 19:33:04,2.2.7,28777.0,15874.0,40.0,A deep learning package for many-body potential energy representation and molecular dynamics.,12.0,12.0,64,https://pypi.org/project/deepmd-kit,1187.0,https://anaconda.org/conda-forge/deepmd-kit,2023-11-20 21:56:52.079,432376.0,https://www.npmjs.com/package/deepmd-kit,113.0,https://hub.docker.com/r/deepmodeling/deepmd-kit,2023-10-29 23:31:03.651515,1.0,2023.0,29,True,others,1.0, +1,DP-GEN,deepmodeling/dpgen,dpgen,conda-forge/dpgen,,,https://github.com/deepmodeling/dpgen,https://github.com/deepmodeling/dpgen,LGPL-3.0,2019-06-13 11:43:56,2023-11-21 02:09:02.000000,2023-11-02 05:59:11,2047,28.0,162.0,13,757.0,17.0,233.0,244.0,2023-11-02 06:14:15,0.12.0,1525.0,1317.0,17.0,The deep potential generator to generate a deep-learning based model of interatomic potential energy and force field.,4.0,4.0,62,https://pypi.org/project/dpgen,650.0,https://anaconda.org/conda-forge/dpgen,2023-11-02 08:08:32.395,26078.0,,,,,,,24,True,others,1.0, +2,dpdata,deepmodeling/dpdata,dpdata,conda-forge/dpdata,,dptechnology/dpdata,https://github.com/deepmodeling/dpdata,https://github.com/deepmodeling/dpdata,LGPL-3.0,2019-04-12 13:24:23,2023-11-20 19:54:20.000000,2023-10-31 01:50:24,666,25.0,106.0,8,405.0,10.0,66.0,150.0,2023-10-31 02:23:47,0.2.17,,8270.0,33.0,"Manipulating multiple atomic simulation data formats, including DeePMD-kit, VASP, LAMMPS, ABACUS, etc.",109.0,109.0,51,https://pypi.org/project/dpdata,6665.0,https://anaconda.org/conda-forge/dpdata,2023-10-31 03:26:18.565,62614.0,,,https://hub.docker.com/r/dptechnology/dpdata,2023-06-02 09:30:14.674068,,54.0,24,True,others,1.0,1.0 +3,ABACUS,deepmodeling/abacus-develop,,conda-forge/abacus,,,https://github.com/deepmodeling/abacus-develop,https://github.com/deepmodeling/abacus-develop,LGPL-3.0,2021-02-01 04:04:52,2023-11-23 15:49:19.000000,2023-11-23 06:43:39,5905,181.0,86.0,9,2215.0,124.0,843.0,127.0,2023-11-20 09:48:36,3.4.3,,1628.0,38.0,An electronic structure package based on either plane wave basis or numerical atomic orbitals.,,,89,,,https://anaconda.org/conda-forge/abacus,2023-10-24 08:34:00.043,6512.0,,,,,,,22,True,others,1.0, +4,dpdispatcher,deepmodeling/dpdispatcher,dpdispatcher,conda-forge/dpdispatcher,,dptechnology/dpdispatcher,https://github.com/deepmodeling/dpdispatcher,https://github.com/deepmodeling/dpdispatcher,LGPL-3.0,2020-12-08 05:14:37,2023-11-21 01:35:20.073000,2023-11-20 21:53:54,1036,46.0,46.0,6,337.0,11.0,47.0,34.0,2023-11-20 21:54:35,0.6.3,,5405.0,43.0,generate HPC scheduler systems jobs input scripts and submit these scripts to HPC systems and poke until they finish.,42.0,42.0,42,https://pypi.org/project/dpdispatcher,2714.0,https://anaconda.org/conda-forge/dpdispatcher,2023-11-21 01:35:20.073,5731.0,,,https://hub.docker.com/r/dptechnology/dpdispatcher,2023-11-20 22:03:09.284401,,79877.0,22,True,others,1.0, +5,dflow,deepmodeling/dflow,dflow,conda-forge/dflow,,dptechnology/dflow,https://github.com/deepmodeling/dflow,https://github.com/deepmodeling/dflow,LGPL-3.0,2022-01-21 08:14:36,2023-11-23 08:45:44.471565,2023-11-23 08:43:12,1810,170.0,20.0,1,683.0,12.0,21.0,42.0,2023-11-23 08:43:40,1.8.26,,82.0,100.0,Dflow is a Python framework for constructing scientific computing workflows (e.g. concurrent learning workflows)..,,,21,https://pypi.org/project/dflow,,https://anaconda.org/conda-forge/dflow,,,,,https://hub.docker.com/r/dptechnology/dflow,2023-11-23 08:45:44.471565,,1808.0,17,True,others,2.0, +6,DP-GUI,deepmodeling/dpgui,dpgui,,,,https://github.com/deepmodeling/dpgui,https://github.com/deepmodeling/dpgui,LGPL-3.0,2021-07-21 18:48:23,2023-11-23 10:42:48.000000,2023-11-20 21:47:12,260,80.0,3.0,7,331.0,,1.0,7.0,2023-10-13 05:16:09,1.0.0,,9344.0,4.0,A web-based GUI for user inputs.,4.0,4.0,3,https://pypi.org/project/dpgui,9344.0,,,,,,,,,,17,True,others,2.0, +7,dargs,deepmodeling/dargs,dargs,,,,https://github.com/deepmodeling/dargs,https://github.com/deepmodeling/dargs,LGPL-3.0,2020-09-19 22:20:28,2023-11-20 19:53:58.000000,2023-11-01 01:04:08,118,10.0,1.0,7,36.0,1.0,6.0,5.0,2023-11-01 01:06:32,0.4.3,,12890.0,24.0,Argument processing for the deep modeling project.,107.0,107.0,5,https://pypi.org/project/dargs,12890.0,,,,,,,,,,17,True,others,2.0, +8,DeepFlame,deepmodeling/deepflame-dev,,,,,https://github.com/deepmodeling/deepflame-dev,https://github.com/deepmodeling/deepflame-dev,GPL-3.0,2022-06-12 10:25:12,2023-11-20 14:41:08.000000,2023-11-20 07:52:26,827,17.0,50.0,5,352.0,8.0,26.0,89.0,2023-06-30 09:38:39,1.2.0,,,17.0,A deep learning empowered open-source platform for reacting flow simulations.,,,20,,,,,,,,,,,,15,True,others,2.0, +9,APEX,deepmodeling/APEX,apex-flow,,,,https://github.com/deepmodeling/APEX,https://github.com/deepmodeling/APEX,LGPL-3.0,2023-04-20 06:13:42,2023-11-17 03:59:16.000000,2023-11-17 03:59:16,295,102.0,8.0,7,47.0,,2.0,11.0,2023-09-25 09:25:46,1.0.1,,198.0,3.0,APEX: Alloy Properties EXplorer using simulations.,,,4,https://pypi.org/project/apex-flow,198.0,,,,,,,,,,14,True,others,2.0, +10,DMFF,deepmodeling/DMFF,,,,,https://github.com/deepmodeling/DMFF,https://github.com/deepmodeling/DMFF,LGPL-3.0,2022-02-14 01:35:50,2023-11-22 10:04:10.000000,2023-11-09 06:31:11,427,7.0,32.0,11,131.0,6.0,14.0,118.0,2023-11-09 14:32:37,1.0.0,,,4.0,DMFF (Differentiable Molecular Force Field) is a Jax-based python package that provides a full differentiable..,,,13,,,,,,,,,,,,13,True,others,2.0, +11,rid-kit,deepmodeling/rid-kit,rid-kit,,,,https://github.com/deepmodeling/rid-kit,https://github.com/deepmodeling/rid-kit,LGPL-3.0,2021-02-02 02:44:00,2023-09-22 08:53:26.000000,2023-09-22 08:42:39,469,5.0,20.0,5,18.0,,3.0,39.0,2023-08-29 13:51:28,0.6.2,142.0,23.0,4.0,Reinforced dynamics.,,,14,https://pypi.org/project/rid-kit,18.0,,,,,,,,,,13,True,others,2.0, +12,DPGEN2,deepmodeling/dpgen2,dpgen2,,,dptechnology/dpgen2,https://github.com/deepmodeling/dpgen2,https://github.com/deepmodeling/dpgen2,LGPL-3.0,2022-02-28 02:41:16,2023-11-01 01:16:59.000000,2023-10-25 08:04:23,245,13.0,13.0,6,157.0,8.0,13.0,20.0,2023-01-28 03:43:25,0.0.7,,170.0,7.0,2nd generation of the Deep Potential GENerator.,1.0,1.0,10,https://pypi.org/project/dpgen2,58.0,,,,,,https://hub.docker.com/r/dptechnology/dpgen2,2023-10-25 08:05:54.380462,,2354.0,13,True,others,2.0, +13,deepmodeling_sphinx,deepmodeling/deepmodeling_sphinx,deepmodeling_sphinx,,,,https://github.com/deepmodeling/deepmodeling_sphinx,https://github.com/deepmodeling/deepmodeling_sphinx,LGPL-3.0,2022-03-04 00:19:06,2023-11-20 19:54:07.000000,2023-10-31 23:56:25,53,5.0,3.0,6,45.0,,,2.0,2023-08-26 18:14:44,0.2.4,,1948.0,17.0,Sphinx extension for DeepModeling projects.,,,4,https://pypi.org/project/deepmodeling_sphinx,1948.0,,,,,,,,,,12,True,others,3.0, +14,DeePTB,deepmodeling/DeePTB,,,,,https://github.com/deepmodeling/DeePTB,https://github.com/deepmodeling/DeePTB,LGPL-3.0,2023-07-11 03:19:42,2023-11-23 10:12:07.000000,2023-11-17 01:53:51,551,28.0,9.0,1,33.0,6.0,10.0,21.0,2023-11-03 06:51:19,1.0.1,,,2.0,DeePTB: A deep learning package for tight-binding approach with ab initio accuracy.,,,5,,,,,,,,,,,,11,True,others,3.0, +15,args,deepmodeling/args,,,@deepmodeling/args,,https://github.com/deepmodeling/args,https://github.com/deepmodeling/args,LGPL-3.0,2021-12-27 03:27:24,2023-11-20 21:46:38.000000,2023-11-20 21:46:36,54,16.0,1.0,7,28.0,,,2.0,2023-11-06 23:04:16,0.0.15,,642.0,14.0,DeepModeling dargs arguments generation.,4.0,4.0,2,,,,,,https://www.npmjs.com/package/@deepmodeling/args,642.0,,,,,11,True,others,3.0, +16,fealpy,deepmodeling/fealpy,fealpy,,,,https://github.com/deepmodeling/fealpy,https://github.com/deepmodeling/fealpy,,2023-04-10 03:58:57,2023-11-20 13:27:40.000000,2023-11-20 02:01:26,5525,410.0,,1,,,,2.0,,,,61.0,,Finite Element Analysis Library in Python.,,,57,https://pypi.org/project/fealpy,61.0,,,,,,,,,,10,True,others,3.0,1.0 +17,DeePKS-kit,deepmodeling/deepks-kit,,,,,https://github.com/deepmodeling/deepks-kit,https://github.com/deepmodeling/deepks-kit,LGPL-3.0,2020-07-29 03:27:50,2023-08-24 00:29:24.000000,2023-04-01 01:14:46,380,,31.0,13,39.0,2.0,9.0,95.0,,,,,,a package for developing machine learning-based chemically accurate energy and density functional models.,,,6,,,,,,,,,,,,9,True,others,3.0, +18,AIS-Square,deepmodeling/AIS-Square,,,,,https://github.com/deepmodeling/AIS-Square,https://github.com/deepmodeling/AIS-Square,LGPL-3.0,2022-09-13 09:52:30,2023-11-15 09:29:42.000000,2023-11-15 09:29:42,464,142.0,5.0,8,208.0,3.0,1.0,6.0,,,,,,,,,8,,,,,,,,,,,,8,True,others,3.0, +19,Uni-Fold,deepmodeling/Uni-Fold,,,,dptechnology/unifold,https://github.com/deepmodeling/Uni-Fold,https://github.com/deepmodeling/Uni-Fold,Apache-2.0,2021-12-07 14:40:37,2023-06-19 14:02:32.251014,2022-08-18 15:27:32,29,,18.0,5,1.0,,1.0,90.0,,,,23.0,,,,,3,,,,,,,,https://hub.docker.com/r/dptechnology/unifold,2023-06-19 14:02:32.251014,,544.0,7,True,others,3.0, +20,community,deepmodeling/community,,,,,https://github.com/deepmodeling/community,https://github.com/deepmodeling/community,,2021-05-06 04:50:02,2023-11-07 07:00:42.000000,2023-11-07 07:00:42,88,5.0,14.0,11,26.0,1.0,4.0,71.0,,,,,,DeepModeling community content.,,,14,,,,,,,,,,,,7,True,others,3.0, +21,Blog,deepmodeling/blog,,,,,https://github.com/deepmodeling/blog,https://github.com/deepmodeling/blog,LGPL-3.0,2021-06-10 23:11:55,2023-11-08 22:13:33.000000,2023-11-08 22:13:03,148,11.0,5.0,7,73.0,,,1.0,,,,,,DeepModeling Blog.,,,5,,,,,,,,,,,,7,True,others,3.0, +22,dpti,deepmodeling/dpti,,,,,https://github.com/deepmodeling/dpti,https://github.com/deepmodeling/dpti,LGPL-3.0,2021-04-04 13:57:37,2023-08-27 21:50:49.000000,2023-07-05 08:29:35,369,,14.0,6,27.0,5.0,,13.0,,,,,,,,,13,,,,,,,,,,,,6,True,others,3.0, +23,docs,deepmodeling/docs,,,,,https://github.com/deepmodeling/docs,https://github.com/deepmodeling/docs,LGPL-3.0,2021-07-05 00:32:29,2023-11-08 22:13:25.000000,2023-11-08 22:13:25,23,2.0,5.0,6,18.0,,,3.0,,,,,,The home page of DeepModeling documentation.,,,6,,,,,,,,,,,,6,True,others,3.0, +24,fpop,deepmodeling/fpop,fpop,,,,https://github.com/deepmodeling/fpop,https://github.com/deepmodeling/fpop,LGPL-3.0,2023-02-10 03:16:47,2023-04-26 06:04:27.000000,2023-04-26 06:03:56,37,,5.0,9,17.0,3.0,,1.0,,,,233.0,,,3.0,3.0,2,https://pypi.org/project/fpop,233.0,,,,,,,,,,6,True,others,3.0, +25,AI4Science101,deepmodeling/AI4Science101,,,,,https://github.com/deepmodeling/AI4Science101,https://github.com/deepmodeling/AI4Science101,,2022-06-19 02:26:48,2022-09-04 02:06:18.000000,2022-09-04 02:06:18,139,,12.0,10,28.0,,1.0,73.0,,,,,,AI for Science.,,,5,,,,,,,,,,,,5,True,others,3.0, +26,tutorials,deepmodeling/tutorials,,,,,https://github.com/deepmodeling/tutorials,https://github.com/deepmodeling/tutorials,,2022-03-07 06:19:19,2023-11-13 07:45:42.000000,2022-09-26 07:49:48,136,,20.0,6,61.0,,2.0,12.0,,,,,,Tutorials for DeepModeling projects.,,,10,,,,,,,,,,,,5,True,others,3.0, +27,DeepH-pack,deepmodeling/DeepH-pack,,,,,https://github.com/deepmodeling/DeepH-pack,https://github.com/deepmodeling/DeepH-pack,LGPL-3.0,2022-07-19 08:07:24,2023-10-18 11:24:07.000000,2023-07-11 08:11:15,54,,5.0,2,1.0,1.0,2.0,10.0,,,,,,Deep neural networks for density functional theory Hamiltonian.,,,6,,,,,,,,,,,,5,True,others,3.0, +28,tutorials-cn,deepmodeling/tutorials-cn,,,,,https://github.com/deepmodeling/tutorials-cn,https://github.com/deepmodeling/tutorials-cn,LGPL-2.1,2022-03-30 07:39:32,2022-12-29 11:58:55.000000,2022-12-29 11:58:55,9,,5.0,6,11.0,,,3.0,,,,,,,,,4,,,,,,,,,,,,4,True,others,3.0, +29,ADMP,deepmodeling/ADMP,,,,,https://github.com/deepmodeling/ADMP,https://github.com/deepmodeling/ADMP,,2021-12-26 07:22:47,2022-02-17 11:03:54.000000,2022-02-15 02:13:59,120,,1.0,1,5.0,,,2.0,,,,,,Automatic Differentiation Multipole Moment Molecular Forcefield.,,,7,,,,,,,,,,,,2,True,others,3.0, +30,LibRI,deepmodeling/LibRI,,,,,https://github.com/deepmodeling/LibRI,https://github.com/deepmodeling/LibRI,GPL-3.0,2023-04-19 02:10:20,2023-04-10 15:53:42.000000,2023-04-10 15:53:42,80,,,2,,2.0,1.0,6.0,,,,,,,,,2,,,,,,,,,,,,1,True,others,3.0, +31,openfinite,deepmodeling/openfinite,,,,,https://github.com/deepmodeling/openfinite,https://github.com/deepmodeling/openfinite,LGPL-3.0,2021-10-10 08:56:48,2021-10-06 08:22:21.000000,2021-10-06 08:13:39,13,,,1,,,,1.0,,,,,,,,,2,,,,,,,,,,,,0,True,others,, +32,dflow-op-cutter,deepmodeling/dflow-op-cutter,,,,,https://github.com/deepmodeling/dflow-op-cutter,https://github.com/deepmodeling/dflow-op-cutter,,2022-06-24 01:31:42,2022-07-06 09:54:14.000000,2022-07-06 09:54:08,4,,,5,,,1.0,,,,,,,,,,2,,,,,,,,,,,,0,True,others,, diff --git a/latest-changes.md b/latest-changes.md index 41e29a9..60fb257 100644 --- a/latest-changes.md +++ b/latest-changes.md @@ -2,14 +2,6 @@ _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ -- dpdispatcher (🥇22 · ⭐ 34 · 📈) - generate HPC scheduler systems jobs input scripts and submit these scripts to HPC systems and poke until they finish. LGPL-3.0 -- AIS-Square (🥉8 · ⭐ 6 · 📈) - LGPL-3.0 - -## 📉 Trending Down - -_Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - -- dpdata (🥇23 · ⭐ 150 · 📉) - Manipulating multiple atomic simulation data formats, including DeePMD-kit, VASP, LAMMPS, ABACUS, etc. LGPL-3.0 -- dflow (🥈17 · ⭐ 42 · 📉) - Dflow is a Python framework for constructing scientific computing workflows (e.g. concurrent learning workflows).. LGPL-3.0 -- DeePTB (🥉11 · ⭐ 21 · 🐣) - DeePTB: A deep learning package for tight-binding approach with ab initio accuracy. LGPL-3.0 +- dpdata (🥇24 · ⭐ 150 · 📈) - Manipulating multiple atomic simulation data formats, including DeePMD-kit, VASP, LAMMPS, ABACUS, etc. LGPL-3.0 +- fealpy (🥉10 · ⭐ 2 · 📈) - Finite Element Analysis Library in Python. Unlicensed