Skip to content

Commit

Permalink
increased version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoelles committed Aug 17, 2021
1 parent a740f17 commit 8f91c1a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,24 @@ 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.0.0/>`_,
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.

[Unreleased]
[0.3.0] - 2021-08-17
-------------

Added
~~~~~~
- limit the number of points which can be plotted (issue#18)
- random_down_sample method for pointclouds.


Changed
Fixed
~~~~~~
- Better handling of plotting large point clouds: warn when number of points is above 300k (issue#18)


Changed
~~~~~~
- set conda environment name to "pointcloudset" not "base"
- better CD of docker images
- sticking to semantic versioning


[0.2.3] - 2021-07-12
Expand Down
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "pointcloudset" %}
{% set version = "0.2.3" %}
{% set version = "0.3.0" %}

package:
name: "{{ name|lower }}"
Expand Down
2 changes: 1 addition & 1 deletion pointcloudset/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .dataset import Dataset
from .pointcloud import PointCloud

__version__ = "0.2.3"
__version__ = "0.3.0"

0 comments on commit 8f91c1a

Please sign in to comment.