Skip to content

Commit 8286055

Browse files
committed
update metadata and changelog
1 parent 53a7019 commit 8286055

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
0.2.0
22
- Add support for handling discrete quantities (#9).
33
- Add support for setting a seed when generating new samples (#11).
4+
- Drop support for Python 3.7.
45

56
0.1.1
67
- Fix qrng argument for pyvinecopulib due to vinecopulib/pyvinecopulib#68 and vinecopulib/pyvinecopulib#69.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
license="MIT",
1717
author='D. Meyer, T. Nagler',
1818
classifiers=[
19-
"Development Status :: 3 - Alpha",
20-
"Intended Audience :: Developers",
19+
"Development Status :: 4 - Beta",
20+
"Intended Audience :: Science/Research",
2121
"Programming Language :: Python :: 3",
2222
],
2323
packages=find_packages(),

0 commit comments

Comments
 (0)