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: aplbrain/bossphorus-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: aplbrain/bossphorus-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 49 files changed
  • 2 contributors

Commits on Nov 20, 2018

  1. Reorganize repo (#23)

    * Remove old website
    
    * Add marmara module
    
    * Add CircleCI config
    
    * Add test directories
    
    * Update workflows to use pytest
    
    * Install pytest
    
    * Mon Nov 19 14:51:04 EST 2018
    
    * Mon Nov 19 14:52:14 EST 2018
    
    * Mon Nov 19 14:54:24 EST 2018
    
    * Mon Nov 19 14:57:49 EST 2018
    
    * Mon Nov 19 14:58:33 EST 2018
    
    * Mon Nov 19 15:01:57 EST 2018
    
    * Mon Nov 19 15:03:41 EST 2018
    
    * Mon Nov 19 15:12:33 EST 2018
    
    * Mon Nov 19 15:34:53 EST 2018
    
    * Mon Nov 19 15:35:32 EST 2018
    
    * Mon Nov 19 15:36:49 EST 2018
    
    * Mon Nov 19 15:39:00 EST 2018
    
    * Mon Nov 19 15:39:56 EST 2018
    
    * Add marmara dependencies
    
    * Localize dependencies to submodules
    
    * Mon Nov 19 15:45:42 EST 2018
    
    * Mon Nov 19 15:48:26 EST 2018
    
    * Mon Nov 19 15:50:12 EST 2018
    
    * Mon Nov 19 15:51:46 EST 2018
    
    * no cache
    
    * Mon Nov 19 15:54:55 EST 2018
    
    * Mon Nov 19 15:56:13 EST 2018
    
    * Mon Nov 19 15:57:17 EST 2018
    
    * Mon Nov 19 15:58:24 EST 2018
    
    * Mon Nov 19 15:59:18 EST 2018
    
    * Mon Nov 19 16:01:09 EST 2018
    
    * Mon Nov 19 16:04:11 EST 2018
    
    * Mon Nov 19 16:06:20 EST 2018
    
    * Mon Nov 19 16:07:48 EST 2018
    
    * Mon Nov 19 16:11:27 EST 2018
    
    * Mon Nov 19 16:12:40 EST 2018
    
    * Mon Nov 19 16:12:44 EST 2018
    
    * Mon Nov 19 16:14:57 EST 2018
    
    * Mon Nov 19 16:16:54 EST 2018
    
    * Mon Nov 19 16:17:59 EST 2018
    
    * Mon Nov 19 16:19:40 EST 2018
    
    * Mon Nov 19 16:21:05 EST 2018
    
    * Mon Nov 19 16:21:23 EST 2018
    
    * Install pylint
    
    * Move marmara init
    
    * Fix wflow dependency tree
    
    * Can i solve all my problems with a dag
    
    * Aha, the hashes were the same...
    j6k4m8 authored Nov 20, 2018
    Configuration menu
    Copy the full SHA
    b26c280 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2018

  1. Reinitialize bossphorus package and begin marmara development

    Reinitialize the bossphorus package, purging all old code and starting anew.
    Add development dependencies for bossphorus.
    
    Begin marmara development. Specify the StorageEngine protocol and implement
    to concrete classes: InMemoryNumpyStorageEngine and BossStorageEngine. Add tests
    for InMemoryNumpyStorageEngine.
    
    Update circleci configuration.
    Miller Wilt committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    9fbfa34 View commit details
    Browse the repository at this point in the history
  2. Attempt to fix circleci build steps

    Miller Wilt committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    a53c923 View commit details
    Browse the repository at this point in the history
  3. Update circleci linting steps

    Miller Wilt committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    1ecf6f2 View commit details
    Browse the repository at this point in the history
  4. Begin developing bossphorus flask server

    Begin development of the bossphorus flask server. Add rough implementations
    to get and put cutouts. Create StorageProxy protocol, which proxies storage
    related commands to a concrete backend. Create the CutoutCoordinateFrame dataclass.
    Update dependencies.
    Miller Wilt committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    2c4b448 View commit details
    Browse the repository at this point in the history
  5. Change np.array types to np.ndarray as np.array is a function, not a …

    …class
    Miller Wilt committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    cfc9508 View commit details
    Browse the repository at this point in the history
  6. Begin marmara zeromq-based server development

    Miller Wilt committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    86e8911 View commit details
    Browse the repository at this point in the history
Loading