Skip to content

Commit

Permalink
Bump version to 1.0.0 (#1104)
Browse files Browse the repository at this point in the history
  • Loading branch information
blrchen authored Feb 28, 2023
1 parent e011537 commit 9975c9a
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The easiest way to try out Feathr is to use the [Feathr Sandbox](https://feathr-

```bash
# 80: Feathr UI, 8888: Jupyter, 7080: Interpret
docker run -it --rm -p 8888:8888 -p 8081:80 -p 7080:7080 -e GRANT_SUDO=yes feathrfeaturestore/feathr-sandbox:releases-v1.0.0-rc4
docker run -it --rm -p 8888:8888 -p 8081:80 -p 7080:7080 -e GRANT_SUDO=yes feathrfeaturestore/feathr-sandbox:releases-v1.0.0
```

And you can view default jupyter notebook:
Expand Down
4 changes: 2 additions & 2 deletions docs/quickstart_local_sandbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ To get started using Feathr, simply run the command below. Note that the image i

```bash
# 80: Feathr UI, 8888: Jupyter, 7080: Interpret
docker run -it --rm -p 8888:8888 -p 8081:80 -p 7080:7080 -e GRANT_SUDO=yes feathrfeaturestore/feathr-sandbox:releases-v1.0.0-rc4
docker run -it --rm -p 8888:8888 -p 8081:80 -p 7080:7080 -e GRANT_SUDO=yes feathrfeaturestore/feathr-sandbox:releases-v1.0.0
```

It should pop up a Jupyter link in `http://127.0.0.1:8888/`. Double click on the notebook file to start the Jupyter Notebook, and you should be able to see the Feathr sample notebook. Click the triangle button on the Jupyter notebook and the whole notebook will run locally.
Expand Down Expand Up @@ -84,7 +84,7 @@ docker build -f FeathrSandbox.Dockerfile -t feathrfeaturestore/feathr-sandbox .
By default, Feathr Sandbox uses a SQLite backend in Feathr registry, and the content will be deleted if you restart the container. If you want to use a persistent registry, say a remote MySQL database or SQL Server, you can configure an environment variable when starting the Feathr Sandbox container like below, by specifying `FEATHR_SANDBOX_REGISTRY_URL` environment variable:

```bash
docker run -it --rm -p 8888:8888 -p 8081:80 -p 7080:7080 --env FEATHR_SANDBOX_REGISTRY_URL="mysql://scott:tiger@localhost/foo" -e GRANT_SUDO=yes feathrfeaturestore/feathr-sandbox:releases-v1.0.0-rc4
docker run -it --rm -p 8888:8888 -p 8081:80 -p 7080:7080 --env FEATHR_SANDBOX_REGISTRY_URL="mysql://scott:tiger@localhost/foo" -e GRANT_SUDO=yes feathrfeaturestore/feathr-sandbox:releases-v1.0.0
```

Take a look at the [Database URLs](https://docs.sqlalchemy.org/en/20/core/engines.html#database-urls) section for more details on how this URL is formatted. Basically it will be like this:
Expand Down
2 changes: 1 addition & 1 deletion feathr_project/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = '1.0'
# The full version, including alpha/beta/rc tags
release = '1.0.0-rc4'
release = '1.0.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion feathr_project/feathr/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.0.0-rc4"
__version__ = "1.0.0"

def get_version():
return __version__
Expand Down
2 changes: 1 addition & 1 deletion feathr_project/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
print("Failed to load Feathr version file for packaging.",
file=sys.stderr)
# Temp workaround for conda build. For long term fix, Jay will need to update manifest.in file.
VERSION = "1.0.0-rc4"
VERSION = "1.0.0"

VERSION = __version__ # noqa
os.environ["FEATHR_VERSION"] = VERSION
Expand Down
4 changes: 2 additions & 2 deletions feathr_project/test/test_user_workspace/feathr_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ spark_config:
# Feathr Job configuration. Support local paths, path start with http(s)://, and paths start with abfs(s)://
# this is the default location so end users don't have to compile the runtime again.
# feathr_runtime_location: wasbs://[email protected]/feathr-assembly-LATEST.jar
feathr_runtime_location: "../../build/libs/feathr_2.12-1.0.0-rc4.jar"
feathr_runtime_location: "../../build/libs/feathr_2.12-1.0.0.jar"
databricks:
# workspace instance
workspace_instance_url: 'https://adb-4121774437039026.6.azuredatabricks.net'
Expand All @@ -93,7 +93,7 @@ spark_config:
config_template: {"run_name":"FEATHR_FILL_IN","new_cluster":{"spark_version":"9.1.x-scala2.12","num_workers":1,"spark_conf":{"FEATHR_FILL_IN":"FEATHR_FILL_IN"},"instance_pool_id":"0403-214809-inlet434-pool-l9dj3kwz"},"libraries":[{"jar":"FEATHR_FILL_IN"}, {"maven":"FEATHR_FILL_IN"}],"spark_jar_task":{"main_class_name":"FEATHR_FILL_IN","parameters":["FEATHR_FILL_IN"]}}
# Feathr Job location. Support local paths, path start with http(s)://, and paths start with dbfs:/
work_dir: 'dbfs:/feathr_getting_started'
feathr_runtime_location: "../../build/libs/feathr_2.12-1.0.0-rc4.jar"
feathr_runtime_location: "../../build/libs/feathr_2.12-1.0.0.jar"

online_store:
redis:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=1.0.0-rc4
version=1.0.0
SONATYPE_AUTOMATIC_RELEASE=true
POM_ARTIFACT_ID=feathr_2.12
4 changes: 2 additions & 2 deletions ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "feathr-ui",
"version": "1.0.0-rc4",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "craco start",
Expand Down

0 comments on commit 9975c9a

Please sign in to comment.