File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.1.0 (2021-06-07)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ - ` ListConfig.append() ` now copies input config nodes ([ #601 ] ( https://github.com/omry/omegaconf/issues/601 ) )
7
+ - Fix loading of OmegaConf 2.0 pickled configs ([ #718 ] ( https://github.com/omry/omegaconf/issues/718 ) )
8
+
9
+
1
10
## 2.1.0.rc1 (2021-05-12)
2
11
OmegaConf 2.1 is a major release introducing substantial new features, and introducing some incompatible changes.
3
12
The biggest area of improvement in 2.1 is interpolations and resolvers. In addition - OmegaConf containers are now
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
import sys # pragma: no cover
2
2
3
- __version__ = "2.1.0.rc1 "
3
+ __version__ = "2.1.0"
4
4
5
5
msg = """OmegaConf 2.0 and above is compatible with Python 3.6 and newer.
6
6
You have the following options:
You can’t perform that action at this time.
0 commit comments