Skip to content

Commit

Permalink
Merge pull request #66 from jirikuncar/release-v0.2.0
Browse files Browse the repository at this point in the history
build: v0.2.0
  • Loading branch information
schymans authored Apr 4, 2019
2 parents 2eeb935 + 02d00a2 commit 39c497a
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ __pycache__/
# Idea software family
.idea/

# Visual Studio Code
.vscode/

# C extensions
*.so

Expand Down
3 changes: 0 additions & 3 deletions .vscode/settings.json

This file was deleted.

31 changes: 29 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,34 @@
Changes
=======

Version 0.1.0 (released 2017-06-29)
-----------------------------------
``v0.2.0``
----------
*released 2019-04-04*

- global: adapt to Python 3 and Sympy >=1.3
- global: removal of SageMath mentions
- docs: fix latex representation of x_O2 as x_{O2}
- equations: extend replace_variables
- equations: make .subs() on equation return an equality
- units: reverted missing dimension lookup
- variables: behave as Symbols
- variables: better markdown formatting of units
- variables: changes base class to Symbol
- variables: enableddictionaries with symbols in replace_variables
- variables: fix derive_unit for dimensionless expression
- variables: fix latex rendering
- variables: generate_metadata_table with HTML
- variables: include assumptions from cls attribute
- variables: modify derive_unit to work with summations
- variables: remove Dimension deprecation warnings
- variables: remove internal SI and refer to sympy.physics.units.systems.si
- variables: respect unit in variable with expr
- variables: set dimension and scale factor using method
- variables: support dimensionless variable expression
- variables: support replacing variables by their default values

``v0.1.0``
----------
*released 2017-06-29*

- Initial public release.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

extras_require = {
'docs': [
'Sphinx>=1.5.1',
'Sphinx>=1.5.1,<1.8',
'matplotlib>=1.5.1',
'sphinxcontrib-bibtex>=0.3.5',
],
Expand Down

0 comments on commit 39c497a

Please sign in to comment.