Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 0.7.12 (dev)
* Added new tests (issue [#172](https://github.com/shakedzy/dython/issues/172))
* `examples` module removed (all examples exist in the [official documentation](https://shakedzy.xyz/dython/getting_started/examples/))

## 0.7.11
* Fixing dependency issue ([#170](https://github.com/shakedzy/dython/issues/170))
* Resolving multiple typing issues and warnings
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.11
0.7.12
2 changes: 0 additions & 2 deletions docs/getting_started/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ title: examples
---
# Examples

_Examples can be imported and executed from `dython.examples`._

#### `associations_iris_example()`

Plot an example of an associations heat-map of the Iris dataset features.
Expand Down
1 change: 0 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ for more information.

## Examples
See some usage examples of `nominal.associations` and `model_utils.roc_graph` on the [examples page](getting_started/examples.md).
All examples can also be imported and executed from `dython.examples`.

## Citing
Use this reference to cite if you use Dython in a paper:
Expand Down
179 changes: 0 additions & 179 deletions dython/examples.py

This file was deleted.

Loading