Skip to content

Commit

Permalink
3.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dkundih committed Jul 28, 2022
1 parent bf62094 commit 02a8361
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -505,4 +505,7 @@ CHANGELOG

3.8.7 (28/07/2022)
- introduced and added example module into hub with linear_regression function.
- aligned to logistics changes.

3.8.8 (28/07/2022)
- aligned to logistics changes.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
duality >= 4.8.1
logistics >= 0.0.10
logistics >= 0.0.11
colorama
pandas >= 1.2.3
numpy >= 1.19.5
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
packages = find_packages(),
install_requires = [
'duality >= 4.8.1',
'logistics >= 0.0.10',
'logistics >= 0.0.11',
'colorama',
'pandas >= 1.2.3',
'numpy >= 1.19.5',
Expand Down
5 changes: 0 additions & 5 deletions vandal/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,6 @@
# imports all data types.
from logistics.plugins.types import *

# available types.
VandalTypes = [
'VandalTypes',
]

# metaclass.
metaclass = [
'Meta',
Expand Down
2 changes: 1 addition & 1 deletion vandal/misc/_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

]
__license__ = 'Copyright © 2021-2022 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 vandal documentation linked at https://github.com/dkundih/vandal and https://pypi.org/project/vandal'
__version__ = '3.8.7'
__version__ = '3.8.8'
__documentation__ = 'https://github.com/dkundih/vandal | https://pypi.org/project/vandal'
__contact__ = 'dakundih@unin.hr | kundihdavid@gmail.com'
__donate__ = 'https://patreon.com/dkundih | https://buymeacoffee.com/dkundih'
Expand Down

0 comments on commit 02a8361

Please sign in to comment.