Skip to content

Commit 2822a2b

Browse files
authored
Merge pull request #3 from rickecon/stuff
Merging
2 parents 84413e8 + 4e0b6a3 commit 2822a2b

File tree

6 files changed

+26
-28
lines changed

6 files changed

+26
-28
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.0.1] - 2023-09-28 18:30:00
9+
10+
### Added
11+
12+
- Updated `README.md` and `setup.py`
13+
- Deleted `changelog.yaml`
14+
815
## [0.0.0] - 2023-09-28 17:00:00
916

1017
### Added
1118

1219
- Created CompMethods repository at GitHub.com/OpenSourceEcon/CompMethods
20+
21+
22+
23+
[0.0.1]: https://github.com/OpenSourceEcon/CompMethods/compare/0.0.0...0.0.1

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
| | |
44
| --- | --- |
55
| Org | [![OSE Lab cataloged](https://img.shields.io/badge/OSE%20Lab-catalogued-critical)](https://github.com/OpenSourceEcon) [![OS License: AGPL-3.0](https://img.shields.io/badge/OS%20License-AGPL%203.0-yellow)](https://github.com/OpenSourceEcon/CompMethods/blob/main/LICENSE) |
6-
| Package | [![Python 3.10](https://img.shields.io/badge/python-3.10-blue.svg)](https://www.python.org/downloads/release/python-31013/) [![PyPI Latest Release](https://img.shields.io/pypi/v/compmethods.svg)](https://pypi.org/project/compmethods/) [![PyPI Downloads](https://img.shields.io/pypi/dm/compmethods.svg?label=PyPI%20downloads)](https://pypi.org/project/compmethods/) |
6+
| Package | [![Python 3.10](https://img.shields.io/badge/python-3.10-blue.svg)](https://www.python.org/downloads/release/python-31013/) [![Python 3.11](https://img.shields.io/badge/python-3.11-blue.svg)](https://www.python.org/downloads/release/python-3115/) [![PyPI Latest Release](https://img.shields.io/pypi/v/compmethods.svg)](https://pypi.org/project/compmethods/) [![PyPI Downloads](https://img.shields.io/pypi/dm/compmethods.svg?label=PyPI%20downloads)](https://pypi.org/project/compmethods/) |
77
| Testing | ![example event parameter](https://github.com/OpenSourceEcon/CompMethods/actions/workflows/build_and_test.yml/badge.svg?branch=main) ![example event parameter](https://github.com/OpenSource/CompMethods/actions/workflows/deploy_docs.yml/badge.svg?branch=main) ![example event parameter](https://github.com/OpenSourceEcon/CompMethods/actions/workflows/check_format.yml/badge.svg?branch=main) [![Codecov](https://codecov.io/gh/OpenSourceEcon/CompMethods/branch/main/graph/badge.svg)](https://codecov.io/gh/OpenSourceEcon/compmethods) |
88

9-
This repository contains the source material, code, and data for the book, [*Computational Methods for Economists using Python*](https://opensourceecon.github.io/CompMethods/), by Richard W. Evans (2023). This book is freely available online as an executable Jupyter Book at [url to book](https://opensourceecon.github.io/CompMethods/).
9+
This repository contains the source material, code, and data for the book, [*Computational Methods for Economists using Python*](https://opensourceecon.github.io/CompMethods/), by Richard W. Evans (2023). This book is freely available online as an executable Jupyter Book at https://opensourceecon.github.io/CompMethods.
1010

1111
The materials for the book are constantly being updated. The version number listed in the [Releases](https://github.com/OpenSourceEcon/CompMethods/releases) section of the repository tracks the updates, as well as the [`CHANGELOG.md`](CHANGELOG.md) file.
1212

13-
As an open executable book project, this book is happy to receive, address, and incorporate collaborative additions, corrections, suggestions, and questions. Please see the [Contributor Guide]() in the book for how to best collaborate with the project.
13+
As an open executable book project, this book is happy to receive, address, and incorporate collaborative additions, corrections, suggestions, and questions. Please see the [Contributor Guide](https://opensourceecon.github.io/CompMethods/contrib/contributing.html) in the book for how to best collaborate with the project.
1414

1515
[Richard W. Evans, Phd](https://sites.google.com/site/rickecon) ([@rickecon](https://github.com/rickecon)) is the author of the book and the core maintainer of this repository.
1616

@@ -21,4 +21,4 @@ General citation to the book:
2121
* Evans, Richard W., *Computational Methods for Economists using Python*, Open access Jupyter Book, v#.#.#, 2023, https://opensourceecon.github.io/CompMethods/.
2222

2323
Citation to a chapter in the book:
24-
* Evans, Richard W., "[insert chapter name]", in *Computational Methods for Economists using Python*, Open access Jupyter Book, v#.#.#, 2023, https://opensourceecon.github.io/CompMethods/[chapter path].
24+
* Evans, Richard W., "[insert chapter name]", in *Computational Methods for Economists using Python*, Open access Jupyter Book, v#.#.#, 2023, https://opensourceecon.github.io/CompMethods/ + [chapter path].

changelog.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/book/contrib/contributing.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,7 @@ All pull requests must be reviewed by someone else than their original author, w
3030

3131
This project follows the [semantic versioning protocol](http://semver.org/). Any change impacts the version number, and the version number conveys API compatibility information **only**.
3232

33-
Every pull request submitted to the main branch of the repository should update the `CHANGELOG.md` and `changelog.yaml` files as well as update the version number of the project in `setup.py`. These version updates to the version number and to the changelog file descriptions have the following structure and format:
34-
```yaml
35-
- bump: {major, minor, patch}
36-
changes:
37-
{added, removed, changed, fixed}:
38-
- <variable or program>
39-
```
33+
Every pull request submitted to the main branch of the repository should update the `CHANGELOG.md` file as well as update the version number of the project in `setup.py`.
4034

4135
### Patch bump (3rd digit update)
4236

docs/book/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Put here a description of the code and tests available in the repository.
3636
Please use the following citation form for this book.
3737

3838
General citation to the book:
39-
* Evans, Richard W., *Computational Methods for Economists using Python*, Open access Jupyter Book, v#.#.#, 2023, [url to book].
39+
* Evans, Richard W., *Computational Methods for Economists using Python*, Open access Jupyter Book, v#.#.#, 2023, https://opensourceecon.github.io/CompMethods.
4040

4141
Citation to a chapter in the book:
42-
* Evans, Richard W., "[insert chapter name]", in *Computational Methods for Economists using Python*, Open access Jupyter Book, v#.#.#, 2023, [url to chapter].
42+
* Evans, Richard W., "[insert chapter name]", in *Computational Methods for Economists using Python*, Open access Jupyter Book, v#.#.#, 2023, https://opensourceecon.github.io/CompMethods + [chapter path].

setup.py

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
"""This file contains the fiscalsim-us package's metadata and dependencies."""
1+
"""This file contains the CompMethods package's metadata and dependencies."""
22

33
from setuptools import find_packages, setup
44

55
with open("README.md", "r") as readme_file:
66
readme = readme_file.read()
77

88
setup(
9-
name="UN-OG-Training",
10-
version="0.0.0",
11-
author="Jason DeBacker and Richard W. Evans",
9+
name="CompMethods",
10+
version="0.0.1",
11+
author="Richard W. Evans",
1212
author_email="rickecon@gmail.com",
1313
long_description=readme,
1414
long_description_content_type="text/markdown",
@@ -17,13 +17,13 @@
1717
"License :: OSI Approved :: GNU Affero General Public License v3",
1818
"Operating System :: POSIX",
1919
"Programming Language :: Python",
20-
"Programming Language :: Python :: 3.9",
20+
"Programming Language :: Python :: 3.10",
2121
"Topic :: Scientific/Engineering :: Information Analysis",
2222
],
23-
description="UN open source OG-Core overlapping generations macroeconomic model training",
24-
keywords="tax benefit macroeconomic dynamic general equilibrium fiscal",
23+
description="Computational Methods for Economists using Python",
24+
keywords="code python git github data science python regression causal inference structural estimation machine learning neural networks deep learning statistics econometrics",
2525
license="http://www.fsf.org/licensing/licenses/agpl-3.0.html",
26-
url="https://github.com/OpenRG/UN-OG-Training",
26+
url="https://github.com/OpenSourceEcon/CompMethods",
2727
include_package_data=True, # Will read MANIFEST.in
2828
install_requires=[
2929
"numpy",
@@ -44,11 +44,9 @@
4444
"setuptools",
4545
"pytest",
4646
"coverage",
47-
"ogcore",
4847
"linecheck",
4948
"yaml-changelog",
5049
],
51-
# Windows CI requires Python 3.9.
5250
python_requires=">=3.10",
5351
tests_require=["pytest"],
5452
packages=find_packages(),

0 commit comments

Comments
 (0)