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

#25: create class for partitions #45

Merged
merged 19 commits into from
Sep 18, 2023

Commits on Jun 28, 2023

  1. create AtumPartitions.scala

    Hector Perez committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    51fa957 View commit details
    Browse the repository at this point in the history
  2. minor

    Hector Perez committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    2918fd0 View commit details
    Browse the repository at this point in the history
  3. format

    Hector Perez committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    ce4c6e8 View commit details
    Browse the repository at this point in the history
  4. comment

    Hector Perez committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    507b03b View commit details
    Browse the repository at this point in the history
  5. naming

    Hector Perez committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    f15d728 View commit details
    Browse the repository at this point in the history
  6. add some tests

    Hector Perez committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    ddce673 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. some CH req

    Hector Perez committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    8130c4a View commit details
    Browse the repository at this point in the history
  2. comment

    Hector Perez committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    b2cdd2f View commit details
    Browse the repository at this point in the history
  3. minor

    Hector Perez committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    48dd958 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. README.md

    Hector Perez committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    c9e43cc View commit details
    Browse the repository at this point in the history
  2. minor

    Hector Perez committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    bbfe10b View commit details
    Browse the repository at this point in the history
  3. minor

    Hector Perez committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    f6df867 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    47d92c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f3099d View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

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

Commits on Sep 4, 2023

  1. * It's now possible to create an AtumContext of sub-partitions

    * `AtumAgent` now a class and companion object of the class to allow referencing
    * `AtumContext` now behaves somewhat like a singleton for given `AtumPartitions` - as a result it's mutable
    * Rename `Measurement` to `Measure`
    * Simplified `AtumPartitions`
    benedeki committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    29f8300 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. * removed references to non-committed code

    * deleted obsolete class
    benedeki committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    5b9b422 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Merge remote-tracking branch 'remotes/origin/master' into feature/25c…

    …reate-class-4-segmentation-2
    benedeki committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    a074610 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. * addressing PR comments

    benedeki committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    7faadcc View commit details
    Browse the repository at this point in the history