@@ -18,9 +18,6 @@ under GNU General Public License 2 (GPL2).
18
18
19
19
- [ Specify 7] ( #specify-7 )
20
20
- [ Table of Contents] ( #table-of-contents )
21
- - [ Release notes] ( #release-notes )
22
- - [ 7.6.1 (1 November 2021)] ( #761-1-november-2021 )
23
- - [ 7.6.0 (16 September 2021)] ( #760-16-september-2021 )
24
21
- [ Docker installation] ( #docker-installation )
25
22
- [ Installation] ( #installation )
26
23
- [ Installing system dependencies] ( #installing-system-dependencies )
@@ -38,84 +35,6 @@ under GNU General Public License 2 (GPL2).
38
35
- [ Updating Specify 7] ( #updating-specify-7 )
39
36
- [ Updating the database (Specify 6) version] ( #updating-the-database-specify-6-version )
40
37
41
- ## Release notes
42
-
43
- ### 7.6.1 (1 November 2021)
44
-
45
- - Fixes typo in README. [ #956 ] ( https://github.com/specify/specify7/issues/956 )
46
- - Fixes menu overflow on some screens.
47
- - Updates version of Python Requests library. [ #1005 ] ( https://github.com/specify/specify7/issues/1005 )
48
- - Fixes regression in regex uiformatter. [ #1010 ] ( https://github.com/specify/specify7/issues/1010 )
49
- - Fixes tree level titles. [ #740 ] ( https://github.com/specify/specify7/issues/740 )
50
- - Fixes _ From Record Set_ dialog having wrong button label. [ #1026 ] ( https://github.com/specify/specify7/issues/1026 )
51
- - Updates README to require Ubuntu 20.04.
52
- - Fixes Workbench upload/validation handling of over length values. [ #1041 ] ( https://github.com/specify/specify7/issues/1041 )
53
- - Fixes Workbench mapping of _ OtherIdentifier_ table. [ #1029 ] ( https://github.com/specify/specify7/issues/1029 )
54
-
55
- ### 7.6.0 (16 September 2021)
56
-
57
- This Specify 7.6.0 update is being released simultaneously with
58
- Specify 6.8.01. Both platforms require a database schema update for
59
- existing Specify 6 and 7 installations. The new Specify database
60
- schema is v2.9 updated from current production v2.7 (v2.8 skipped).
61
-
62
- Here is the GitHub list of user-facing software issues (except for the
63
- WorkBench) fixed or enhanced in this release: [ Issues Fixed in the
64
- Specify 7.6.0 Release] ( https://github.com/specify/specify7/issues?q=is%3Aissue+milestone%3A7.6.0+label%3Afor-release-notes ) .
65
-
66
- See: [ Specify Schema Update (v2.9): Additions, Changes, Virtual
67
- Fields] ( https://www.specifysoftware.org/wp-content/uploads/2021/09/Specify-Schema-Update-v2.9-15-Sep-2021.pdf )
68
- for a list of the data tables and fields added and changed in the
69
- Specify v2.9 schema update, as well as new virtual, calculated fields
70
- outside of the schema.
71
-
72
- The highlight of this Specify 7 release is a new WorkBench
73
- module. Much SCC software engineering during 2020 through mid-2021 was
74
- focused on developing it. The WorkBench is an effective tool for
75
- capturing new records from specimen digitization or for migrating old
76
- records from legacy systems. We re-designed the WorkBench to be able
77
- to import and upload more kinds of data into a Specify collection
78
- database--with increased flexibility for mapping between external data
79
- columns and Specify database fields; comprehensive error checking,
80
- validating and editing of Data sets, and with efficient uploading of
81
- data into the database. The new WorkBench has intuitive features for
82
- ‘everyday uploading’ and advanced settings for more complex mapping
83
- and uploading workflows. Data sets created with Specify 6 or previous
84
- versions of Specify 7 will not be compatible with the new WorkBench
85
- and will be inaccessible in the new version.
86
-
87
- This document: [ Specify 7.6.0 Release Notes: New
88
- WorkBench] ( https://docs.google.com/document/u/0/d/1P5rPb1ij4uMoQuUDFfzCyWTt1musX3Pj2QllOTLHPp8 )
89
- includes a structured walk-through of the operation of the new Specify
90
- 7 WorkBench on a public Specify7 test server.
91
-
92
- Another major push in the development of Specify 7.6.0 was the
93
- elaboration and documentation of Specify 7 server APIs. This was in
94
- response to increasing community interest in API integrations and for
95
- a global, digital object based, biodiversity data architecture.
96
-
97
- Current Specify API documentation can be viewed on the demonstration
98
- server at:
99
-
100
- http://api.test.specifycloud.org/documentation/api/tables/
101
- and http://api.test.specifycloud.org/documentation/api/operations/
102
-
103
- Each installation of Specify 7.6.0 will have this API documentation
104
- interface turned on by default and be accessible at the server URL
105
- with the ` /documentation/… ` string postpended.
106
-
107
- Last but not least with the concurrent 7.6.0 and 6.8.01 Specify
108
- releases we are excited to announce the creation of the Specify
109
- Network. With these updates, both Specify 6 and 7 are now integrated
110
- with it. The Specify Network’s initial API-based integrations find and
111
- return information held in aggregators and name authorities about
112
- specimens in your collection.
113
-
114
- For an introduction to the new [ Specify
115
- Network] ( https://www.specifysoftware.org/specify-network/ ) and its
116
- current services see the Specify Network page on the Specify
117
- Collections Consortium site.
118
-
119
38
## Docker installation
120
39
121
40
Beginning with version 7.6.0 the recommend deployment of Specify 7 is
0 commit comments