Skip to content

Commit

Permalink
feat: rename repo
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBernstorff committed Oct 26, 2023
1 parent abe7851 commit e8086e8
Show file tree
Hide file tree
Showing 17 changed files with 210 additions and 81 deletions.
10 changes: 5 additions & 5 deletions .cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"author": "Martin Bernstorff",
"copyright_year": "2023",
"email": "martinbernstorff@gmail.com",
"friendly_name": "Functionalpython",
"github_repo": "FunctionalPython",
"friendly_name": "FunctionalSequentialPython",
"github_repo": "FunctionalSequentialPython",
"github_user": "MartinBernstorff",
"license": "MIT",
"package_name": "FunctionalPython",
"project_name": "FunctionalPython",
"package_name": "FunctionalSequentialPython",
"project_name": "FunctionalSequentialPython",
"version": "0.0.0"
}
}
10 changes: 5 additions & 5 deletions .cruft.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"checkout": null,
"context": {
"cookiecutter": {
"project_name": "FunctionalPython",
"package_name": "FunctionalPython",
"friendly_name": "Functionalpython",
"project_name": "FunctionalSequentialPython",
"package_name": "FunctionalSequentialPython",
"friendly_name": "FunctionalSequentialPython",
"author": "Martin Bernstorff",
"email": "martinbernstorff@gmail.com",
"github_user": "MartinBernstorff",
"github_repo": "FunctionalPython",
"github_repo": "FunctionalSequentialPython",
"version": "0.0.0",
"copyright_year": "2023",
"license": "MIT",
Expand All @@ -21,4 +21,4 @@
}
},
"directory": null
}
}
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"context": "..",
// Update the 'dockerFile' property if you aren't using the standard 'Dockerfile' filename.
"dockerfile": "../Dockerfile",
"cacheFrom": "ghcr.io/martinbernstorff/functionalpython:latest"
"cacheFrom": "ghcr.io/martinbernstorff/FunctionalSequentialPython:latest"
},
// "features": {},
"customizations": {
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: Pre-build dev container image
uses: devcontainers/ci@v0.3
with:
imageName: ghcr.io/martinbernstorff/functionalpython-devcontainer
cacheFrom: ghcr.io/martinbernstorff/functionalpython-devcontainer:latest
imageName: ghcr.io/martinbernstorff/FunctionalSequentialPython-devcontainer
cacheFrom: ghcr.io/martinbernstorff/FunctionalSequentialPython-devcontainer:latest
push: filter
refFilterForPush: refs/heads/main
runCmd:
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ _build/

# MacOS
.DS_Store
FunctionalPython.egg-info
FunctionalSequentialPython.egg-info
78 changes: 39 additions & 39 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,78 +6,78 @@

### Feature

* feat: update version ([`86ac675`](https://github.com/MartinBernstorff/FunctionalPython/commit/86ac6754d4c8fee54359bb8da20ff43b41c144e4))
* feat: update version ([`86ac675`](https://github.com/MartinBernstorff/FunctionalSequentialPython/commit/86ac6754d4c8fee54359bb8da20ff43b41c144e4))

### Unknown

* Merge pull request #11 from MartinBernstorff/mb/elated-wolf

feat: update version ([`a1f5771`](https://github.com/MartinBernstorff/FunctionalPython/commit/a1f5771ee4512a148c2dd42f188884b6cff0b5b0))
feat: update version ([`a1f5771`](https://github.com/MartinBernstorff/FunctionalSequentialPython/commit/a1f5771ee4512a148c2dd42f188884b6cff0b5b0))


## v0.1.0 (2023-10-26)

### Chore

* chore: formatting and cleanup ([`437ccf9`](https://github.com/MartinBernstorff/FunctionalPython/commit/437ccf9407e5d811fd409453421feb45ca088b0e))
* chore: formatting and cleanup ([`437ccf9`](https://github.com/MartinBernstorff/FunctionalSequentialPython/commit/437ccf9407e5d811fd409453421feb45ca088b0e))

### Ci

* ci: run release after tests ([`42bf7b5`](https://github.com/MartinBernstorff/FunctionalPython/commit/42bf7b53cf2b5467644043f6ff8a2767cf00ad34))
* ci: run release after tests ([`42bf7b5`](https://github.com/MartinBernstorff/FunctionalSequentialPython/commit/42bf7b53cf2b5467644043f6ff8a2767cf00ad34))

* ci: add release workflow ([`c0dfaf3`](https://github.com/MartinBernstorff/FunctionalPython/commit/c0dfaf38d31d9b6539718eec2ab053273f655d82))
* ci: add release workflow ([`c0dfaf3`](https://github.com/MartinBernstorff/FunctionalSequentialPython/commit/c0dfaf38d31d9b6539718eec2ab053273f655d82))

* ci: fix tests ([`8ea9741`](https://github.com/MartinBernstorff/FunctionalPython/commit/8ea9741be519dc9a5074d5f8735870c3ff89850c))
* ci: fix tests ([`8ea9741`](https://github.com/MartinBernstorff/FunctionalSequentialPython/commit/8ea9741be519dc9a5074d5f8735870c3ff89850c))

### Documentation

* docs: shorter import ([`826fb0c`](https://github.com/MartinBernstorff/FunctionalPython/commit/826fb0c435a3283d31ef5316b2018d3544096304))
* docs: shorter import ([`826fb0c`](https://github.com/MartinBernstorff/FunctionalSequentialPython/commit/826fb0c435a3283d31ef5316b2018d3544096304))

### Feature

* feat: first useage of groupby ([`6f36645`](https://github.com/MartinBernstorff/FunctionalPython/commit/6f36645b81d9e673c68ea086b8244ed498ecc6d4))
* feat: first useage of groupby ([`6f36645`](https://github.com/MartinBernstorff/FunctionalSequentialPython/commit/6f36645b81d9e673c68ea086b8244ed498ecc6d4))

### Fix

* fix: use lowercase repository ([`aca7cc3`](https://github.com/MartinBernstorff/FunctionalPython/commit/aca7cc3bc8ff205e85484225884933a29a7818e7))
* fix: use lowercase repository ([`aca7cc3`](https://github.com/MartinBernstorff/FunctionalSequentialPython/commit/aca7cc3bc8ff205e85484225884933a29a7818e7))

### Refactor

* refactor: rename var ([`4ca26ca`](https://github.com/MartinBernstorff/FunctionalPython/commit/4ca26cab4dd85dec3af1c27994df609355e7ae3a))
* refactor: rename var ([`4ca26ca`](https://github.com/MartinBernstorff/FunctionalSequentialPython/commit/4ca26cab4dd85dec3af1c27994df609355e7ae3a))

* refactor: split out calculations into functions ([`6ced6db`](https://github.com/MartinBernstorff/FunctionalPython/commit/6ced6dbc7686dd1a26afd684f3c81c35ebd1aad5))
* refactor: split out calculations into functions ([`6ced6db`](https://github.com/MartinBernstorff/FunctionalSequentialPython/commit/6ced6dbc7686dd1a26afd684f3c81c35ebd1aad5))

### Unknown

* Merge pull request #10 from MartinBernstorff/mb/bold-fly

ci: run release after tests ([`f603afd`](https://github.com/MartinBernstorff/FunctionalPython/commit/f603afd07e32d73b6acaecb069bf8626bebf1b5f))
ci: run release after tests ([`f603afd`](https://github.com/MartinBernstorff/FunctionalSequentialPython/commit/f603afd07e32d73b6acaecb069bf8626bebf1b5f))

* Merge pull request #9 from MartinBernstorff/mb/elated-wolf

dev: add permissions for docker container push ([`85fb3e9`](https://github.com/MartinBernstorff/FunctionalPython/commit/85fb3e9214c1761e7d153e033eb2ae1c836e3966))
dev: add permissions for docker container push ([`85fb3e9`](https://github.com/MartinBernstorff/FunctionalSequentialPython/commit/85fb3e9214c1761e7d153e033eb2ae1c836e3966))

* dev: add permissions for docker container push ([`672d0f4`](https://github.com/MartinBernstorff/FunctionalPython/commit/672d0f4a8face720a6c001f5afd492ba32d4cef0))
* dev: add permissions for docker container push ([`672d0f4`](https://github.com/MartinBernstorff/FunctionalSequentialPython/commit/672d0f4a8face720a6c001f5afd492ba32d4cef0))

* Merge pull request #8 from MartinBernstorff/mb/energetic-whippet

ci: add release workflow ([`18c41c5`](https://github.com/MartinBernstorff/FunctionalPython/commit/18c41c529cd53cc9683bd8f9c3627f1a4eb8ba15))
ci: add release workflow ([`18c41c5`](https://github.com/MartinBernstorff/FunctionalSequentialPython/commit/18c41c529cd53cc9683bd8f9c3627f1a4eb8ba15))

* Merge pull request #7 from MartinBernstorff/mb/brainy-jaguar

ci: fix tests ([`58b9ff4`](https://github.com/MartinBernstorff/FunctionalPython/commit/58b9ff4f10b9eaf5294e274eb4180144cf83b2c1))
ci: fix tests ([`58b9ff4`](https://github.com/MartinBernstorff/FunctionalSequentialPython/commit/58b9ff4f10b9eaf5294e274eb4180144cf83b2c1))

* Merge pull request #6 from MartinBernstorff/mb/migrate_to_nimble

init: use new template ([`7511e27`](https://github.com/MartinBernstorff/FunctionalPython/commit/7511e27c981395cde78632dcff951401c718f07f))
init: use new template ([`7511e27`](https://github.com/MartinBernstorff/FunctionalSequentialPython/commit/7511e27c981395cde78632dcff951401c718f07f))

* dev: more robust PR ordering ([`2d6591a`](https://github.com/MartinBernstorff/FunctionalPython/commit/2d6591a093d1e447f94a5965f51b6bb00771326a))
* dev: more robust PR ordering ([`2d6591a`](https://github.com/MartinBernstorff/FunctionalSequentialPython/commit/2d6591a093d1e447f94a5965f51b6bb00771326a))

* init: use new template ([`e72610d`](https://github.com/MartinBernstorff/FunctionalPython/commit/e72610d3cfbec454d3c0fdf9e13cf539919eec5d))
* init: use new template ([`e72610d`](https://github.com/MartinBernstorff/FunctionalSequentialPython/commit/e72610d3cfbec454d3c0fdf9e13cf539919eec5d))

* Merge pull request #5 from MartinBernstorff/dependabot/pip/pyright-1.1.332

deps:(deps-dev): bump pyright from 1.1.331 to 1.1.332 ([`109af80`](https://github.com/MartinBernstorff/FunctionalPython/commit/109af80045ae6ef51ccbc749b16ff71180e09efc))
deps:(deps-dev): bump pyright from 1.1.331 to 1.1.332 ([`109af80`](https://github.com/MartinBernstorff/FunctionalSequentialPython/commit/109af80045ae6ef51ccbc749b16ff71180e09efc))

* deps:(deps-dev): bump pyright from 1.1.331 to 1.1.332

Expand All @@ -92,11 +92,11 @@ updated-dependencies:
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com> ([`893a661`](https://github.com/MartinBernstorff/FunctionalPython/commit/893a661dc2b3932211b9e23c856a58d73dccdb47))
Signed-off-by: dependabot[bot] <support@github.com> ([`893a661`](https://github.com/MartinBernstorff/FunctionalSequentialPython/commit/893a661dc2b3932211b9e23c856a58d73dccdb47))

* Merge pull request #4 from MartinBernstorff/dependabot/pip/pyright-1.1.331

deps:(deps-dev): bump pyright from 1.1.330.post0 to 1.1.331 ([`e385895`](https://github.com/MartinBernstorff/FunctionalPython/commit/e385895e3d74a26f43f39821ddf8347d2e47e51c))
deps:(deps-dev): bump pyright from 1.1.330.post0 to 1.1.331 ([`e385895`](https://github.com/MartinBernstorff/FunctionalSequentialPython/commit/e385895e3d74a26f43f39821ddf8347d2e47e51c))

* deps:(deps-dev): bump pyright from 1.1.330.post0 to 1.1.331

Expand All @@ -111,11 +111,11 @@ updated-dependencies:
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com> ([`26e3e3c`](https://github.com/MartinBernstorff/FunctionalPython/commit/26e3e3c1538fbb5f275fe3404aa166ee66f19664))
Signed-off-by: dependabot[bot] <support@github.com> ([`26e3e3c`](https://github.com/MartinBernstorff/FunctionalSequentialPython/commit/26e3e3c1538fbb5f275fe3404aa166ee66f19664))

* Merge pull request #3 from MartinBernstorff/dependabot/pip/pyright-1.1.330.post0

deps:(deps-dev): bump pyright from 1.1.329 to 1.1.330.post0 ([`dab9be5`](https://github.com/MartinBernstorff/FunctionalPython/commit/dab9be549993764afedea2be5e12438b15a7a88d))
deps:(deps-dev): bump pyright from 1.1.329 to 1.1.330.post0 ([`dab9be5`](https://github.com/MartinBernstorff/FunctionalSequentialPython/commit/dab9be549993764afedea2be5e12438b15a7a88d))

* deps:(deps-dev): bump pyright from 1.1.329 to 1.1.330.post0

Expand All @@ -130,31 +130,31 @@ updated-dependencies:
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com> ([`3a6b6ec`](https://github.com/MartinBernstorff/FunctionalPython/commit/3a6b6ec23cd6ce6db6850280214592e0b40f5c6f))
Signed-off-by: dependabot[bot] <support@github.com> ([`3a6b6ec`](https://github.com/MartinBernstorff/FunctionalSequentialPython/commit/3a6b6ec23cd6ce6db6850280214592e0b40f5c6f))

* misc. ([`4b72d8d`](https://github.com/MartinBernstorff/FunctionalPython/commit/4b72d8dbc20187f408ada82ea27fe76562eaee98))
* misc. ([`4b72d8d`](https://github.com/MartinBernstorff/FunctionalSequentialPython/commit/4b72d8dbc20187f408ada82ea27fe76562eaee98))

* misc. ([`0c94c86`](https://github.com/MartinBernstorff/FunctionalPython/commit/0c94c860a963f7a83834da4fc06079bbe6e74783))
* misc. ([`0c94c86`](https://github.com/MartinBernstorff/FunctionalSequentialPython/commit/0c94c860a963f7a83834da4fc06079bbe6e74783))

* formatting ([`fd30295`](https://github.com/MartinBernstorff/FunctionalPython/commit/fd302950c9778f98cea0bfd7d516a5e6cd3a6609))
* formatting ([`fd30295`](https://github.com/MartinBernstorff/FunctionalSequentialPython/commit/fd302950c9778f98cea0bfd7d516a5e6cd3a6609))

* formatting ([`4438496`](https://github.com/MartinBernstorff/FunctionalPython/commit/443849672dbb9dd860e10799d79a5293fe0bcd75))
* formatting ([`4438496`](https://github.com/MartinBernstorff/FunctionalSequentialPython/commit/443849672dbb9dd860e10799d79a5293fe0bcd75))

* misc ([`6ec5b26`](https://github.com/MartinBernstorff/FunctionalPython/commit/6ec5b26ec2d187b4653193a36a771dde58892061))
* misc ([`6ec5b26`](https://github.com/MartinBernstorff/FunctionalSequentialPython/commit/6ec5b26ec2d187b4653193a36a771dde58892061))

* misc. ([`186e0ce`](https://github.com/MartinBernstorff/FunctionalPython/commit/186e0ce49758658d3b0815555d6e501a3a5f4404))
* misc. ([`186e0ce`](https://github.com/MartinBernstorff/FunctionalSequentialPython/commit/186e0ce49758658d3b0815555d6e501a3a5f4404))

* formatting ([`4a6083d`](https://github.com/MartinBernstorff/FunctionalPython/commit/4a6083de5949c159b87e50042c7156c3c5b432a5))
* formatting ([`4a6083d`](https://github.com/MartinBernstorff/FunctionalSequentialPython/commit/4a6083de5949c159b87e50042c7156c3c5b432a5))

* formatting ([`49403ed`](https://github.com/MartinBernstorff/FunctionalPython/commit/49403ed7499055d2d49e61a40a76fa8584d209d1))
* formatting ([`49403ed`](https://github.com/MartinBernstorff/FunctionalSequentialPython/commit/49403ed7499055d2d49e61a40a76fa8584d209d1))

* Merge pull request #2 from MartinBernstorff/dependabot/pip/pyright-1.1.329

deps:(deps-dev): bump pyright from 1.1.305 to 1.1.329 ([`f416239`](https://github.com/MartinBernstorff/FunctionalPython/commit/f4162398f8e68dba8f1bba0e5c6486ebe26c3b28))
deps:(deps-dev): bump pyright from 1.1.305 to 1.1.329 ([`f416239`](https://github.com/MartinBernstorff/FunctionalSequentialPython/commit/f4162398f8e68dba8f1bba0e5c6486ebe26c3b28))

* Merge pull request #1 from MartinBernstorff/dependabot/pip/invoke-2.2.0

deps:(deps-dev): bump invoke from 2.1.1 to 2.2.0 ([`27247bd`](https://github.com/MartinBernstorff/FunctionalPython/commit/27247bdc154d4a60cb7580d51f608ca5bb685489))
deps:(deps-dev): bump invoke from 2.1.1 to 2.2.0 ([`27247bd`](https://github.com/MartinBernstorff/FunctionalSequentialPython/commit/27247bdc154d4a60cb7580d51f608ca5bb685489))

* deps:(deps-dev): bump pyright from 1.1.305 to 1.1.329

Expand All @@ -169,7 +169,7 @@ updated-dependencies:
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com> ([`5fa913e`](https://github.com/MartinBernstorff/FunctionalPython/commit/5fa913edba118c39b5233e8cd570b23067e544ee))
Signed-off-by: dependabot[bot] <support@github.com> ([`5fa913e`](https://github.com/MartinBernstorff/FunctionalSequentialPython/commit/5fa913edba118c39b5233e8cd570b23067e544ee))

* deps:(deps-dev): bump invoke from 2.1.1 to 2.2.0

Expand All @@ -183,8 +183,8 @@ updated-dependencies:
update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com> ([`8c05b7e`](https://github.com/MartinBernstorff/FunctionalPython/commit/8c05b7eb0496f970d271fb142f6f59d2b8209cff))
Signed-off-by: dependabot[bot] <support@github.com> ([`8c05b7e`](https://github.com/MartinBernstorff/FunctionalSequentialPython/commit/8c05b7eb0496f970d271fb142f6f59d2b8209cff))

* misc. ([`f21b194`](https://github.com/MartinBernstorff/FunctionalPython/commit/f21b194164f03cb782e63081a2fc5e0c5f38ac08))
* misc. ([`f21b194`](https://github.com/MartinBernstorff/FunctionalSequentialPython/commit/f21b194164f03cb782e63081a2fc5e0c5f38ac08))

* Init ([`bb554f4`](https://github.com/MartinBernstorff/FunctionalPython/commit/bb554f404d3ad1609a99c23f63dfb4f8bb9a34a9))
* Init ([`bb554f4`](https://github.com/MartinBernstorff/FunctionalSequentialPython/commit/bb554f404d3ad1609a99c23f63dfb4f8bb9a34a9))
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ Here is a list of important resources for contributors:
- [Code of Conduct]

[mit license]: https://opensource.org/licenses/MIT
[source code]: https://github.com/MartinBernstorff/FunctionalPython
[documentation]: https://FunctionalPython.readthedocs.io/
[issue tracker]: https://github.com/MartinBernstorff/FunctionalPython/issues
[source code]: https://github.com/MartinBernstorff/FunctionalSequentialPython
[documentation]: https://FunctionalSequentialPython.readthedocs.io/
[issue tracker]: https://github.com/MartinBernstorff/FunctionalSequentialPython/issues

## How to report a bug

Expand Down Expand Up @@ -77,7 +77,7 @@ $ nox --session=pre-commit -- install
It is recommended to open an issue before starting work on anything.
This will allow a chance to talk it over with the owners and validate your approach.

[pull request]: https://github.com/MartinBernstorff/FunctionalPython/pulls
[pull request]: https://github.com/MartinBernstorff/FunctionalSequentialPython/pulls

<!-- github-only -->

Expand Down
Loading

0 comments on commit e8086e8

Please sign in to comment.