Skip to content

Commit

Permalink
Merge pull request #490 from neurodata/staging
Browse files Browse the repository at this point in the history
Merge all the development into main v0.0.5
  • Loading branch information
jdey4 authored Sep 19, 2021
2 parents 3d3753e + 47ccefb commit 894d259
Show file tree
Hide file tree
Showing 83 changed files with 12,157 additions and 3,893 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1

orbs:
codecov: codecov/[email protected]

jobs:
build:
parameters:
Expand Down Expand Up @@ -130,4 +130,4 @@ workflows:
tags:
only: /[0-9]+(\.[0-9]+)*/
branches:
ignore: /.*/
ignore: /.*/
8 changes: 5 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,10 @@ dmypy.json
# Data and IDE
.vscode

#experiments
# experiments
.DS_Store
*.wav
*.npz

#pickle
*.pickle
# pickle
*.pickle
21 changes: 13 additions & 8 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# YAML 1.2
---
authors:
authors:
-
affiliation: "Johns Hopkins University, Baltimore, MD"
family-names: Vogelstein
Expand All @@ -26,6 +26,11 @@ authors:
affiliation: "Johns Hopkins University, Baltimore, MD"
family-names: Geisa
given-names: Ali
-
affiliation: "Johns Hopkins University, Baltimore, MD"
family-names: Xu
given-names: Haoyin
orcid: "https://orcid.org/0000-0001-8235-4950"
-
affiliation: "Baylor College of Medicine, Houston, TX"
family-names: "van de Ven"
Expand Down Expand Up @@ -59,21 +64,21 @@ authors:
family-names: Priebe
given-names: Carey
cff-version: "1.1.0"
date-released: 2021-02-03
identifiers:
-
date-released: 2021-09-18
identifiers:
-
type: url
value: "https://arxiv.org/pdf/2004.12908.pdf"
keywords:
keywords:
- Python
- classification
- "decision trees"
- "progressive learning"
- "lifelong learning"
- "transfer learning"
- "domain adaptation"
license: MIT
message: "If you use this software, please cite it using these metadata."
repository-code: "https://github.com/neurodata/ProgLearn"
title: "ProgLearn: Progressive Learning"
version: "0.0.4"
title: "Omnidirectional Transfer for Quasilinear Lifelong Learning"
version: "0.0.5"
...
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ProgLearn

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4276573.svg)](https://doi.org/10.5281/zenodo.4276573)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4060264.svg)](https://doi.org/10.5281/zenodo.4060264)
[![Build Status](https://circleci.com/gh/neurodata/ProgLearn/tree/main.svg?style=shield&circle-token=:circle-token)](https://app.circleci.com/pipelines/github/neurodata/ProgLearn)
[![Codecov](https://codecov.io/gh/neurodata/ProgLearn/branches/main/graph/badge.svg)](https://codecov.io/gh/neurodata/ProgLearn)
[![PyPI version](https://img.shields.io/pypi/v/proglearn.svg)](https://pypi.org/project/proglearn/)
Expand Down
335 changes: 0 additions & 335 deletions benchmarks/spoken_digit_exp/spoken_digit_exp.ipynb

This file was deleted.

270 changes: 0 additions & 270 deletions benchmarks/spoken_digit_exp/spoken_digit_functions.py

This file was deleted.

9 changes: 9 additions & 0 deletions docs/_templates/autosummary/base.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{{ fullname | escape | underline }}

.. currentmodule:: {{ module }}

.. auto{{ objtype }}:: {{ objname }}
.. raw:: html

<div style='clear:both'></div>
Loading

0 comments on commit 894d259

Please sign in to comment.