File tree Expand file tree Collapse file tree 4 files changed +33
-6
lines changed Expand file tree Collapse file tree 4 files changed +33
-6
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ __pycache__/
5
5
# Idea software family
6
6
.idea /
7
7
8
+ # Visual Studio Code
9
+ .vscode /
10
+
8
11
# C extensions
9
12
* .so
10
13
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
Changes
2
2
=======
3
3
4
- Version 0.1.0 (released 2017-06-29)
5
- -----------------------------------
4
+ ``v0.2.0 ``
5
+ ----------
6
+ *released 2019-04-04 *
7
+
8
+ - global: adapt to Python 3 and Sympy >=1.3
9
+ - global: removal of SageMath mentions
10
+ - docs: fix latex representation of x_O2 as x_{O2}
11
+ - equations: extend replace_variables
12
+ - equations: make .subs() on equation return an equality
13
+ - units: reverted missing dimension lookup
14
+ - variables: behave as Symbols
15
+ - variables: better markdown formatting of units
16
+ - variables: changes base class to Symbol
17
+ - variables: enableddictionaries with symbols in replace_variables
18
+ - variables: fix derive_unit for dimensionless expression
19
+ - variables: fix latex rendering
20
+ - variables: generate_metadata_table with HTML
21
+ - variables: include assumptions from cls attribute
22
+ - variables: modify derive_unit to work with summations
23
+ - variables: remove Dimension deprecation warnings
24
+ - variables: remove internal SI and refer to sympy.physics.units.systems.si
25
+ - variables: respect unit in variable with expr
26
+ - variables: set dimension and scale factor using method
27
+ - variables: support dimensionless variable expression
28
+ - variables: support replacing variables by their default values
29
+
30
+ ``v0.1.0 ``
31
+ ----------
32
+ *released 2017-06-29 *
6
33
7
34
- Initial public release.
Original file line number Diff line number Diff line change 40
40
41
41
extras_require = {
42
42
'docs' : [
43
- 'Sphinx>=1.5.1' ,
43
+ 'Sphinx>=1.5.1,<1.8 ' ,
44
44
'matplotlib>=1.5.1' ,
45
45
'sphinxcontrib-bibtex>=0.3.5' ,
46
46
],
You can’t perform that action at this time.
0 commit comments