We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53a7019 commit 8286055Copy full SHA for 8286055
CHANGELOG.txt
@@ -1,6 +1,7 @@
1
0.2.0
2
- Add support for handling discrete quantities (#9).
3
- Add support for setting a seed when generating new samples (#11).
4
+- Drop support for Python 3.7.
5
6
0.1.1
7
- Fix qrng argument for pyvinecopulib due to vinecopulib/pyvinecopulib#68 and vinecopulib/pyvinecopulib#69.
setup.py
@@ -16,8 +16,8 @@
16
license="MIT",
17
author='D. Meyer, T. Nagler',
18
classifiers=[
19
- "Development Status :: 3 - Alpha",
20
- "Intended Audience :: Developers",
+ "Development Status :: 4 - Beta",
+ "Intended Audience :: Science/Research",
21
"Programming Language :: Python :: 3",
22
],
23
packages=find_packages(),
0 commit comments