Skip to content

Commit 3ae1b00

Browse files
committed
updated changelog
1 parent 2aa4f12 commit 3ae1b00

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Inflatox Changelog
22

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+
324
### v0.9.1 bugfixes
425
General
526
- Added unit tests

0 commit comments

Comments
 (0)