diff --git a/LICENSE b/LICENSE index 4aa84f8..4b364ac 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2020 Nicholas Kern +Copyright (c) 2023 Nicholas Kern Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/README.md b/README.md index a618e56..c9f761b 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,9 @@ # simpleQE -[![Build Status](https://travis-ci.com/nkern/simpleQE.svg?branch=master)](https://travis-ci.org/nkern/simpleQE) -[![Coverage Status](https://coveralls.io/repos/github/nkern/simpleQE/badge.svg?branch=master)](https://coveralls.io/github/nkern/simpleQE?branch=master) +![Run Tests](https://github.com/nkern/simpleQE/workflows/Run%20Tests/badge.svg) +[![codecov](https://codecov.io/gh/nkern/simpleQE/branch/master/graph/badge.svg?token=07A0FEVIBW)](https://codecov.io/gh/nkern/simpleQE) A simple framework for power spectrum quadratic estimators. -This software is not tuned for large-scale data analysis, and is meant for research-level, exploratory analysis with a simple, easy-to-use interface. - +Version 1.0.0 ## Installation @@ -20,7 +19,7 @@ or `pip install -e .` -Dependencies can be found in the `environment.yml` file. +Dependencies can be found in the `ci/simpleqe_tests.yaml` file. ## Getting Started See `notebooks/getting_started.ipynb` for notes on getting started. \ No newline at end of file diff --git a/simpleqe/__init__.py b/simpleqe/__init__.py index 45cd6e3..92edd1a 100644 --- a/simpleqe/__init__.py +++ b/simpleqe/__init__.py @@ -7,4 +7,4 @@ from .qe import QE, DelayQE from .data import DATA_PATH -__version__ = "0.0.1" \ No newline at end of file +__version__ = "1.0.0" \ No newline at end of file