Skip to content

Commit

Permalink
bump for minor version 2023.1.1
Browse files Browse the repository at this point in the history
- update CHANGELOG
- increase version
  • Loading branch information
slabasan committed Sep 20, 2023
1 parent f9e3c67 commit d5cd6bb
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# 2023.1.1 (2023-09-20)

Version `2023.1.1` is a minor release on the `2023.1` series.

### Notable Changes
* Add support for NaNs in calculating exclusive columns and optionally specify
inclusive columns (#99)
* Adds support for tree annotations with coloring and min/max attributes (#97)
* caliperreader: handle other metadata types (#98)
* Update caliperreader to initialize nodes based on node order column (#94)
* Sort nodes in terminal tree by hatchet_nid instead alphabetically (#108)

### Internal Updates
* docs: Update developer_guide.rst (#102)
* Deprecate Python2 CI coverage (#95)
* Adds hatchet/external/roundtrip to MANIFEST (#91)
* Removes python 3.5 from CI checks (#112)

# 2023.1.0 (2023-05-21)

Version `2023.1.0` is a major release.
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
author = "LLNL Developerss"

# The short X.Y version
version = "2023.1.0"
version = "2023.1.1"
# The full version, including alpha/beta/rc tags
release = "2023.1.0"
release = "2023.1.1"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion hatchet/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
#
# SPDX-License-Identifier: MIT

__version_info__ = ("2023", "1", "0")
__version_info__ = ("2023", "1", "1")
__version__ = ".".join(__version_info__)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"

[tool.poetry]
name = "llnl-hatchet"
version = "2023.1.0"
version = "2023.1.1"
description = "A Python library for analyzing hierarchical performance data."
authors = [
"Abhinav Bhatele <bhatele@cs.umd.edu>",
Expand Down

0 comments on commit d5cd6bb

Please sign in to comment.