Commit d2ce46c0 authored by Alex Nunes's avatar Alex Nunes
Browse files

Version change and minor fixes

parent a43d7dd9
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.0.1]

### Fixed
- Minor bug and install fixes

### Changed
- Visual Timeline is now a Plotly Animation

## [1.0.0]

### Added
+1 −0
Original line number Diff line number Diff line
@@ -68,3 +68,4 @@ file to a desired location.
.. code:: python

    interval.to_csv('/path/to/output.csv', index=False)