-
Notifications
You must be signed in to change notification settings - Fork 23
/
CHANGES.txt
105 lines (87 loc) · 3.53 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
Changes
=======
2.0.8 (8/15/2024)
-----
Updates:
- Update requirements .txt and .yaml files for environment install
- Replace contact lookup service with USGS People Picker service
- Add try/catch around USGS Thesaurus search to handle errors
- Remove option to 'Open ScienceBase Item' from the Metadata Wizard GUI
- Add fix for non-WGS84 coordinate system
- Fix display of UI element 'Data Status and Update Plans'
- Remove inappropriate words from place names list
2.0.6 (8/23/2019)
-----
New features:
- Directly edit a ScienceBase Item's Metadata file directly
- Add ability to open Anaconda prompt to add packages to install Python Env
- Add Jupyterlab to notebook launcher
- Add edition to citeinfo
Bug fixes:
- Whitespace getting stripped
- Nodes with comments getting stripped
- Scrolling on single lines hiding content
- Null characters in text breaking.
- Nodata values not getting saved out.
2.0.5 (7/27/2018)
-----
New features:
- Application settings form to easily change template file, definition source text, max rows read, and font size.
Bug fixes:
- Reading shapefiles not working.
- Replace invalid TSNs with valid ones in taxonomy section.
- Find updates not working on Macs.
- Minor formatting and other bugs.
2.0.4 (5/7/2018)
-----
New features:
- Misspelled words are now highlighted in most text boxes.
See:
- Added Vertical Coordinate Definition Source element.
- Add No Data attribute domain type (single enumerated) to EA detailed sections.
- Added ability to 'sniff' common no data values from input data columns.
- Now bounding box values only display 4 significant digits.
- Warning msg for loading datasets with > 100 columns.
- Warning msg for changing domain type to range on text column.
Bug fixes:
- Dropped support for legacy Python (2.7)
- Spatial domain parameters equal to 0 or 0.0 are displayed correctly.
- Allow for incomplete mapproj content when reading records.
- Show previously skipped sections when opening a new record.
- Show remaining source infos if a malformed source info is encountered.
- Fix for citeinfo DOIs not loading correctly.
2.0.3 (2/22/2018)
-----
New features:
- Updates to allow cross platform (Mac) compatibility.
- Mac installer.
- Moved MetadataWizard Tool version identifier to an XML Comment.
- MP compatible FGDC version name string defaults.
- Allow for empty Detailed sections in the Entity and Attribute.
Bug fixes:
- Feature classes in a file GDB can now be run from the Arc toolbox version.
- Add warning message when opening a file with multiple domain types.
2.0.2 (1/25/2018)
-----
New features:
- Type in a place name in the Description of Geographic Extent to auto-populate bounding Coordinates.
- Allow Navigation of controlled vocabularies by clicking on broader, narrower and related terms in Details text box.
- Launch Jupyter now remembers last 10 previously used directories, and allows one to specify which Anaconda env to use.
- Added check that srcused and srcprod have matching definitions in record.
- Add current version to 'About' message.
Bug fixes:
- Fix multiple online linkages getting stripped on load.
- Strip empty theme keywords elements that have the 'None' Thesaurus.
- Fix several typos in UI.
- Fix DOI tool crashing application when string did not start with 'DOI'.
- Remove unused window help question marks.
- Move Tool and Version info to XML comment instead of FGDC metuc element.
2.0.1 (11/16/2017)
-----
New features:
- None
Bug fixes:
- Fix validation not catching source used citation empty errors.
- Update the setup.py to include the resources folder.
2.0.0 (11/13/2017)
-----