Skip to content

Commit

Permalink
Bump version, remove unnec imports, update release
Browse files Browse the repository at this point in the history
  • Loading branch information
catanzaromj committed Jul 6, 2024
1 parent 1c52aa4 commit 689a492
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 5 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,19 @@

## Unreleased

## 2.1.0

### Added

- ability to live-update the min-intersection threshold for edges on the d3 vis (#231)

### Fixed/Changed

- Update docs and sphinx-gallery to build again.
- Update CI/CD runners to test modern versions of python; drop python 3.7 compatibility.
- Update CI/CD runners to test modern versions of python; drop python 3.6, 3.7 compatibility.
- Change visual tests to use built-in `int` type rather than `np.uint8`.
- Removed deprecated np.asscalar call (#247, #249, #252).
- Removed `python-igraph` dependency in favor of `igraph` (#249)

## 2.0.1

Expand Down
2 changes: 1 addition & 1 deletion kmapper/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.0.1"
__version__ = "2.1.0"
4 changes: 0 additions & 4 deletions kmapper/plotlyviz.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,10 @@
from .visuals import (
_scale_color_values,
_size_node,
_format_projection_statistics,
_format_cluster_statistics,
_node_color_function,
_format_meta,
_to_html_format,
_map_val2color,
_graph_data_distribution,
_build_histogram,
_tooltip_components,
)

Expand Down

0 comments on commit 689a492

Please sign in to comment.