File tree 4 files changed +16
-3
lines changed
4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1
- 8.1 .0
1
+ 8.2 .0
Original file line number Diff line number Diff line change 4
4
5
5
- [ Change Log] ( #change-log )
6
6
- [ Unreleased] ( #unreleased )
7
+ - [ 8.2.0 (2020-08-16)] ( #800-2020-08-16 )
7
8
- [ 8.1.0 (2020-06-21)] ( #800-2020-06-21 )
8
9
- [ 8.0.0 (2020-04-04)] ( #800-2020-04-04 )
9
10
- [ 7.1.0 (2019-06-23)] ( #710-2019-06-23 )
38
39
39
40
### [ Unreleased] ( https://github.com/jacobwilliams/json-fortran/tree/HEAD )
40
41
41
- [ Complete Changeset] ( https://github.com/jacobwilliams/json-fortran/compare/8.1.0...HEAD )
42
+ [ Complete Changeset] ( https://github.com/jacobwilliams/json-fortran/compare/8.2.0...HEAD )
43
+
44
+ ### [ 8.2.0] ( https://github.com/jacobwilliams/json-fortran/tree/8.2.0 ) (2020-08-16)
45
+
46
+ [ Complete Changeset] ( https://github.com/jacobwilliams/json-fortran/compare/8.1.0...8.2.0 )
47
+ or [ Download v8.2.0] ( https://github.com/jacobwilliams/json-fortran/releases/tag/8.2.0 )
48
+
49
+ ** Enhancements:**
50
+
51
+ - Updated the ` compress_vectors ` option so that now vectors of mixed integers and reals are also compressed. [ \# 470] ( https://github.com/jacobwilliams/json-fortran/issues/470 ) [ \# 471] ( https://github.com/jacobwilliams/json-fortran/pull/471 ) ([ jacobwilliams] ( https://github.com/jacobwilliams ) )
42
52
43
53
### [ 8.1.0] ( https://github.com/jacobwilliams/json-fortran/tree/8.1.0 ) (2020-06-21)
44
54
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ cmake_minimum_required ( VERSION 2.8.8 FATAL_ERROR )
122
122
enable_language ( Fortran )
123
123
project ( jf_test NONE )
124
124
125
- find_package ( jsonfortran-${CMAKE_Fortran_COMPILER_ID} 8.1 .0 REQUIRED )
125
+ find_package ( jsonfortran-${CMAKE_Fortran_COMPILER_ID} 8.2 .0 REQUIRED )
126
126
include_directories ( "${jsonfortran_INCLUDE_DIRS}" )
127
127
128
128
file ( GLOB JF_TEST_SRCS "src/tests/jf_test_*.F90" )
Original file line number Diff line number Diff line change @@ -25,6 +25,9 @@ documentation from the documentation for official releases other than
25
25
using the browser's back button. Feel free to bookmark this page, or
26
26
the [ main project page] ( |url|/index.html ) for convenient navigation.
27
27
28
+ * [ 8.2.0] ( http://jacobwilliams.github.io/json-fortran/8.2.0/index.html )
29
+ ([ FORD] ( https://github.com/Fortran-FOSS-Programmers/ford ) generated documentation)
30
+ - [ Download] ( https://github.com/jacobwilliams/json-fortran/releases/tag/8.2.0 )
28
31
* [ 8.1.0] ( http://jacobwilliams.github.io/json-fortran/8.1.0/index.html )
29
32
([ FORD] ( https://github.com/Fortran-FOSS-Programmers/ford ) generated documentation)
30
33
- [ Download] ( https://github.com/jacobwilliams/json-fortran/releases/tag/8.1.0 )
You can’t perform that action at this time.
0 commit comments