Skip to content

Commit

Permalink
Bump version to 23.7
Browse files Browse the repository at this point in the history
  • Loading branch information
wigging committed Jul 27, 2023
1 parent 1731b30 commit d981f55
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

Version numbers use calendar versioning based on `YY.MM.MICRO`. See the [CalVer](https://calver.org) website for more information about this versioning convention. The format of this changelog follows the approach outlined on the [Keep a Changelog](https://keepachangelog.com) website.

## 23.7

#### Added

- Documentation page for pressure function `patm`
- Gas mixture class `GasMixture`
- Store gas viscosity coefficients to improve performance

#### Changed

- Moved CAS input parameter to class init
- Rename `Gas.mu` to `Gas.viscosity`, `Gas.k` to `Gas.thermal_conductivity`, `Gas.cp` to `Gas.heat_capacity`, and `Gas.rho` to `Gas.density`

## 23.2

This version has breaking changes so please upgrade from previous versions.
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
author = 'Gavin Wiggins'

# The short X.Y version
version = '23.2'
version = '23.7'

# The full version, including alpha/beta/rc tags
release = '23.2'
release = '23.7'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='chemics',
version='23.2',
version='23.7',
author='Gavin Wiggins',
description='A Python package for chemical engineering',
long_description=long_description,
Expand Down

0 comments on commit d981f55

Please sign in to comment.