Skip to content

Commit

Permalink
Move commits for 0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
grananqvist authored Mar 1, 2024
2 parents 0ab9794 + 7061ac7 commit d24b587
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@

## v0.1.0

TODO: date
2024-03-01

* Initial release!
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Thank you for your interest in contributing! Your contributions are very welcome and are greatly appreciated.

Please see the [documentation for contributing](https://shiny-broccoli-z4lqlg4.pages.github.io/support/contributing.html) for more information on how to contribute to pfl-research.
Please see the [documentation for contributing](http://apple.github.io/pfl-research/support/contributing.html) for more information on how to contribute to pfl-research.

## Before you get started

Expand Down
7 changes: 2 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,9 @@ docs-and-publish:

.PHONY: publish
publish: ## publish a release to pypi.
@echo "🚀 Publishing: Dry run."
@echo "🚀 Publishing."
@poetry config pypi-token.pypi $(PYPI_TOKEN)
@poetry publish --dry-run
# TODO: uncomment this before ready for initial release.
#@echo "🚀 Publishing."
#@poetry publish
@poetry publish

.PHONY: build-and-publish
build-and-publish: build publish ## Build and publish.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Results from benchmarks are maintained in [this Weights & Biases report](https:/

## Installation

Installation instructions can be found [here](https://shiny-broccoli-z4lqlg4.pages.github.io/installation.html).
Installation instructions can be found [here](http://apple.github.io/pfl-research/installation.html).
`pfl` is available on PyPI and a full installation be done with pip:

```
Expand All @@ -41,7 +41,7 @@ To try out `pfl` immediately without installation, we provide several colab note

## Contributing

Researchers are invited to contribute to the framework. Please, see [here](https://shiny-broccoli-z4lqlg4.pages.github.io/support/contributing.html) for more details.
Researchers are invited to contribute to the framework. Please, see [here](http://apple.github.io/pfl-research/support/contributing.html) for more details.

## Citing pfl-research

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1
0.1.0
Binary file modified docs/source/images/distributed-sim-viz.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d24b587

Please sign in to comment.