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.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and 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 ` .
Original file line number Diff line number Diff line change 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 "
You can’t perform that action at this time.
0 commit comments