Skip to content

Commit

Permalink
bump version to 0.1.0
Browse files Browse the repository at this point in the history
update changelog
  • Loading branch information
adriendelsalle committed Oct 18, 2022
1 parent 086e4fa commit 849f8e6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# History

## 0.1.0 (2022-10-18)

### Features

- Add additional models
- add assemblies: `Turbofan`, `FanModule`, `Inlet`, `MixerFluid`/`MixerShaft`, `Nacelle`, `Nozzle`, `Channel`
- add various standalone and base models: `FanDuctGeom`, `TurbofanGeom`, etc.
- Improve gas thermodynamic modeling (`IdealGas`)

### Code quality & packaging

- Add documentation using `sphinx` (incl. demo notebook rendering using `nbsphinx`)
- Improve code quality using `black`, `isosort` and `flake8`
- Improve tests coverage

## 0.0.1 (2022-05-25)

### Features
Expand Down
2 changes: 1 addition & 1 deletion pyturbo/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2022, twiinIT
# SPDX-License-Identifier: BSD-3-Clause

__version__ = "0.0.1"
__version__ = "0.1.0"

0 comments on commit 849f8e6

Please sign in to comment.