Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 10.0.0 #270

Merged
merged 22 commits into from
Apr 25, 2024
Merged

Release 10.0.0 #270

merged 22 commits into from
Apr 25, 2024

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    c63ce3e View commit details
    Browse the repository at this point in the history
  2. blubb

    dvdanielamoitzi committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    c6ad3ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff6bf84 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8671d2b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    068cdb0 View commit details
    Browse the repository at this point in the history
  6. Refactor: change cellline color (#242)

    Made the cell line color a little darker, in coordination with
    @dvchristianbors , @thinkh and @dg-datavisyn, so that it has a better
    contrast and the font color can be white instead of black in Ordino.
    This is how this would look like in Ordino:
    
    ![image](https://github.com/datavisyn/visyn_core/assets/57343176/0c5a332e-76aa-4d12-b591-0b45799ad34b)
    dvdanielamoitzi authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    379a52e View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    d431a7e View commit details
    Browse the repository at this point in the history
  2. Update gene and chem structure icons (#246)

    ### Summary of changes
    
    - Updated the gene icons as the old one looks like some sweets
    - Updated the chemical structure icon
    
    ### Screenshots
    Gene icon:
    
    ![image](https://github.com/datavisyn/visyn_core/assets/57343176/a15c60f8-439e-4701-b6d9-b9a8bfd6b84e)
    
    
    Chemical structure icon:
    
    ![image](https://github.com/datavisyn/visyn_core/assets/57343176/4c6a6f03-d1de-4c96-8199-18f69e8f51fe)
    
    
    ### Additional notes for the reviewer(s)
    
    -  
    Thanks for creating this pull request 🤗
    puehringer authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    8b70473 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    736aebb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    407d3be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    baa462b View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. fix: fix viewbox of custom icons (#254)

    * add css support for custom icons
    
    * add support for entity icons
    
    * export function to inject css for custom icons
    
    * fix viewbox for icons and center them
    
    * add export for icon utils
    
    * remove inject from main app
    
    * remove icons from main app
    
    * remove css class injection
    dvdanielamoitzi authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    13b9da8 View commit details
    Browse the repository at this point in the history
  2. test: use app shell instead of body in cypress test (#258)

    use app shell instead of body
    dvdanielamoitzi authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    60f1aa1 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    e3134b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d42440 View commit details
    Browse the repository at this point in the history
  3. feat: add possibility to insert score column after given column in ra…

    …nking (#262)
    
    * add possibility to define new score column position
    
    * use options object parameter
    
    * make options optional
    
    * fix error
    dvmartinweigl authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    cf66345 View commit details
    Browse the repository at this point in the history
  4. chore: remove usage of flask (#257)

    * deps: upgrade backend deps to latest versions
    
    * remove flask dbmigration router
    
    * migrate XlsxUtils to fastAPI
    
    * linting
    
    * fix routes
    
    * routing fix
    
    * migrate idtype_api to fastAPI
    
    * refactor mainapp
    
    * exclude health enpoint from schema
    
    * small refactor
    
    * fix detail_from_exception
    
    * type ignore
    
    * allow empty cell content
    
    * xlsx api fixes and backend tests
    
    * ensure all routes to have api prefix
    
    * Add back deprecated endpoints for smooth migration
    
    ---------
    
    Co-authored-by: Michael Puehringer <[email protected]>
    Co-authored-by: Michael Pühringer <[email protected]>
    3 people authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    9e5714c View commit details
    Browse the repository at this point in the history
  5. refactor: rename labels of filter buttons (#266)

    refactor: update labels of filter buttons
    thinkh authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    4053b63 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2eeecb1 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. fix(vis): duplicate option values in scatterplot sidebar select (#261)

    Co-authored-by: Michael Pühringer <[email protected]>
    Co-authored-by: Holger Stitz <[email protected]>
    3 people authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    13f5310 View commit details
    Browse the repository at this point in the history
  2. fix(vis): violin vis selection events (#267)

    * fix violin plot selection
    
    * partial fix vis stories
    
    * move null value filtering to trace creation function
    
    * disable zoom for violin plot
    
    * small refactor
    
    * pin storybook/node-logger
    
    * remove resolution
    
    * small useEffect dependency array fix
    
    * replace null values in categorical columns with missing
    
    * add scrollarea to multiselect
    
    ---------
    
    Co-authored-by: Holger Stitz <[email protected]>
    dvmartinweigl and thinkh authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    7c4adcf View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    9766492 View commit details
    Browse the repository at this point in the history