Skip to content

Commit

Permalink
Merge pull request #439 from fast-aircraft-design/release-v1.3.3
Browse files Browse the repository at this point in the history
Release v1.3.3
  • Loading branch information
christophe-david committed May 24, 2022
2 parents a58e670 + 1e1b115 commit 6fe418d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
Changelog
=========

Version 1.3.3
=============
- Fixed:
- Fixed crash when using Newton solver or case recorders. (#434)
- DataFile class enhancement (#435) :
- Instantiating DataFile with an non-existent file now triggers an error.
- DataClass.from_*() methods now return a DataClass instance instead of VariableList.
- A dedicated section has been added in Sphinx documentation (General Documentation > Process variables > Serialization > FAST-OAD API).
- A component input could be in FAST-OAD-generated input file though it was explicitly connected to an IndepVarComp output in configuration file. (#437)

Version 1.3.2
=============
- Fixed:
Expand Down
15 changes: 8 additions & 7 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,28 @@
Welcome to FAST-OAD
===================

For a **quick overview** of the way FAST-OAD works, please go :ref:`here<overview>`.

**For a quick overview of the way FAST-OAD works**, please go :ref:`here<overview>`.
**Installation instructions** are :ref:`here <installation-procedure>`.

For a detailed description of the input files and the command line interface,
For a detailed description of the **input files and the Command Line Interface**,
check out the :ref:`usage section<usage>`.

If you prefer to work with Python notebooks, you may go directly to the section
:ref:`python-usage`.
If you prefer to discover the **Application Programming Interface with Python notebooks**,
you may go directly to the section :ref:`python-usage`.

For a description of models used in FAST-OAD, you may see the
For a description of **models used in FAST-OAD**, you may see the
:ref:`model documentations<fastoad.models package>`.

If you want to add your own models, please check out :ref:`add-modules`.
If you want to **add your own models**, please check out :ref:`add-modules`.

.. note::

Since version 1.3, FAST-OAD has its core features in
`FAST-OAD-core <https://pypi.org/project/fast-oad-core/>`_ package, while the legacy
models are in `FAST-OAD-CS25 <https://pypi.org/project/fast-oad-cs25/>`_ package.

Yet, installing FAST-OAD keeps installing both FAST-OAD-core and FAST-OAD-CS25.
Yet, installing FAST-OAD 1.x will keep installing both FAST-OAD-core and FAST-OAD-CS25.

Models in FAST-OAD-CS25 are still a work in progress.

Expand Down

0 comments on commit 6fe418d

Please sign in to comment.