Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CITATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To cite the library itself, please use:
Deakin, Tom and
Zamora, Yuliana and
Lee, Kin Long Kelvin},
title = {{Performance, Portability and Productivity Analysis
title = {{Performance, Portability and Productivity Analysis
Library}},
month = mar,
year = 2023,
Expand All @@ -22,7 +22,7 @@ To cite the library itself, please use:

Additional DOIs are generated for each [release][1].

[1]: https://github.com/intel/p3-analysis-library/releases
[1]: https://github.com/P3HPC/p3-analysis-library/releases

## Citing Specific Functionality

Expand Down
3 changes: 1 addition & 2 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ representative at an online or offline event.
## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at
CommunityCodeOfConduct AT intel DOT com.
reported to the community leaders via e-mail.
All complaints will be reviewed and investigated promptly and fairly.

All community leaders are obligated to respect the privacy and security of the
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ welcome community contributions. You can:
- Submit your changes directly with a [pull request][1].
- File a bug or open a feature request with an [issue][2].

[1]: https://github.com/intel/p3-analysis-library/pulls
[2]: https://github.com/intel/p3-analysis-library/issues
[1]: https://github.com/P3HPC/p3-analysis-library/pulls
[2]: https://github.com/P3HPC/p3-analysis-library/issues

# Pull Requests

Expand Down Expand Up @@ -48,7 +48,7 @@ For commits:
- Limit the other lines of Git commit messages to 72 characters.
- Please consider following the guidelines outlined [here][7].

[7]: https://cbea.ms/git-commit/
[7]: https://cbea.ms/git-commit/

# Testing

Expand Down
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Security Policy
Intel is committed to rapidly addressing security vulnerabilities affecting our customers and providing clear guidance on the solution, impact, severity and mitigation.

## Reporting a Vulnerability
Please report any security vulnerabilities in this project [utilizing the guidelines here](https://www.intel.com/content/www/us/en/security-center/vulnerability-handling-guidelines.html).

To report a security issue, please use the GitHub Security Advisory ["Report a Vulnerability"](https://github.com/P3HPC/p3-analysis-library/security/advisories/new) tab.
2 changes: 1 addition & 1 deletion docs/source/data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ The JSON string format follows the schema `here`_, and should be considered
experimental.

.. _here:
https://raw.githubusercontent.com/intel/p3-analysis-library/master/p3/data/coverage.schema
https://raw.githubusercontent.com/P3HPC/p3-analysis-library/master/p3analysis/data/coverage.schema
6 changes: 3 additions & 3 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ Performance, Portability, and Productivity Analysis Library
:hidden:
:caption: Contributing

How to Contribute <https://github.com/intel/p3-analysis-library/blob/main/CONTRIBUTING.md>
GitHub <https://github.com/intel/p3-analysis-library>
How to Contribute <https://github.com/P3HPC/p3-analysis-library/blob/main/CONTRIBUTING.md>
GitHub <https://github.com/P3HPC/p3-analysis-library>
notices-and-disclaimers

The Performance, Portability, and Productivity Analysis Library (P3 Analysis
Expand All @@ -58,7 +58,7 @@ Installation
The latest release of the P3 Analysis Library is version 0.1.0-alpha. To
download and install this release, run the following::

$ git clone --branch v0.1.0-alpha https://github.com/intel/p3-analysis-library.git
$ git clone --branch v0.1.0-alpha https://github.com/P3HPC/p3-analysis-library.git
$ cd p3-analysis-library
$ pip install .

Expand Down
2 changes: 1 addition & 1 deletion docs/source/notices-and-disclaimers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ License

The Performance, Portability and Productivity Analysis Library (P3 Analysis
Library) is licensed under the MIT License, and made available at
http://github.com/intel/p3-analysis-library/.
http://github.com/P3HPC/p3-analysis-library/.
2 changes: 1 addition & 1 deletion examples/cascade/plot_customized_cascade.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
If you have any trouble customizing a plot, or the
:py:class:`~p3analysis.plot.backend.CascadePlot` object does not provide access to
the internals you are looking for, then please `open an issue
<https://github.com/intel/p3-analysis-library/issues/new/choose>`_.
<https://github.com/P3HPC/p3-analysis-library/issues/new/choose>`_.
"""

# Initialize synthetic performance efficiency data
Expand Down
2 changes: 1 addition & 1 deletion examples/navchart/plot_customized_navchart.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
If you have any trouble customizing a navigation chart, or the
:py:class:`~p3analysis.plot.backend.NavChart` object does not provide access to the
internals you are looking for, then please `open an issue
<https://github.com/intel/p3-analysis-library/issues/new/choose>`_.
<https://github.com/P3HPC/p3-analysis-library/issues/new/choose>`_.
"""

# Initialize synthetic data
Expand Down
2 changes: 1 addition & 1 deletion p3analysis/data/coverage.schema
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/intel/p3-analysis-library/main/p3/data/coverage.schema",
"$id": "https://raw.githubusercontent.com/P3HPC/p3-analysis-library/main/p3/data/coverage.schema",
"title": "Coverage",
"description": "Lines of code used in each file of a code base.",
"type": "array",
Expand Down
2 changes: 1 addition & 1 deletion p3analysis/plot/backend/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
If you have any trouble customizing a plot, or the objects in this module
do not provide access to the internals you are looking for, then please
`open an issue
<https://github.com/intel/p3-analysis-library/issues/new/choose>`_.
<https://github.com/P3HPC/p3-analysis-library/issues/new/choose>`_.
"""

import itertools
Expand Down
2 changes: 1 addition & 1 deletion p3analysis/report/_snapshot.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def snapshot(df, cov=None, directory=None):
- A navigation chart (see :py:func:`p3analysis.plot.navchart`)
- A table breaking down the lines of code shared between applications

.. _Code Base Investigator: https://github.com/intel/code-base-investigator
.. _Code Base Investigator: https://github.com/P3HPC/code-base-investigator

Parameters
----------
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ requires = ["setuptools >= 61.0"]

[project]
authors = [
{"name" = "S. John Pennycook", "email" = "john.pennycook@intel.com"},
{"name" = "S. John Pennycook", "email" = "john.pennycook@gmail.com"},
{"name" = "Jason Sewall"},
{"name" = "Douglas Jacobsen"},
{"name" = "Tom Deakin", "email" = "tom.deakin@bristol.ac.uk"},
{"name" = "Yuliana Zamora", "email" = "yuliana.zamora@intel.com"},
{"name" = "Kin Long Kelvin Lee", "email" = "kin.long.kelvin.lee@intel.com"}
{"name" = "Yuliana Zamora"},
{"name" = "Kin Long Kelvin Lee"}
]
description = "Performance, Portability and Productivity Analysis Library"
dynamic = ["version", "readme"]
Expand Down