summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS.txt
Commit message (Collapse)AuthorAgeFilesLines
* Update contributorsMarc Mueller2023-04-251-1/+2
|
* Bump astroid to 2.15.0, update changelog (#2045)v2.15.0Pierre Sassoulas2023-03-061-1/+4
| | | Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
* Bump astroid to 2.14.2, update changelogv2.14.2Pierre Sassoulas2023-02-121-4/+4
|
* Release 2.14.0 (#1998)v2.14.0Marc Mueller2023-01-311-0/+1
|
* Bump astroid to 2.13.3, update changelogv2.13.3Pierre Sassoulas2023-01-201-0/+1
|
* Bump astroid to 2.13.1, update changelog (#1943)v2.13.1Pierre Sassoulas2023-01-081-3/+4
|
* Bump astroid to 2.12.14, update changelogv2.12.14Pierre Sassoulas2023-01-061-1/+0
|
* [doc] Fix the sorting in the contributor.txt (#1920) (#1921)github-actions[bot]2022-12-261-6/+9
| | | | | | | Done in order to test the backport job. (cherry picked from commit 9d867c3b9c5153ac04d4c95417f2133be54132ab) Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Bump astroid to 2.12.11, update changelogv2.12.11Pierre Sassoulas2022-10-101-1/+2
|
* Bump astroid to 2.12.3, update changelogv2.12.3Pierre Sassoulas2022-08-231-7/+2
|
* Fixes #1717 - ignore FutureWarnings which are raised by pandas (#1719)Tim Paine2022-08-231-0/+6
| | | | And probably other modules too.
* Bump astroid to 2.12.2, update changelogv2.12.2Pierre Sassoulas2022-07-121-2/+1
|
* [contributors] Remove the logilab alias, we can show individualPierre Sassoulas2022-07-121-1/+10
|
* Bump astroid to 2.12.1, update changelogv2.12.1Pierre Sassoulas2022-07-101-5/+11
|
* Bump astroid to 2.11.4, update changelogv2.11.4Pierre Sassoulas2022-05-021-1/+0
|
* Bump astroid to 2.11.3, update changelogv2.11.3Pierre Sassoulas2022-04-191-4/+2
|
* Separate ex-maintener from logilaber and googlerPierre Sassoulas2022-03-221-4/+9
|
* Update contributors-txt requirement from ~=0.5.2 to >0.7.3dependabot[bot]2022-03-221-10/+18
| | | | | | | | | | | | | | Updates the requirements on [contributors-txt](https://github.com/Pierre-Sassoulas/contributors-txt) to permit the latest version. - [Release notes](https://github.com/Pierre-Sassoulas/contributors-txt/releases) - [Commits](https://github.com/Pierre-Sassoulas/contributors-txt/compare/v0.5.2...v0.7.2) --- updated-dependencies: - dependency-name: contributors-txt dependency-type: direct:production ... Upgrade contributors.txt generation
* Bump astroid to 2.11.0, update changelogv2.11.0Pierre Sassoulas2022-03-121-1/+2
| | | | Make small changes to release process
* Simplify hard to maintain copyright notice (#1441)Pierre Sassoulas2022-03-121-0/+164
* Simplify hard to maintain copyright notice git is the source of truth for the copyright, copyrite (the tool) was taking exponentially longer with each release, and it's polluting the code with sometime as much as 50 lines of names. * Add a pre-commit hook to check the copyright notice * Fix the existing file so they have a notice * Fix the spacing after the copyright notice * Add a script to generate the CONTRIBUTORS.txt Co-authored-by: Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>