Skip to content

Commit 894d259

Browse files
authored
Merge pull request #490 from neurodata/staging
Merge all the development into main v0.0.5
2 parents 3d3753e + 47ccefb commit 894d259

File tree

83 files changed

+12157
-3893
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+12157
-3893
lines changed

Diff for: .circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2.1
22

33
orbs:
44
codecov: codecov/[email protected]
5-
5+
66
jobs:
77
build:
88
parameters:
@@ -130,4 +130,4 @@ workflows:
130130
tags:
131131
only: /[0-9]+(\.[0-9]+)*/
132132
branches:
133-
ignore: /.*/
133+
ignore: /.*/

Diff for: .gitignore

+5-3
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,10 @@ dmypy.json
131131
# Data and IDE
132132
.vscode
133133

134-
#experiments
134+
# experiments
135135
.DS_Store
136+
*.wav
137+
*.npz
136138

137-
#pickle
138-
*.pickle
139+
# pickle
140+
*.pickle

Diff for: CITATION.cff

+13-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# YAML 1.2
22
---
3-
authors:
3+
authors:
44
-
55
affiliation: "Johns Hopkins University, Baltimore, MD"
66
family-names: Vogelstein
@@ -26,6 +26,11 @@ authors:
2626
affiliation: "Johns Hopkins University, Baltimore, MD"
2727
family-names: Geisa
2828
given-names: Ali
29+
-
30+
affiliation: "Johns Hopkins University, Baltimore, MD"
31+
family-names: Xu
32+
given-names: Haoyin
33+
orcid: "https://orcid.org/0000-0001-8235-4950"
2934
-
3035
affiliation: "Baylor College of Medicine, Houston, TX"
3136
family-names: "van de Ven"
@@ -59,21 +64,21 @@ authors:
5964
family-names: Priebe
6065
given-names: Carey
6166
cff-version: "1.1.0"
62-
date-released: 2021-02-03
63-
identifiers:
64-
-
67+
date-released: 2021-09-18
68+
identifiers:
69+
-
6570
type: url
6671
value: "https://arxiv.org/pdf/2004.12908.pdf"
67-
keywords:
72+
keywords:
6873
- Python
6974
- classification
7075
- "decision trees"
71-
- "progressive learning"
76+
- "lifelong learning"
7277
- "transfer learning"
7378
- "domain adaptation"
7479
license: MIT
7580
message: "If you use this software, please cite it using these metadata."
7681
repository-code: "https://github.com/neurodata/ProgLearn"
77-
title: "ProgLearn: Progressive Learning"
78-
version: "0.0.4"
82+
title: "Omnidirectional Transfer for Quasilinear Lifelong Learning"
83+
version: "0.0.5"
7984
...

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ProgLearn
22

3-
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4276573.svg)](https://doi.org/10.5281/zenodo.4276573)
3+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4060264.svg)](https://doi.org/10.5281/zenodo.4060264)
44
[![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)
55
[![Codecov](https://codecov.io/gh/neurodata/ProgLearn/branches/main/graph/badge.svg)](https://codecov.io/gh/neurodata/ProgLearn)
66
[![PyPI version](https://img.shields.io/pypi/v/proglearn.svg)](https://pypi.org/project/proglearn/)

Diff for: benchmarks/spoken_digit_exp/spoken_digit_exp.ipynb

-335
This file was deleted.

Diff for: benchmarks/spoken_digit_exp/spoken_digit_functions.py

-270
This file was deleted.

Diff for: docs/_templates/autosummary/base.rst

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{{ fullname | escape | underline }}
2+
3+
.. currentmodule:: {{ module }}
4+
5+
.. auto{{ objtype }}:: {{ objname }}
6+
7+
.. raw:: html
8+
9+
<div style='clear:both'></div>

0 commit comments

Comments
 (0)