Skip to content

Commit

Permalink
v0.2.0 prep
Browse files Browse the repository at this point in the history
  • Loading branch information
vreuter committed May 30, 2024
1 parent a63fda2 commit cfa87c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [v0.2.0] - 2024-05-30

### Changed
* This project now uses `pandas` and parses a table-like file (CSV) _with_ header, to support upstream changes in data generation by `looptrace`.
* This project now can use `pandas` and parses a table-like file (CSV) _with_ header, to support upstream changes in data generation by `looptrace`.
* Splitting old functionality out into separate modules

## [v0.1.0] - 2024-04-20
Expand Down
2 changes: 1 addition & 1 deletion looptrace_loci_vis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Napari plugin for visualising locus-specific points from looptrace"""

__version__ = "0.2dev"
__version__ = "0.2.0"

0 comments on commit cfa87c6

Please sign in to comment.