Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5e0394f

Browse files
author
mrDzurb
committedJun 2, 2022
Release version 2.6.1
1 parent d40a0ef commit 5e0394f

File tree

102 files changed

+4268
-1951
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+4268
-1951
lines changed
 

‎README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,13 @@ Multiple extra dependencies can be installed together. For example:
123123

124124
## Contributing
125125

126-
This project welcomes contributions from the community. Before submitting a pull request, please review our contribution guide.
126+
This project welcomes contributions from the community. Before submitting a pull request, please review our contribution guide [CONTRIBUTING.md](https://github.com/oracle/accelerated-data-science/blob/main/CONTRIBUTING.md).
127127

128-
Find Getting Started instructions for developers in [README-development.md](./README-development.md)
128+
Find Getting Started instructions for developers in [README-development.md](https://github.com/oracle/accelerated-data-science/blob/main/README-development.md)
129129

130130
## Security
131131

132-
Please consult the security guide for our responsible security vulnerability disclosure process.
132+
Please consult the security guide [SECURITY.md](https://github.com/oracle/accelerated-data-science/blob/main/SECURITY.md) for our responsible security vulnerability disclosure process.
133133

134134
## License
135135

‎ads/__init__.py‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,13 @@
1010
import sys
1111

1212
import IPython
13-
import oci
1413
from IPython import get_ipython
1514
from IPython.core.error import UsageError
16-
1715
import matplotlib.font_manager # causes matplotlib to regenerate its fonts
1816
import json
1917

2018
import ocifs
19+
import oci
2120
from ads.common.decorator.deprecate import deprecated
2221
from ads.feature_engineering.accessor.series_accessor import ADSSeriesAccessor
2322
from ads.feature_engineering.accessor.dataframe_accessor import ADSDataFrameAccessor

0 commit comments

Comments
 (0)
Please sign in to comment.