File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Inflatox Changelog
2
2
3
+ ## v0.10.0 (💣BREAKING CHANGES💣)
4
+ Features
5
+ - Added common subexpression elimination (cse) option for compiler
6
+ - Equations of motion are now computed and compiled in addition to the consistency condition
7
+ - Reworked symbolic simplification system
8
+ - Added automatic numerical verification of basis orthonormality
9
+
10
+ Breaking Changes
11
+ - Renamed ` SymbolicCalculation ` to ` InflationModelBuilder `
12
+ - Renamed ` SymbolicOutput ` to ` InflationModel `
13
+
14
+ Non-breaking behaviour changes
15
+ - ` InflationModelBuilder ` 's constructor now has ` assertions=True ` by default
16
+ - ` InflationCondition ` 's constructor now has ` verify_basis=True ` by default
17
+
18
+ Bugfixes
19
+ - fixed bug in documentation (thanks to TJMarchand)
20
+ - fixed CRITICAL bug in definition of gradient (discovered by TJMarchand)
21
+ - fixed bug in shortcut definition of second basis vector in 2-field inflation models (discovered
22
+ by TJMarchand)
23
+
3
24
### v0.9.1 bugfixes
4
25
General
5
26
- Added unit tests
You can’t perform that action at this time.
0 commit comments