Skip to content

Releases: molbiodiv/fennec

Version 0.4.1

09 Jan 08:41
v0.4.1
5b3847d
Compare
Choose a tag to compare
  • Handle deleted traits properly
  • Add two versions of IUCN to test set
  • Replace Blackbird with patched Phinch
  • Add user selected trait to project (biom)
  • Merge multiple trait values for one organism

Version 0.4.0

22 Nov 13:00
v0.4.0
4a1e725
Compare
Choose a tag to compare
  • Rename organism_id to fennec_id
  • Update webservices for db schema 0.4.0
  • Fix frontend for new data schema
  • Fix bugs (related to biom json export)

Version 0.3.2

04 Nov 10:47
v0.3.2
ff0a844
Compare
Choose a tag to compare
  • Add organism_id mapping to project details page
  • Export project as biom (v1)
  • Download mapping results as csv
  • Mapping to organism_id by species name
  • Make project ID and comment editable
  • Improve project details page
  • Use pre-compilation of jsx files with babel
  • Re-write message system (using React)

Version 0.3.1

20 Oct 07:58
v0.3.1
3d1cf13
Compare
Choose a tag to compare
  • Add exception handling to API
  • Add generalized WebserviceTestCase
  • Add fennec icon-font
  • Fix project overview table delete bug (#30)

Version 0.3.0

18 Oct 07:08
v0.3.0
Compare
Choose a tag to compare
  • Use Symfony framework (symfony.com)

Version 0.2.0

18 Oct 07:07
v0.2.0
Compare
Choose a tag to compare
  • Update navigation
  • Add trait details to projects
  • Update database schema for specific trait types
  • Add webservice to convert ncbi_taxids to organism_ids
  • Add trait overview table to projects
  • Update color scheme (fix scss)

Version 0.1.5

01 Jun 13:50
v0.1.5
a27a78b
Compare
Choose a tag to compare
  • Integrate a phinch fork for inspection of projects
  • Add OTU table to project page
  • Add central dialog method
  • Add biom2 to biom1 conversion capability on the server
  • Add filename of imported file to project table
  • Add "remove project" capability
  • Remove communities from web interface

Version 0.1.4

20 May 14:21
v0.1.4
70f7539
Compare
Choose a tag to compare
  • Add proper redirects on login and logout
  • Add project upload capability
  • Add project overview table

Version 0.1.3

17 May 07:18
v0.1.3
98fabb9
Compare
Choose a tag to compare
  • Add login with GitHub

Version 0.1.2

28 Apr 06:06
v0.1.2
2838a29
Compare
Choose a tag to compare
  • Add gulp as build system
  • Add style-checks (phpcs, sassLint, jshint)
  • Add docu generation (apigen, jsdoc)
  • Add unit tests (phpunit, jasmine)
  • Add performance test (artillery)
  • Add ui test (selenium)
  • Add contribution guidelines