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

Replace fmin package dependency with local code #56

Closed
wants to merge 25 commits into from

Commits on Nov 5, 2016

  1. initial commit

    benfred committed Nov 5, 2016
    Configuration menu
    Copy the full SHA
    aebf2c1 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2016

  1. Configuration menu
    Copy the full SHA
    135fb99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1c7ea9 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2016

  1. linesearch gradient descent + cities visualizations

    also remove rmsprop for now, and add start/top methods to
    graphs
    benfred committed Nov 12, 2016
    Configuration menu
    Copy the full SHA
    d8b1ef8 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2016

  1. Configuration menu
    Copy the full SHA
    e1cff69 View commit details
    Browse the repository at this point in the history
  2. add jshint

    benfred committed Nov 24, 2016
    Configuration menu
    Copy the full SHA
    76d42c3 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2016

  1. export scale

    benfred committed Nov 25, 2016
    Configuration menu
    Copy the full SHA
    91355c0 View commit details
    Browse the repository at this point in the history
  2. tweak cities vis

    benfred committed Nov 25, 2016
    Configuration menu
    Copy the full SHA
    a3d4730 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2016

  1. tweak starting location

    benfred committed Nov 26, 2016
    Configuration menu
    Copy the full SHA
    0deb951 View commit details
    Browse the repository at this point in the history
  2. tweak linesearch

    benfred committed Nov 26, 2016
    Configuration menu
    Copy the full SHA
    3e6ece7 View commit details
    Browse the repository at this point in the history
  3. use https for mathjax

    benfred committed Nov 26, 2016
    Configuration menu
    Copy the full SHA
    7c08509 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2016

  1. Configuration menu
    Copy the full SHA
    31b2d55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23ffd78 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2018

  1. update package.json

    benfred committed Mar 31, 2018
    Configuration menu
    Copy the full SHA
    8974eb2 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2018

  1. Use npm package name instead of relative path (#6)

    * Use npm package name instead of relative path
    
    * Update rollup config
    keqingrong authored and benfred committed Jun 3, 2018
    Configuration menu
    Copy the full SHA
    2018b57 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. build: update yarn.lock

    sgratzl committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    dedb118 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. fix deprecation warnings, upgrade dependencies, replace linting and t…

    …est tools (#16)
    
    * fix deprecation warnings, upgrade dependencies, replace jshint and tape with biome and vitest
    
    * use different line endings
    
    * cleanup package.json
    
    * update version
    lloydjatkinson authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    2d1df55 View commit details
    Browse the repository at this point in the history
  2. remove tape

    benfred committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    6b155c9 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Merge the relevant files of the fmin package directly into venn.js

    Roméo Willinge Prins committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    4bdff25 View commit details
    Browse the repository at this point in the history
  2. Moved fmin files into subfolder

    Roméo Willinge Prins committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    eed7217 View commit details
    Browse the repository at this point in the history
  3. Reformat

    Roméo Willinge Prins committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    f602cd2 View commit details
    Browse the repository at this point in the history
  4. Fixed unresolved variable

    Roméo Willinge Prins committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    aafd20b View commit details
    Browse the repository at this point in the history
  5. Removed unused imports

    Roméo Willinge Prins committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    28f1783 View commit details
    Browse the repository at this point in the history
  6. Replaced fmin package dependency with local version

    Roméo Willinge Prins committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    85a2195 View commit details
    Browse the repository at this point in the history
  7. Removed unused gradientDescent

    Roméo Willinge Prins committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    cb9bf92 View commit details
    Browse the repository at this point in the history