Fanwang Meng commited on
Commit
ac73527
·
1 Parent(s): fa9369b

Update the timestamp from 2022 to 2023

Browse files
doc/api/api_index.rst CHANGED
@@ -3,7 +3,7 @@
3
  : The selector library provides a set of tools to select molecule
4
  : subset with maximum molecular diversity.
5
  :
6
- : Copyright (C) 2022 The QC-Devs Community
7
  :
8
  : This file is part of selector.
9
  :
 
3
  : The selector library provides a set of tools to select molecule
4
  : subset with maximum molecular diversity.
5
  :
6
+ : Copyright (C) 2023 The QC-Devs Community
7
  :
8
  : This file is part of selector.
9
  :
doc/api/base.rst CHANGED
@@ -3,7 +3,7 @@
3
  : The selector library provides a set of tools to select molecule
4
  : subset with maximum molecular diversity.
5
  :
6
- : Copyright (C) 2022 The QC-Devs Community
7
  :
8
  : This file is part of selector.
9
  :
 
3
  : The selector library provides a set of tools to select molecule
4
  : subset with maximum molecular diversity.
5
  :
6
+ : Copyright (C) 2023 The QC-Devs Community
7
  :
8
  : This file is part of selector.
9
  :
doc/api/distance.rst CHANGED
@@ -3,7 +3,7 @@
3
  : The selector library provides a set of tools to select molecule
4
  : subset with maximum molecular diversity.
5
  :
6
- : Copyright (C) 2022 The QC-Devs Community
7
  :
8
  : This file is part of selector.
9
  :
 
3
  : The selector library provides a set of tools to select molecule
4
  : subset with maximum molecular diversity.
5
  :
6
+ : Copyright (C) 2023 The QC-Devs Community
7
  :
8
  : This file is part of selector.
9
  :
doc/api/diversity.rst CHANGED
@@ -3,7 +3,7 @@
3
  : The selector library provides a set of tools to select molecule
4
  : subset with maximum molecular diversity.
5
  :
6
- : Copyright (C) 2022 The QC-Devs Community
7
  :
8
  : This file is part of selector.
9
  :
 
3
  : The selector library provides a set of tools to select molecule
4
  : subset with maximum molecular diversity.
5
  :
6
+ : Copyright (C) 2023 The QC-Devs Community
7
  :
8
  : This file is part of selector.
9
  :
doc/api/features.rst CHANGED
@@ -3,7 +3,7 @@
3
  : The selector library provides a set of tools to select molecule
4
  : subset with maximum molecular diversity.
5
  :
6
- : Copyright (C) 2022 The QC-Devs Community
7
  :
8
  : This file is part of selector.
9
  :
 
3
  : The selector library provides a set of tools to select molecule
4
  : subset with maximum molecular diversity.
5
  :
6
+ : Copyright (C) 2023 The QC-Devs Community
7
  :
8
  : This file is part of selector.
9
  :
doc/api/selectors.rst CHANGED
@@ -3,7 +3,7 @@
3
  : The selector library provides a set of tools to select molecule
4
  : subset with maximum molecular diversity.
5
  :
6
- : Copyright (C) 2022 The QC-Devs Community
7
  :
8
  : This file is part of selector.
9
  :
 
3
  : The selector library provides a set of tools to select molecule
4
  : subset with maximum molecular diversity.
5
  :
6
+ : Copyright (C) 2023 The QC-Devs Community
7
  :
8
  : This file is part of selector.
9
  :
doc/api/utils.rst CHANGED
@@ -3,7 +3,7 @@
3
  : The selector library provides a set of tools to select molecule
4
  : subset with maximum molecular diversity.
5
  :
6
- : Copyright (C) 2022 The QC-Devs Community
7
  :
8
  : This file is part of selector.
9
  :
 
3
  : The selector library provides a set of tools to select molecule
4
  : subset with maximum molecular diversity.
5
  :
6
+ : Copyright (C) 2023 The QC-Devs Community
7
  :
8
  : This file is part of selector.
9
  :
pyproject.toml CHANGED
@@ -1,29 +1,24 @@
1
- # [build-system]
2
- # build-backend = "setuptools.build_meta"
3
- # requires = ["setuptools>=61.0", "wheel>=0.37.1"]
4
- # This example pyproject.toml is for a basic pip+setuptools setup.
5
- # If you use a project management tool (like Poetry), then
6
- # those tools will have slightly different configurations or additions.
7
-
8
- # I highly recommend using a project management tool for your project.
9
- # Project management is a highly opinionated subject.
10
- # There are a lot of good, robust tools in this space now (as of 2023)
11
- # Two that I've used and recommend are Poetry and PDM.
12
- # Poetry is more mature, PDM is recent, both work well.
13
- # - Poetry: https://python-poetry.org/
14
- # - PDM: https://pdm.fming.dev/latest/
15
-
16
- # https://gist.githubusercontent.com/GhostofGoes/75051c4aeb215bc3cf48c10f5454b399/raw/499661609846ab52b8fc7e6acf0562275ca22517/pyproject.toml
17
- # Resources
18
  #
19
- # - https://packaging.python.org/en/latest/tutorials/packaging-projects/
20
- # - https://betterprogramming.pub/a-pyproject-toml-developers-cheat-sheet-5782801fb3ed
21
  #
22
- # Examples of pyproject.toml files from open-source projects:
23
- # - https://github.com/carlosperate/awesome-pyproject
24
- # - https://github.com/SpikeInterface/spikeinterface/blob/master/pyproject.toml
25
- # - https://github.com/codespell-project/codespell/blob/master/pyproject.toml
26
- # - https://github.com/hynek/structlog/blob/main/pyproject.toml
 
 
 
 
 
 
 
 
 
 
 
27
 
28
 
29
  [project]
 
1
+ # The Selector library provides a set of tools for selecting a
2
+ # subset of the dataset and computing diversity.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  #
4
+ # Copyright (C) 2023 The QC-Devs Community
 
5
  #
6
+ # This file is part of Selector.
7
+ #
8
+ # Selector is free software; you can redistribute it and/or
9
+ # modify it under the terms of the GNU General Public License
10
+ # as published by the Free Software Foundation; either version 3
11
+ # of the License, or (at your option) any later version.
12
+ #
13
+ # Selector is distributed in the hope that it will be useful,
14
+ # but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ # GNU General Public License for more details.
17
+ #
18
+ # You should have received a copy of the GNU General Public License
19
+ # along with this program; if not, see <http://www.gnu.org/licenses/>
20
+ #
21
+ # --
22
 
23
 
24
  [project]
updateheaders.py CHANGED
@@ -1,7 +1,7 @@
1
  # The selector library provides a set of tools to select molecule
2
  # subset with maximum molecular diversity.
3
  #
4
- # Copyright (C) 2022 The QC-Devs Community
5
  #
6
  # This file is part of selector.
7
  #
 
1
  # The selector library provides a set of tools to select molecule
2
  # subset with maximum molecular diversity.
3
  #
4
+ # Copyright (C) 2023 The QC-Devs Community
5
  #
6
  # This file is part of selector.
7
  #