forked from sissaschool/sportran
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from sissaschool/develop
Develop
- Loading branch information
Showing
16 changed files
with
100,325 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# The following owners will be the default owners for everything | ||
# in the repo unless a later match takes precedence. | ||
sportran/* @lorisercole | ||
sportran_gui/* @rikigigi | ||
sportran/ @lorisercole | ||
sportran_gui/ @rikigigi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
{ | ||
"name": "sportran", | ||
"version": "1.0.0rc2", | ||
"version": "1.0.0rc4", | ||
"author": "Loris Ercole, Riccardo Bertossa, Sebastiano Bisacchi", | ||
"author_email": "[email protected]", | ||
"description": "Cepstral Data Analysis of current time series for Green-Kubo transport coefficients", | ||
"license": "GPL 3", | ||
"url": "https://github.com/sissaschool/sportran", | ||
"keywords": "cepstral data analysis thermal conductivity transport coefficients physics green-kubo", | ||
"python_requires": ">=3.6.*, <4", | ||
"python_requires": ">=3.7, <4", | ||
"classifiers": [ | ||
"Development Status :: 5 - Production/Stable", | ||
"Programming Language :: Python", | ||
"Programming Language :: Python :: 3.6", | ||
"Programming Language :: Python :: 3.7", | ||
"Programming Language :: Python :: 3.8", | ||
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)", | ||
"Operating System :: OS Independent", | ||
"Intended Audience :: Science/Research", | ||
|
@@ -42,7 +42,7 @@ | |
], | ||
"tests": [ | ||
"pytest>=5.1.0", | ||
"pytest-regressions==2.2.0", | ||
"pytest-regressions>=2.4.2", | ||
"pandas>=1.1.0", | ||
"testbook", | ||
"ipykernel" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.