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

Updated examples to plot PCA with Roassal 3 #321

Merged
merged 10 commits into from
Jan 18, 2024
Merged

Updated examples to plot PCA with Roassal 3 #321

merged 10 commits into from
Jan 18, 2024

Commits on May 25, 2023

  1. Updated examples to plot PCA with Roassal 3.

    This needs PolyMathOrg/DataFrame#237 to be merged.
    Hernán Morales Durand committed May 25, 2023
    Configuration menu
    Copy the full SHA
    b8ffb91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab0a10a View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Merge branch 'master' into plot_pca

    * master:
      refactor: Rename Variable where we make the roles of the objects clearer in the tests.
      test: clarified the name of a test.
      fix: corrected a comment.
      test: clarified naming using domain language (repeated roots).
      fix: corrected the comment.
      test: added some interesting and missing tests.
      test: changed the example and added a comment to make it clear what the coefficients correspond to.
      test: added a simple test for x^2 + 2x + 1, whose roots are x = -1 and -1
      refactor: Rename Variable - it looks like it is a root.
      stylg: removed redundant comment.
      refactor: Rename Method, and now we have the interface that a client (in this case the test) needs.
      refactor: Inline Method as it has no clients.
      style: corrected a Smalltalk code critique.
      refactor: clarified the name of the method.
      refactor: Inline Method, as it has no clients.
      refactor: Move Method to a more sensible place.
      refactor: made the method a class method. Next we can inline the instance method.
      refactor: Extract Method where a method instantiates a root finding algorithm with the desired precision.
      refactor: migrated the client to no longer use roots message.
      refactor: using Parallel Change, introduced a new message that returns roots in order.
    Hernán Morales Durand committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    264d746 View commit details
    Browse the repository at this point in the history
  2. Add visualizations package with dependencies.

    Update baseline dependencies.
    Also reduce baseline long method.
    Update Roassal deprecated class names.
    Hernán Morales Durand committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    f24cbfb View commit details
    Browse the repository at this point in the history
  3. Add missing baseline reference to Roassal

    Hernán Morales Durand committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    1cd367a View commit details
    Browse the repository at this point in the history
  4. Repackage methods

    Hernán Morales Durand committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    f6ffd19 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Remove Roassal reference in Baseline

    Hernán Morales Durand committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    c044efc View commit details
    Browse the repository at this point in the history
  2. AIDataInspector -> AIDataFrameInspector

    Hernán Morales Durand committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    bb48d99 View commit details
    Browse the repository at this point in the history
  3. Fix another reference: AIDataInspector -> AIDataFrameInspector

    Hernán Morales Durand committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    cb9a018 View commit details
    Browse the repository at this point in the history
  4. Add compatibility method because Roassal chart class name changes bet…

    …ween different Pharo versions
    Hernán Morales Durand committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    2c84554 View commit details
    Browse the repository at this point in the history