Skip to content

Commit 91a6171

Browse files
committed
Bump version
1 parent 1505d57 commit 91a6171

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.3.0a0]
9+
10+
# Added
11+
12+
* A `Project` helper class.
13+
* A convenience method `create_or_load_project` which loads in a project in if it is already created.
914

1015
# Changed
1116

12-
* Models and datasets must be added to projects. Added a `Project` helper class.
17+
* Models and datasets must be added to projects.
1318
* Deprecates `categorical_features_map` in favor of `categorical_feature_names` for model and dataset uploads.
14-
* Added a convenience method `create_or_load_project` which loads in a project in if it is already created.
1519
* Moved `TaskType` attribute from the `Model` level to the `Project` level. Creating a `Project` now requires specifying the `TaskType`.
1620
* Removed `name` from `add_dataset`.
1721
* Changed `description` to `commit_message` from `add_dataset`, `add_dataframe` and `add_model`.

unboxapi/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Define the SDK version here so that the interal package can have access to this value.
22
# See https://stackoverflow.com/questions/2058802
3-
__version__ = "0.2.0a2"
3+
__version__ = "0.3.0a0"

0 commit comments

Comments
 (0)