Skip to content

Commit

Permalink
Incrementing version number
Browse files Browse the repository at this point in the history
  • Loading branch information
GilesStrong committed Sep 9, 2020
1 parent 76e27de commit fb54f6f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# Targeting v0.6.1

## Important changes

## Breaking

## Additions

## Removals

## Fixes

## Changes

## Depreciations

## Comments

# v0.6.0 - Train and Converge Until it is Done

## Important changes
Expand All @@ -11,7 +29,7 @@
- Pass a `numpy.array` whose first dimension matches the length of the DataFrame to the `tensor_data` argument of `df2foldfile` and a name to `tensor_name`.
The array will be split along the first dimension and the sub-arrays will be saved as matrix inputs in the resulting foldfile
- The matrices may also be passed as sparse format and be densified on loading by FoldYielder

## Breaking

- `plot_rank_order_dendrogram` now returns sets of all features in cluster with distance over the threshold, rather than just the closest features in each cluster
Expand Down
2 changes: 1 addition & 1 deletion lumin/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__all__ = ['__version__']
__version__ = '0.6.0'
__version__ = '0.6.1'

0 comments on commit fb54f6f

Please sign in to comment.