Skip to content

Commit

Permalink
Complete visualization refactor by removing excess code
Browse files Browse the repository at this point in the history
  • Loading branch information
btjanaka committed Sep 7, 2023
1 parent 8f173c3 commit 6d209c0
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 5,504 deletions.
1 change: 1 addition & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#### Improvements

- Improve developer workflow with pre-commit (#351)
- Refactor visualize module into multiple files (#357)

## 0.5.2

Expand Down
905 changes: 12 additions & 893 deletions ribs/visualize/__init__.py

Large diffs are not rendered by default.

655 changes: 6 additions & 649 deletions ribs/visualize/_cvt_archive_heatmap.py

Large diffs are not rendered by default.

746 changes: 6 additions & 740 deletions ribs/visualize/_grid_archive_heatmap.py

Large diffs are not rendered by default.

714 changes: 3 additions & 711 deletions ribs/visualize/_parallel_axes_plot.py

Large diffs are not rendered by default.

872 changes: 4 additions & 868 deletions ribs/visualize/_qdax_repertoire_heatmap.py

Large diffs are not rendered by default.

772 changes: 6 additions & 766 deletions ribs/visualize/_sliding_boundaries_archive_heatmap.py

Large diffs are not rendered by default.

883 changes: 6 additions & 877 deletions ribs/visualize/_utils.py

Large diffs are not rendered by default.

0 comments on commit 6d209c0

Please sign in to comment.