Skip to content

Commit

Permalink
pushed v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nkern committed Mar 8, 2023
1 parent 99abb5a commit 716bd5b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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.
2 changes: 1 addition & 1 deletion simpleqe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
from .qe import QE, DelayQE
from .data import DATA_PATH

__version__ = "0.0.1"
__version__ = "1.0.0"

0 comments on commit 716bd5b

Please sign in to comment.