Skip to content

Preparation of ownership transfer #532

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 9, 2024
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
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2019 Bloomberg
Copyright (c) 2019
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
18 changes: 8 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ the nbextension:
jupyter nbextension enable --py [--sys-prefix|--user|--system] ipydatagrid
```

NOTE: For examples using Scales from bqplot to work as intended, the bqplot notebook and lab extensions must be installed as well. See the [bqplot repo](https://github.com/bloomberg/bqplot) for installation instructions:
NOTE: For examples using Scales from bqplot to work as intended, the bqplot notebook and lab extensions must be installed as well. See the [bqplot repo](https://github.com/bqplot/bqplot) for installation instructions:

## Development installation

Expand Down Expand Up @@ -104,27 +104,25 @@ jupyter lab

We :heart: contributions.

Have you had a good experience with this project? Why not share some love and contribute code, or just let us know about any issues you had with it?
The ipydatagrid package is under the [Jupyter-Widgets](https://github.com/jupyter-widgets) [software subproject](https://jupyter.org/governance/software_subprojects.html).

We welcome issue reports [here](../../issues); be sure to choose the proper issue template for your issue, so that we can be sure you're providing the necessary information.
We appreciate contributions from the community.

Before sending a [Pull Request](../../pulls), please make sure you read our
[Contribution Guidelines](https://github.com/bloomberg/.github/blob/master/CONTRIBUTING.md).
We follow the [IPython Contributing Guide](https://github.com/ipython/ipython/blob/main/CONTRIBUTING.md)
and [Jupyter Contributing Guides](https://jupyter.readthedocs.io/en/latest/contributor/content-contributor.html)

## License

Please read the [LICENSE](LICENSE.txt) file.

## Code of Conduct

This project has adopted a [Code of Conduct](https://github.com/bloomberg/.github/blob/master/CODE_OF_CONDUCT.md).
If you have any concerns about the Code, or behavior which you have experienced in the project, please
contact us at [email protected].
This project has adopted a [Project Jupyter's Code of Conduct](https://github.com/jupyter/governance/blob/master/conduct/code_of_conduct.md)bloo.

## Security Vulnerability Reporting

If you believe you have identified a security vulnerability in this project, please send email to the project
team at [email protected], detailing the suspected issue and any methods you've found to reproduce it.
If you believe you have identified a security vulnerability in this project, please raise an issue to the project,
detailing the suspected problem and any methods you've found to reproduce it.

Please do NOT open an issue in the GitHub repository, as we'd prefer to keep vulnerability reports private until
we've had an opportunity to review and address them.
2 changes: 1 addition & 1 deletion examples/DataGrid.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"You can look at the vega-expression documentation for more information about available constants and functions. In the scope of the expression are also available: `value`: cell value, `x` and `y`: cell position in pixel, `width` and `height` of the cell, `row` and `column`: cell position.\n",
"\n",
"### Python expressions\n",
"If you prefer writing those expressions in Python, we provide an `Expr` class which takes a Python expression as input string or a Python function, and generates the equivalent vega-expression for you using [py2vega](https://github.com/Bloomberg/py2vega)."
"If you prefer writing those expressions in Python, we provide an `Expr` class which takes a Python expression as input string or a Python function, and generates the equivalent vega-expression for you using [py2vega](https://github.com/QuantStack/py2vega)."
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions examples/HyperlinkRenderer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"\n",
"df = pd.DataFrame(\n",
" data={\n",
" \"Name\": [\"Tech at Bloomberg\"],\n",
" \"Link\": [[\"https://www.techatbloomberg.com/\", \"Tech at BBG Website\"]],\n",
" \"Name\": [\"NumFocus\"],\n",
" \"Link\": [[\"https://numfocus.org/\", \"Better tools to build a better worlds.\"]],\n",
" }\n",
")\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion ipydatagrid/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Bloomberg.
# Copyright (c).
# Distributed under the terms of the Modified BSD License.

from ._version import __version__
Expand Down
2 changes: 1 addition & 1 deletion ipydatagrid/_frontend.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Bloomberg.
# Copyright (c) NumFOCUS.
# Distributed under the terms of the Modified BSD License.

"""
Expand Down
2 changes: 1 addition & 1 deletion ipydatagrid/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Bloomberg.
# Copyright (c) NumFOCUS.
# Distributed under the terms of the Modified BSD License.

__version__ = "1.3.2"
2 changes: 1 addition & 1 deletion ipydatagrid/cellrenderer.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Bloomberg.
# Copyright (c) NumFOCUS.
# Distributed under the terms of the Modified BSD License.

# Dependency to bqplot is temporary, we should remove this
Expand Down
2 changes: 1 addition & 1 deletion ipydatagrid/datagrid.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Bloomberg.
# Copyright (c) NumFOCUS.
# Distributed under the terms of the Modified BSD License.

import datetime
Expand Down
2 changes: 1 addition & 1 deletion js/cellrenderer.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Bloomberg
// Copyright (c) NumFOCUS.
// Distributed under the terms of the Modified BSD License.

const d3Format: any = require('d3-format');
Expand Down
2 changes: 1 addition & 1 deletion js/datagrid.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Bloomberg
// Copyright (c) NumFOCUS.
// Distributed under the terms of the Modified BSD License.

import * as _ from 'underscore';
Expand Down
2 changes: 1 addition & 1 deletion js/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Bloomberg
// Copyright (c) NumFOCUS.
// Distributed under the terms of the Modified BSD License.

// In case of classic Jupyter Notebook and embed, we provide the PhosphorJS CSS
Expand Down
2 changes: 1 addition & 1 deletion js/plugin.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Bloomberg
// Copyright (c) NumFOCUS.
// Distributed under the terms of the Modified BSD License.

import { Application, IPlugin } from '@lumino/application';
Expand Down
2 changes: 1 addition & 1 deletion js/vegaexpr.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Bloomberg
// Copyright (c) NumFOCUS.
// Distributed under the terms of the Modified BSD License.

const vegaExpressions: any = require('vega-expression');
Expand Down
2 changes: 1 addition & 1 deletion js/version.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Bloomberg
// Copyright (c) NumFOCUS.
// Distributed under the terms of the Modified BSD License.

const data = require('../package.json');
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"dist/*.png",
"style/**/*.*"
],
"homepage": "https://github.com/Bloomberg/ipydatagrid",
"homepage": "https://github.com/jupyter-widgets/ipydatagrid",
"bugs": {
"url": "https://github.com/Bloomberg/ipydatagrid/issues"
"url": "https://github.com/jupyter-widgets/ipydatagrid/issues"
},
"license": "BSD-3-Clause",
"author": {
"name": "Bloomberg",
"name": "NumFOCUS",
"email": ""
},
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ keywords = [
"Widgets",
]
authors = [
{ name = "Bloomberg" },
{ name = "NumFOCUS" },
]
requires-python = ">=3.8"
classifiers = [
Expand Down
Loading