TDCRPy 0.0.7__tar.gz → 0.0.8__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of TDCRPy might be problematic. Click here for more details.

@@ -9,7 +9,7 @@ Bureau International des Poids et Mesures
9
9
  """
10
10
 
11
11
  ## IMPORT PYTHON MODULES
12
- import TDCR_model_lib as tl
12
+ import TDCRPy.TDCR_model_lib as tl
13
13
  import numpy as np
14
14
 
15
15
  def TDCRPy(L, TD, TAB, TBC, TAC, Rad, pmf_1, N, kB, RHO, nE, mode, mode2, Display=False):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: TDCRPy
3
- Version: 0.0.7
3
+ Version: 0.0.8
4
4
  Summary: TDCR model
5
5
  Home-page: https://github.com/RomainCoulon/TDCRPy
6
6
  Author: RomainCoulon (Romain Coulon)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: TDCRPy
3
- Version: 0.0.7
3
+ Version: 0.0.8
4
4
  Summary: TDCR model
5
5
  Home-page: https://github.com/RomainCoulon/TDCRPy
6
6
  Author: RomainCoulon (Romain Coulon)
@@ -0,0 +1,17 @@
1
+ LICENCE.md
2
+ README.md
3
+ setup.py
4
+ Code/Activity_TDCR.py
5
+ Code/EfficiencyProfils.py
6
+ Code/TDCRPy.py
7
+ Code/TDCR_model_lib.py
8
+ Code/TDCRoptimize.py
9
+ Code/__init__.py
10
+ Code/decay.py
11
+ Code/test.py
12
+ Code/test1.py
13
+ TDCRPy.egg-info/PKG-INFO
14
+ TDCRPy.egg-info/SOURCES.txt
15
+ TDCRPy.egg-info/dependency_links.txt
16
+ TDCRPy.egg-info/requires.txt
17
+ TDCRPy.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ Code
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
  import codecs
3
3
  import os
4
4
 
5
- VERSION = "0.0.7"
5
+ VERSION = "0.0.8"
6
6
  DESCRIPTION = "TDCR model"
7
7
 
8
8
  with open("README.md", "r") as f:
@@ -1,17 +0,0 @@
1
- LICENCE.md
2
- README.md
3
- setup.py
4
- TDCRPy/Activity_TDCR.py
5
- TDCRPy/EfficiencyProfils.py
6
- TDCRPy/TDCRPy.py
7
- TDCRPy/TDCR_model_lib.py
8
- TDCRPy/TDCRoptimize.py
9
- TDCRPy/__init__.py
10
- TDCRPy/decay.py
11
- TDCRPy/test.py
12
- TDCRPy/test1.py
13
- TDCRPy.egg-info/PKG-INFO
14
- TDCRPy.egg-info/SOURCES.txt
15
- TDCRPy.egg-info/dependency_links.txt
16
- TDCRPy.egg-info/requires.txt
17
- TDCRPy.egg-info/top_level.txt
@@ -1 +0,0 @@
1
- TDCRPy
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes