Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PolyMathOrg/PolyMath
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: refactor-complex-number
Choose a base ref
...
head repository: PolyMathOrg/PolyMath
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 83 files changed
  • 4 contributors

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

Commits on Jan 18, 2024

  1. Merge pull request #325 from PolyMathOrg/refactor-complex-number

    Add tests for complex numbers
    hernanmd authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    8555b80 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #321 from PolyMathOrg/plot_pca

    Updated examples to plot PCA with Roassal 3
    hernanmd authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    7786dc1 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    fc4c041 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #326 from jordanmontt/patch-1

    Added Pharo12 to the CI
    olekscode authored May 2, 2024
    Configuration menu
    Copy the full SHA
    d8d6fc0 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2025

  1. Configuration menu
    Copy the full SHA
    7e68b19 View commit details
    Browse the repository at this point in the history
  2. Fixed several tests

    jordanmontt committed Aug 27, 2025
    Configuration menu
    Copy the full SHA
    aff39d0 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2025

  1. Merge pull request #331 from jordanmontt/fixed-several-tests-due-to-f…

    …loat-precision
    
    Fixed several tests due to float precision
    olekscode authored Sep 19, 2025
    Configuration menu
    Copy the full SHA
    9e0964e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #330 from jordanmontt/patch-1

    Added Pharo 14 and 14 to the CI. Removed Pharo 9 and 10
    olekscode authored Sep 19, 2025
    Configuration menu
    Copy the full SHA
    ff991d6 View commit details
    Browse the repository at this point in the history
Loading