Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Zech
properscoring
Commits
397f9702
Commit
397f9702
authored
Nov 12, 2015
by
Stephan Hoyer
Browse files
Version 0.1
parent
e7476d0a
Changes
3
Hide whitespace changes
Inline
Side-by-side
properscoring/__init__.py
View file @
397f9702
...
...
@@ -3,3 +3,5 @@ from ._brier import brier_score, threshold_brier_score
__all__
=
[
'crps_ensemble'
,
'crps_quadrature'
,
'crps_gaussian'
,
'brier_score'
,
'threshold_brier_score'
]
__version__
=
'0.1'
setup.cfg
0 → 100644
View file @
397f9702
[bdist_wheel]
universal = 1
setup.py
View file @
397f9702
...
...
@@ -22,7 +22,7 @@ setup(name='properscoring',
long_description
=
(
open
(
'README.rst'
).
read
()
if
os
.
path
.
exists
(
'README.rst'
)
else
''
),
version
=
'0.1
.dev
'
,
version
=
'0.1'
,
license
=
'Apache'
,
classifiers
=
CLASSIFIERS
,
author
=
'The Climate Corporation'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment