Skip to content

Commit 74624a1

Browse files
committed
New name
1 parent 7ce0686 commit 74624a1

3 files changed

Lines changed: 17 additions & 17 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Contributing to ProgSynth
1+
# Contributing to DeepSynth2
22

33
Feel free to open an issue or pull request if you have any questions or suggestions.
44
If you plan to work on an issue, let us know in the issue thread so we can avoid duplicate work.

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 Nathanaël FIJALKOW & Théo MATRICON
3+
Copyright (c) 2025 Nathanaël FIJALKOW & Théo MATRICON
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
![ProgSynth Logo](./images/logo.png)
1+
![DeepSynth2 Logo](./images/logo.png)
22

33
--------------------------------------------------------------------------------
4-
[![Tests](https://github.com/nathanael-fijalkow/ProgSynth/actions/workflows/tests.yaml/badge.svg)](https://github.com/nathanael-fijalkow/AutoSynth/actions/workflows/tests.yaml)
4+
[![Tests](https://github.com/SynthesisLab/DeepSynth2/actions/workflows/tests.yaml/badge.svg)](https://github.com/SynthesisLab/DeepSynth2/actions/workflows/tests.yaml)
55

6-
ProgSynth is a high-level framework that enables to leverage program synthesis for other domains such as reinforcement learning or system design.
6+
DeepSynth2 is a high-level framework that enables to leverage program synthesis for other domains such as reinforcement learning or system design.
77

88
<!-- toc -->
99

10-
- [More About ProgSynth](#more-about-progsynth)
10+
- [More About DeepSynth2](#more-about-deepsynth2)
1111
- [Combining Deep Learning with Theoretical Guarantees](#combining-deep-learning-with-theoretical-guarantees)
1212
- [A Scalable Framework](#a-scalable-framework)
1313
- [Installation](#installation)
1414
- [From Source](#from-source)
15-
- [Install ProgSynth](#install-progsynth)
15+
- [Install DeepSynth2](#install-deepsynth2)
1616
- [Documentation](#documentation)
17-
- [Online](https://nathanael-fijalkow.github.io/ProgSynth/)
17+
- [Online](https://theomat.github.io/DeepSynth2/)
1818
- [Local](#documentation)
1919
- [Troubleshooting](#troubleshooting)
2020
- [Examples](./examples)
@@ -23,9 +23,9 @@ ProgSynth is a high-level framework that enables to leverage program synthesis f
2323

2424
<!-- tocstop -->
2525

26-
## More About ProgSynth
26+
## More About DeepSynth2
2727

28-
At a granular level, ProgSynth is a library that consists of the following components:
28+
At a granular level, DeepSynth2 is a library that consists of the following components:
2929

3030
| Component | Description |
3131
| ---- | --- |
@@ -44,7 +44,7 @@ Elaborating Further:
4444

4545
The advantage of "classic" algorithms are their theoretical guarantees.
4646
But many new deep learning based methods have emerged, they provide a tremendous efficiency but lose almost all theoretical guarantees.
47-
ProgSynth provides already implemented algorithms that combine both approaches to get the best of both worlds: speed and guarantees!
47+
DeepSynth2 provides already implemented algorithms that combine both approaches to get the best of both worlds: speed and guarantees!
4848

4949
### A Scalable Framework
5050

@@ -60,9 +60,9 @@ For example, you can split probabilistic grammars into disjoint sub grammars to
6060

6161
If you are installing from source, you will need Python 3.8 or later.
6262

63-
#### Install ProgSynth
63+
#### Install DeepSynth2
6464

65-
ProgSynth can be installed from source with `pip`, `conda` or `poetry`.
65+
DeepSynth2 can be installed from source with `pip`, `conda` or `poetry`.
6666

6767
```bash
6868
pip install .
@@ -78,7 +78,7 @@ See this [open issue of poetry](https://github.com/python-poetry/poetry/issues/6
7878

7979
## Documentation
8080

81-
[Online Documentation](https://nathanael-fijalkow.github.io/ProgSynth/)
81+
[Online Documentation](https://theomat.github.io/DeepSynth2/)
8282

8383

8484
You might want to generate html pages of the documentation locally, where usage, contribution guidelines and more can be found.
@@ -105,16 +105,16 @@ There are some known issues:
105105

106106
## The Team
107107

108-
ProgSynth is a project initiated by [Nathanaël Fijalkow](https://nathanael-fijalkow.github.io/) and by [Théo Matricon](https://theomat.github.io/).
108+
DeepSynth2 is a project initiated by [Nathanaël Fijalkow](https://nathanael-fijalkow.github.io/) and by [Théo Matricon](https://theomat.github.io/).
109109
It is based on the [DeepSynth](https://github.com/nathanael-fijalkow/DeepSynth) project of [Nathanaël Fijalkow](https://nathanael-fijalkow.github.io/), [Guillaume Lagarde](https://guillaume-lagarde.github.io/), [Théo Matricon](https://theomat.github.io/), [Kevin Ellis](https://www.cs.cornell.edu/~ellisk/), [Pierre Ohlmann](https://www.irif.fr/~ohlmann/), Akarsh Potta
110110

111111
Former:
112112

113-
- (2023) [Félix Yvonnet](https://github.com/Felix-Yvonnet) did a 2 months internship to work on restarts, a future feature of ProgSynth.
113+
- (2023) [Félix Yvonnet](https://github.com/Felix-Yvonnet) did a 2 months internship to work on restarts, a future feature of DeepSynth2.
114114
- (2023) [Priscilla Tissot](https://fr.linkedin.com/in/priscilla-tissot-9493851b8) did a 7 weeks long internship working on the Carel neural network and trying to improve the performance of our prediction models.
115115
- (2022) [Gaëtan Margueritte](https://github.com/gaetanmargueritte) did a four-month internship. He created the regexp and transduction DSLs, the first tutorial and first drafts of code related to the use of user defined constants.
116116
- (2022) Utkarsh Rajan did a two-month internship. He contributed to the implementation of bucket search and worked on the tower DSL.
117117

118118
## License
119119

120-
ProgSynth has a MIT license, as found in the [LICENSE](LICENSE.md) file.
120+
DeepSynth2 has a MIT license, as found in the [LICENSE](LICENSE.md) file.

0 commit comments

Comments
 (0)