Skip to content

Commit

Permalink
Fix normdiff import bug
Browse files Browse the repository at this point in the history
  • Loading branch information
HauptMachine\vonGostev committed Apr 27, 2021
1 parent 0fe07fb commit fe7b368
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fpdet/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from ._dcore import P2Q, Q2P, d_matrix, invd_matrix
from ._numpy_core import *

__version__ = "1.0.2"
__version__ = "1.0.3"
2 changes: 1 addition & 1 deletion fpdet/_numpy_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from scipy.special import factorial

__all__ = ['compose', 'lrange', 'fact', 'p_convolve', 'moment', 'mean', 'g2',
'normalize', 'fidelity', 'entropy', 'DPREC']
'normalize', 'fidelity', 'entropy', 'DPREC', 'normdiff']

try:
DPREC = np.float128
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name="fpdet",
version="1.0.2",
version="1.0.3",
author="Pavel Gostev",
author_email="[email protected]",
description=" Basic analytical functions for a few-photon light detection",
Expand Down

0 comments on commit fe7b368

Please sign in to comment.