File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,17 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
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.
9
14
10
15
# Changed
11
16
12
- * Models and datasets must be added to projects. Added a ` Project ` helper class.
17
+ * Models and datasets must be added to projects.
13
18
* 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.
15
19
* Moved ` TaskType ` attribute from the ` Model ` level to the ` Project ` level. Creating a ` Project ` now requires specifying the ` TaskType ` .
16
20
* Removed ` name ` from ` add_dataset ` .
17
21
* Changed ` description ` to ` commit_message ` from ` add_dataset ` , ` add_dataframe ` and ` add_model ` .
Original file line number Diff line number Diff line change 1
1
# Define the SDK version here so that the interal package can have access to this value.
2
2
# See https://stackoverflow.com/questions/2058802
3
- __version__ = "0.2.0a2 "
3
+ __version__ = "0.3.0a0 "
You can’t perform that action at this time.
0 commit comments