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: geotrellis/maml
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.3.3
Choose a base ref
...
head repository: geotrellis/maml
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.4.0
Choose a head ref
  • 7 commits
  • 24 files changed
  • 4 contributors

Commits on Apr 29, 2019

  1. Bump project version up

    pomadchin committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    7a3d380 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2019

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

Commits on May 15, 2019

  1. Add parallel interpreter (#101)

    * Make metals happy
    
    * Include metals files in gitignore
    
    * .map .sequence => .traverse
    
    * First cut -- ParallelInterpreter
    
    * Update changelog
    
    * Prove consistency with NaiveInterpreter
    
    * Fix evaluation (thanks, tests!)
    
    * scalafmt
    
    * Add target monad to interpreter so ParallelInterpreter can extend it
    
    Necessary for downstream use in e.g. geotrellis-server
    
    * Add sleep expression and use it to test parallelism
    
    * Don't know how to interpret sleep by default
    
    * Make test look better
    
    * ParallelInterpreter -> ConcurrentInterpreter
    
    * Add actually parallel interpreter + tests
    jisantuc authored and moradology committed May 15, 2019
    Configuration menu
    Copy the full SHA
    81197d4 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2019

  1. Add automated releases to Sonatype Nexus through CI (#98)

    * Add automated releases to Sonatype Nexus through CI
    
    * Add GitHub issue template for releases
    
    * Temporarily deploy my branch
    
    * Add changelog entry
    
    * add .jvmopts
    
    * fixup! add .jvmopts
    
    * only build master on tagged commits
    
    * fixup! only build master on tagged commits
    
    * Add master back
    
    * add required tag filters to pass tags to required jobs
    
    * update comment about value of version
    rbreslow authored May 22, 2019
    Configuration menu
    Copy the full SHA
    b1d33ff View commit details
    Browse the repository at this point in the history

Commits on May 23, 2019

  1. Reconcile change log for 0.3.3 release (#102)

    * Reconcile change log for 0.3.3 release
    
    * Add change log entry
    
    * remove leftover branch gates
    rbreslow authored May 23, 2019
    Configuration menu
    Copy the full SHA
    6b40e43 View commit details
    Browse the repository at this point in the history
  2. 0.4.0

    rbreslow committed May 23, 2019
    Configuration menu
    Copy the full SHA
    02af3e8 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'release/0.4.0'

    rbreslow committed May 23, 2019
    Configuration menu
    Copy the full SHA
    649bb5f View commit details
    Browse the repository at this point in the history
Loading