File tree 5 files changed +22
-25
lines changed
5 files changed +22
-25
lines changed Original file line number Diff line number Diff line change 1
- cff-version : 1.2 .0
1
+ cff-version : 2.0 .0
2
2
message : " If you use this software, please cite it as below."
3
3
authors :
4
4
- family-names : " Sewall"
@@ -10,15 +10,18 @@ authors:
10
10
- family-names : " Jacobsen"
11
11
given-names : " Douglas"
12
12
orcid : " https://orcid.org/0000-0002-3836-207X"
13
+ - family-names : " Lee"
14
+ given-names : " Kin Long Kelvin"
15
+ orcid : " https://orcid.org/0000-0002-1903-9242"
13
16
title : " Code Base Investigator"
14
- version : 1.2 .0
15
- date-released : " 2024-03-28 "
16
- doi : " 10.5281/zenodo.10890422 "
17
+ version : 2.0 .0
18
+ date-released : " 2025-05-15 "
19
+ doi : " 10.5281/zenodo.15422620 "
17
20
identifiers :
18
21
- description : Archive of all previous releases.
19
22
type : doi
20
23
value : " 10.5281/zenodo.5018973"
21
24
- description : Latest release.
22
25
type : doi
23
- value : " 10.5281/zenodo.10890422 "
26
+ value : " 10.5281/zenodo.15422620 "
24
27
url : " https://github.com/intel/code-base-investigator"
Original file line number Diff line number Diff line change @@ -38,21 +38,18 @@ portability and maintainability of an application's source code.
38
38
- NumPy
39
39
- pathspec
40
40
- Python 3
41
- - PyYAML
42
41
- SciPy
43
42
- tabulate
44
43
- tqdm
45
44
46
45
47
46
## Installation
48
47
49
- The latest release of CBI is version 1.2 .0. To download and install this
48
+ The latest release of CBI is version 2.0 .0. To download and install this
50
49
release, run the following:
51
50
52
51
```
53
- git clone --branch 1.2.0 https://github.com/intel/code-base-investigator.git
54
- cd code-base-investigator
55
- pip install .
52
+ pip install git+https://github.com/intel/code-base-investigator@2.0.0
56
53
```
57
54
58
55
We strongly recommend installing CBI within a [ virtual
Original file line number Diff line number Diff line change 13
13
+ "brands may be claimed as the property of others."
14
14
)
15
15
author = "Intel Corporation"
16
- version = "1.2 .0"
17
- release = "1.2 .0"
16
+ version = "2.0 .0"
17
+ release = "2.0 .0"
18
18
19
19
# -- General configuration ---------------------------------------------------
20
20
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change @@ -59,12 +59,10 @@ portability and maintainability of an application's source code.
59
59
Installation
60
60
############
61
61
62
- The latest release of CBI is version 1.2 .0. To download and install this
62
+ The latest release of CBI is version 2.0 .0. To download and install this
63
63
release, run the following::
64
64
65
- $ git clone --branch 1.2.0 https://github.com/intel/code-base-investigator.git
66
- $ cd code-base-investigator
67
- $ pip install .
65
+ $ pip install git+https://github.com/intel/code-base-investigator@2.0.0
68
66
69
67
We strongly recommend installing CBI within a virtual environment, to simplify
70
68
dependency management and improve security. Some alternative methods of
@@ -74,7 +72,7 @@ creating a virtual environment are shown below.
74
72
75
73
.. code-block :: text
76
74
77
- $ git clone --branch 1.2 .0 https://github.com/intel/code-base-investigator.git
75
+ $ git clone --branch 2.0 .0 https://github.com/intel/code-base-investigator.git
78
76
$ python3 -m venv cbi
79
77
$ source cbi/bin/activate
80
78
$ cd code-base-investigator
@@ -84,7 +82,7 @@ creating a virtual environment are shown below.
84
82
85
83
.. code-block :: text
86
84
87
- $ git clone --branch 1.2 .0 https://github.com/intel/code-base-investigator.git
85
+ $ git clone --branch 2.0 .0 https://github.com/intel/code-base-investigator.git
88
86
$ cd code-base-investigator
89
87
$ uv tool install .
90
88
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ description = "Code Base Investigator"
12
12
dynamic = [" version" , " readme" ]
13
13
keywords = [" performance" , " portability" , " productivity" ]
14
14
name = " codebasin"
15
- requires-python = " >=3.9 "
15
+ requires-python = " >=3.12 "
16
16
classifiers = [
17
17
" Development Status :: 5 - Production/Stable" ,
18
18
" Environment :: Console" ,
@@ -24,14 +24,13 @@ classifiers = [
24
24
" Topic :: Software Development" ,
25
25
]
26
26
dependencies = [
27
- " numpy==1.26.0 " ,
28
- " matplotlib==3.8.2 " ,
27
+ " numpy==2.2.4 " ,
28
+ " matplotlib==3.10.1 " ,
29
29
" pathspec==0.12.1" ,
30
- " pyyaml==6.0.1" ,
31
- " scipy==1.12.0" ,
32
- " jsonschema==4.21.1" ,
30
+ " scipy==1.15.2" ,
31
+ " jsonschema==4.23.0" ,
33
32
" tabulate==0.9.0" ,
34
- " tqdm==4.66.5 " ,
33
+ " tqdm==4.67.1 " ,
35
34
]
36
35
37
36
[project .scripts ]
You can’t perform that action at this time.
0 commit comments