Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
LocoDelAssembly committed Sep 9, 2024
2 parents 001729c + 407b19a commit f3b5862
Show file tree
Hide file tree
Showing 188 changed files with 5,011 additions and 3,936 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.3
3.3.4
61 changes: 60 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,64 @@ This project <em>does not yet</em> adheres to [Semantic Versioning](https://semv

\-

## [0.43.3] - 2024-09-09

### Added

- With/out facets for Loan dates [#3729]
- FieldNumber local identifier sensu DwC
- RecordNumber local identifier sensu DwC [#4016]
- DwC importer support for FieldNumber and RecordNumber [#4016] [#3800]
- DwC export support for FieldNumber, RecordNumber
- New RecordNumber panel for Comprehensive Digization
- Filter Otu: With/without common names
- Radial annotator: Add sort to identifiers slice [#4021]
- `extend[]=valid_name` to `/taxon_names`
- Valid name column in filter nomenclature

### Changed

- DwC export will now use a valid taxon name if linked first to an invalid, and it is available
- EventID and verbatim_trip_code are disentangled in DwC Importer, they do not map to one-another now [#3800] [#2852]
- TripCode is now FieldNumber (all data migrated)
- DwcOccurrence rebuilds triggered for changes to TaxonNameRelationship [#4019], TypeMaterial, TaxonDetermination, Identifier::Global
- Wikidata IDs are now also loaded into recordedByID and identifiedByID [#3989]
- Sort order of descendant inventory
- Removed net-pop gem workaround for Ruby 3.3.3
- Facet geographic area: Spatial mode by default
- Facet nomenclature rank: Remove selected ranks from select input
- Updated Ruby gems
- New taxon name task: Add manual mode for subsequent combinations section when taxon rank is not in the list [#4009]
- Optimized performance of Combination name rendering and use
- Filters with Geographic area facet default to 'Spatial'

### Fixed

- Header labels print without higher taxonomy [#4030]
- Staged images tab on collection object report
- Non-integer identifier start/end ranges raising
- Various facets in Filter OTUs not being scoped to unique records
- Saving a bad identifier from annotator fails to show message why
- Download formatted references as PDF
- Quickly clicking save before load-in on Comprehensive can detach CollectingEvent from CollectionObject
- Filter collecting events: data attribute table view is empty [#4013]
- Field synchronize: URI Too Large error when user pass a long query [#4017]
- DwC importer crashing on record with blank `basisOfRecord` [#4024]

[#2852]: https://github.com/SpeciesFileGroup/taxonworks/issues/2852
[#3729]: https://github.com/SpeciesFileGroup/taxonworks/issues/3729
[#3800]: https://github.com/SpeciesFileGroup/taxonworks/issues/3800
[#3989]: https://github.com/SpeciesFileGroup/taxonworks/issues/3989
[#4009]: https://github.com/SpeciesFileGroup/taxonworks/issues/4009
[#4013]: https://github.com/SpeciesFileGroup/taxonworks/issues/4013
[#4016]: https://github.com/SpeciesFileGroup/taxonworks/issues/4016
[#4017]: https://github.com/SpeciesFileGroup/taxonworks/issues/4017
[#4018]: https://github.com/SpeciesFileGroup/taxonworks/issues/4018
[#4019]: https://github.com/SpeciesFileGroup/taxonworks/issues/4019
[#4021]: https://github.com/SpeciesFileGroup/taxonworks/issues/4021
[#4024]: https://github.com/SpeciesFileGroup/taxonworks/issues/4024
[#4030]: https://github.com/SpeciesFileGroup/taxonworks/issues/4030

## [0.43.2] - 2024-08-10

### Added
Expand Down Expand Up @@ -4751,7 +4809,8 @@ _Special thanks to Tom Klein for his amazing open-source contributions on this r
- Loosing input page numbers when switching tabs on New Taxon Name task

[#1532]: https://github.com/SpeciesFileGroup/taxonworks/issues/1532
[unreleased]: https://github.com/SpeciesFileGroup/taxonworks/compare/v0.43.2..development
[unreleased]: https://github.com/SpeciesFileGroup/taxonworks/compare/v0.43.3..development
[0.43.3]: https://github.com/SpeciesFileGroup/taxonworks/compare/v0.43.2...v0.43.3
[0.43.2]: https://github.com/SpeciesFileGroup/taxonworks/compare/v0.43.1...v0.43.2
[0.43.1]: https://github.com/SpeciesFileGroup/taxonworks/compare/v0.43.0...v0.43.1
[0.43.0]: https://github.com/SpeciesFileGroup/taxonworks/compare/v0.42.0...v0.43.0
Expand Down
5 changes: 1 addition & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ gem 'roo-xls', '~> 1.2'

gem 'csv', '~> 3.2'

# Needed until Ruby 3.3.4 is released https://github.com/ruby/ruby/pull/11006
gem 'net-pop', github: 'ruby/net-pop'

gem 'net-smtp', '~> 0.4'
gem 'mail', '~> 2.8', '>= 2.8.1'
gem 'matrix', '~> 0.4.2'
Expand Down Expand Up @@ -105,7 +102,7 @@ gem 'rails-jquery-autocomplete', '~> 1.0.3'

gem 'turbolinks', '~> 5.2.0'
gem 'jquery-turbolinks', '~> 2.1'
gem 'shakapacker', '8.0.1'
gem 'shakapacker', '8.0.2'

# BibTeX handling
gem 'csl', '~> 2.0'
Expand Down
Loading

0 comments on commit f3b5862

Please sign in to comment.