Skip to content

Commit a863fb0

Browse files
committed
update NEWS, JL1.8, and CI
1 parent 8099b50 commit a863fb0

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
version:
21-
- '1.6'
2221
- '1.8'
2322
- '~1.9.0-0'
2423
- 'nightly'

NEWS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
Listing news on any major breaking changes in DFG. For regular changes, see integrated Github.com project milestones for DFG.
22

3+
# v0.20
4+
5+
- Close long running serialization redo (#590) using only JSON3.jl and StructTypes.jl going forward.
6+
- Standardize BlobEntry=>Blob naming of functions, and keeping convenience wrappers `{get,add,update,delete}Data[!]`.
7+
- Include type field `VariableNodeData.covar`.
8+
- Drop minimum Julia compat to 1.8.
9+
310
# v0.19
411

512
- Add ids and metadata to data types.

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Requires = "1"
4242
StructTypes = "1"
4343
TensorCast = "0.3.3, 0.4"
4444
TimeZones = "1.3.1"
45-
julia = "1.6"
45+
julia = "1.8"
4646

4747
[extras]
4848
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"

0 commit comments

Comments
 (0)