Skip to content

Commit

Permalink
3.3.6 push
Browse files Browse the repository at this point in the history
  • Loading branch information
dkundih committed Nov 20, 2021
1 parent 6f9cb19 commit 281243d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,4 +229,7 @@ CHANGELOG

3.3.5 (20/11/2021) - UNSTABLE
- additional bug fixes deployed.
- code readability improved.
- code readability improved.

3.3.6 (20/11/2021)
- confirmed functionality and stability.
5 changes: 4 additions & 1 deletion duality/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
set of available data manipulation functions from the duality library.
print(help(any_function_listed_below)) in order to see the function details or print(help(duality.toolkit)) for all functions at once.
random_value(mean, st_dev, **rounded) - gives a random value of mean and standard deviation inputed, if rounded = 'y', value will be rounded.
FUNCTIONS (ACCESSIBLE DIRECTLY FROM THE LIBRARY)
---------
random_value(mean, st_dev, **rounded) - gives a random value of mean and standard deviation inputed, if rounded = 'y', value will be rounded.
random_pool(mean, st_dev, pool_size, **rounded) - gives random values of mean and standard deviation inputed for the amount of values defined in the pool size, if rounded = 'y', values will be rounded.
Expand Down
2 changes: 1 addition & 1 deletion duality/misc/_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

]
__license__ = 'Copyright © 2021- David Kundih. All rights reserved. Licensed under the Apache License, Version 2.0 | For more details about the license and terms of use visit the official duality documentation linked at https://github.com/dkundih/duality and https://pypi.org/project/duality'
__version__ = '3.3.5'
__version__ = '3.3.6'
__documentation__ = 'https://github.com/dkundih/duality | https://pypi.org/project/duality'
__contact__ = '[email protected] | [email protected]'
__donate__ = 'https://patreon.com/dkundih | https://buymeacoffee.com/dkundih'
Expand Down

0 comments on commit 281243d

Please sign in to comment.