Skip to content

Commit

Permalink
Add release notes for HeavyAI v1.1 (#42)
Browse files Browse the repository at this point in the history
* Bump heavyai to v1.1

* update releasenotes.rst
  • Loading branch information
guilhermeleobas committed Mar 7, 2023
1 parent 0fa0e7a commit 054b3ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/source/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Some notable breaking changes include:
======= ===============
Release Breaking Change
======= ===============
`1.1`_ Fix `select_ipc_gpu` to work with newer versions of cuDF/Arrow
`1.0`_ Change dependency from `pyomniscidb` to `pyheavydb`
`0.30`_ New name `heavyai`
`0.17`_ Added preliminary support for Runtime User-Defined Functions
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "heavyai"
version = "1.0"
version = "1.1"
requires-python = ">=3.7"
authors = [{name = "Heavy.AI", email = "community@heavy.ai"}]
description = "Data science toolkit support for HeavyDB"
Expand Down

0 comments on commit 054b3ec

Please sign in to comment.